Generated by
JDiff

Class org.omg.CORBA.ORB

Added Methods
void destroy() Destroys the ORB instance and frees all the resources under an ORB instance.
 

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.
See package comments regarding unimplemented features.
DynAny create_dyn_any(Any) Documentation changed from old to new.
See package comments regarding unimplemented features.
DynArray create_dyn_array(TypeCode) Documentation changed from old to new.
See package comments regarding unimplemented features.
DynEnum create_dyn_enum(TypeCode) Documentation changed from old to new.
See package comments regarding unimplemented features.
DynSequence create_dyn_sequence(TypeCode) Documentation changed from old to new.
See package comments regarding unimplemented features.
DynStruct create_dyn_struct(TypeCode) Documentation changed from old to new.
See package comments regarding unimplemented features.
DynUnion create_dyn_union(TypeCode) Documentation changed from old to new.
See package comments regarding unimplemented features.
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.
See package comments regarding unimplemented features.
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_string_tc(int) Documentation changed from old to new.
Creates a TypeCode object representing a bounded IDL string.
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.
TypeCode create_wstring_tc(int) Documentation changed from old to new.
Creates a TypeCode object representing a bounded IDL wstring (wide string).
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.
See package comments regarding unimplemented features.
Object resolve_initial_references(String) Documentation changed from old to new.
Resolves a specific object reference from the set of available initial service names.
void shutdown(boolean) Documentation changed from old to new.
Instructs the ORB to shut down which causes all object adapters to shut down.
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.