| com.caucho.iiop.orb.ORBImpl
ORBImpl | public class ORBImpl extends org.omg.CORBA.ORB (Code) | | |
Constructor Summary | |
public | ORBImpl() |
Method Summary | |
public AbstractTypeCode | createTypeCode(Class type) | public TypeCode | create_abstract_interface_tc(String id, String name) | public TypeCode | create_alias_tc(String id, String name, TypeCode original) | public Any | create_any() | public TypeCode | create_array_tc(int length, TypeCode element_type) | public ContextList | create_context_list() | public TypeCode | create_enum_tc(String id, String name, String[] members) | public Environment | create_environment() | public ExceptionList | create_exception_list() | public TypeCode | create_exception_tc(String id, String name, StructMember[] members) | public TypeCode | create_interface_tc(String id, String name) | public NVList | create_list(int count) | public NamedValue | create_named_value(String s, Any any, int flags) | public TypeCode | create_native_tc(String id, String name) | public org.omg.CORBA.portable.OutputStream | create_output_stream() | public TypeCode | create_recursive_sequence_tc(int bound, int offset) | public TypeCode | create_sequence_tc(int bound, TypeCode element_type) | public TypeCode | create_string_tc(int bound) | public TypeCode | create_struct_tc(String id, String name, StructMember[] members) | public TypeCode | create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) | public TypeCode | create_wstring_tc(int bound) | public String | getHost() | public int | getPort() | IiopSocketPool | getSocketPool() | StubDelegateImpl | getStubDelegate() | public Context | get_default_context() | public Request | get_next_response() | public TypeCode | get_primitive_tc(org.omg.CORBA.TCKind tcKind) | public String[] | list_initial_services() | public String | object_to_string(org.omg.CORBA.Object obj) | ReadWritePair | openReadWrite() | WriteStream | openWriter() | public boolean | poll_next_response() | public org.omg.CORBA.Object | resolve_initial_references(String object_name) | public void | send_multiple_requests_deferred(Request[] req) | public void | send_multiple_requests_oneway(Request[] req) | public void | setHost(String host) | public void | setPort(int port) | public void | set_parameters(Applet app, Properties props) | public void | set_parameters(String[] args, Properties props) | public org.omg.CORBA.Object | string_to_object(String str) | public String | toString() |
create_abstract_interface_tc | public TypeCode create_abstract_interface_tc(String id, String name)(Code) | | |
create_alias_tc | public TypeCode create_alias_tc(String id, String name, TypeCode original)(Code) | | |
create_any | public Any create_any()(Code) | | |
create_array_tc | public TypeCode create_array_tc(int length, TypeCode element_type)(Code) | | |
create_context_list | public ContextList create_context_list()(Code) | | |
create_environment | public Environment create_environment()(Code) | | |
create_exception_list | public ExceptionList create_exception_list()(Code) | | |
create_exception_tc | public TypeCode create_exception_tc(String id, String name, StructMember[] members)(Code) | | |
create_list | public NVList create_list(int count)(Code) | | |
create_named_value | public NamedValue create_named_value(String s, Any any, int flags)(Code) | | |
create_output_stream | public org.omg.CORBA.portable.OutputStream create_output_stream()(Code) | | |
create_recursive_sequence_tc | public TypeCode create_recursive_sequence_tc(int bound, int offset)(Code) | | |
create_sequence_tc | public TypeCode create_sequence_tc(int bound, TypeCode element_type)(Code) | | |
create_string_tc | public TypeCode create_string_tc(int bound)(Code) | | |
create_struct_tc | public TypeCode create_struct_tc(String id, String name, StructMember[] members)(Code) | | |
create_union_tc | public TypeCode create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)(Code) | | |
create_wstring_tc | public TypeCode create_wstring_tc(int bound)(Code) | | |
getPort | public int getPort()(Code) | | |
get_default_context | public Context get_default_context()(Code) | | |
get_next_response | public Request get_next_response()(Code) | | |
get_primitive_tc | public TypeCode get_primitive_tc(org.omg.CORBA.TCKind tcKind)(Code) | | |
list_initial_services | public String[] list_initial_services()(Code) | | |
object_to_string | public String object_to_string(org.omg.CORBA.Object obj)(Code) | | |
openReadWrite | ReadWritePair openReadWrite()(Code) | | |
openWriter | WriteStream openWriter()(Code) | | |
poll_next_response | public boolean poll_next_response()(Code) | | |
resolve_initial_references | public org.omg.CORBA.Object resolve_initial_references(String object_name)(Code) | | |
send_multiple_requests_deferred | public void send_multiple_requests_deferred(Request[] req)(Code) | | |
send_multiple_requests_oneway | public void send_multiple_requests_oneway(Request[] req)(Code) | | |
setPort | public void setPort(int port)(Code) | | |
string_to_object | public org.omg.CORBA.Object string_to_object(String str)(Code) | | |
|
|