Changed Methods |
void connect(Object )
|
Documentation changed from old to new. |
Connects the given servant object (a Java object that is an instance of the server implementation class) to the ORB. |
TypeCode create_abstract_interface_tc(String, String)
|
Documentation changed from old to new. |
Create a TypeCode object for an IDL abstract interface. |
DynAny create_basic_dyn_any(TypeCode )
|
Documentation changed from old to new. |
Creates a basic DynAny object from the given TypeCode object. |
DynAny create_dyn_any(Any )
|
Documentation changed from old to new. |
Creates a new DynAny object from the given Any object. |
DynArray create_dyn_array(TypeCode )
|
Documentation changed from old to new. |
Creates a new DynArray object from the given TypeCode object. |
DynEnum create_dyn_enum(TypeCode )
|
Documentation changed from old to new. |
Creates a new DynEnum object from the given TypeCode object. |
DynSequence create_dyn_sequence(TypeCode )
|
Documentation changed from old to new. |
Creates a new DynSequence object from the given TypeCode object. |
DynStruct create_dyn_struct(TypeCode )
|
Documentation changed from old to new. |
Creates a new DynStruct object from the given TypeCode object. |
DynUnion create_dyn_union(TypeCode )
|
Documentation changed from old to new. |
Creates a new DynUnion object from the given TypeCode object. |
TypeCode create_fixed_tc(short, short)
|
Documentation changed from old to new. |
Create a TypeCode object for an IDL fixed type. |
TypeCode create_native_tc(String, String)
|
Documentation changed from old to new. |
Create a TypeCode object for an IDL native type. |
Policy create_policy(int, Any)
|
Documentation changed from old to new. |
Can be invoked to create new instances of policy objects of a specific type with specified initial state. |
TypeCode create_recursive_sequence_tc(int, int)
|
Documentation changed from old to new. |
Use a combination of create_recursive_tc and create_sequence_tc instead |
TypeCode create_recursive_tc(String )
|
Documentation changed from old to new. |
Create a recursive TypeCode object which serves as a placeholder for a concrete TypeCode during the process of creating TypeCodes which contain recursion. |
TypeCode create_sequence_tc(int, TypeCode)
|
Documentation changed from old to new. |
Creates a TypeCode object representing an IDL sequence . |
TypeCode create_value_box_tc(String, String, TypeCode)
|
Documentation changed from old to new. |
Creates a TypeCode object for an IDL value box. |
TypeCode create_value_tc(String, String, short, TypeCode, ValueMember[])
|
Documentation changed from old to new. |
Create a TypeCode object for an IDL value type. |
void destroy()
|
Documentation changed from old to new. |
Destroys the ORB so that its resources can be reclaimed. |
void disconnect(Object )
|
Documentation changed from old to new. |
Disconnects the given servant object from the ORB. |
Current get_current()
|
Documentation changed from old to new. |
use resolve_initial_references . |
boolean get_service_information(short, ServiceInformationHolder)
|
Documentation changed from old to new. |
Used to obtain information about CORBA facilities and services that are supported by this ORB. |
void perform_work()
|
Documentation changed from old to new. |
Performs an implementation-dependent unit of work if called by the main thread. |
void run()
|
Documentation changed from old to new. |
This operation blocks the current thread until the ORB has completed the shutdown process initiated when some thread calls shutdown . |
void shutdown(boolean )
|
Documentation changed from old to new. |
Instructs the ORB to shut down which causes all object adapters to shut down in preparation for destruction. If the wait_for_completion parameter is true this operation blocks until all ORB processing (including processing of currently executing requests object deactivation and other object adapter operations) has completed. |
boolean work_pending()
|
Documentation changed from old to new. |
Returns true if the ORB needs the main thread to perform some work and false if the ORB does not need the main thread. |