J-Integra® Espresso Programming Documentation (API)

ORB Members

Methods

create_abstract_interface_tc Creates a TypeCode object for an IDL abstract interface.
create_alias_tc Creates a TypeCode object representing an IDL alias (typedef).
create_any Creates an IDL Any object.
create_array_tc Creates a TypeCode object representing an IDL alias (typedef).
create_enum_tc Creates a TypeCode object representing an IDL enum.
create_exception_tc Creates a TypeCode object representing an IDL exception.
create_fixed_tc Creates a TypeCode object for an IDL fixed type.
create_interface_tc Creates a TypeCode object representing an IDL interface.
create_recursive_sequence_tc Deprecated. Use a combination of create_recursive_tc and create_sequence_tc instead.
create_recursive_tc Creates a recursive TypeCode object which serves as a placeholder for a concrete TypeCode during the process of creating TypeCodes which contain recursion.
create_sequence_tc Creates a TypeCode object representing an IDL sequence.
create_string_tc Creates a TypeCode object representing an IDL string.
create_struct_tc Creates a TypeCode object representing an IDL struct.
create_union_tc Creates a TypeCode object representing an IDL union.
create_wstring_tc Creates a TypeCode object representing a bounded IDL wstring (wide string).
destroy Destroys the ORB and releases resources.
get_primitive_tc Retrieves the TypeCode object that represents the given primitive IDL type.
id Returns the ID of the current ORB instance.
init (not member of this interface) This function is not a member of the ORB Interface but member of the class _ORB.
initDebug Initializes debugging based on a user defined text stream.
list_initial_services Returns a list of the initially available CORBA object references, such as "NameService" and "InterfaceRepository".
lookup_value_factory Returns a value factory previously registered.
object_to_string Converts the given CORBA object reference to a string.
register_value_factory Registers a value factory and returns it.
resolve_initial_references Resolves a specific object reference from the set of available initial service. names.
run Blocks the current thread.
setDebugLevel Allows to set the debug level at runtime.
shutdown Instructs the ORB to shut down its activity.
string_to_object Converts a string produced by the method object_to_string back to a CORBA object reference.
unregister_value_factory Unregisters a value factory.

See Also

ORB Interface | Ics Namespace