org.omg.PortableInterceptor
Interface ORBInitInfo

All Superinterfaces:
IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity , Object sample code for org.omg.CORBA.Object definition code for org.omg.CORBA.Object , ORBInitInfoOperations sample code for org.omg.PortableInterceptor.ORBInitInfoOperations definition code for org.omg.PortableInterceptor.ORBInitInfoOperations , Serializable sample code for java.io.Serializable definition code for java.io.Serializable

public interface ORBInitInfo
extends ORBInitInfoOperations sample code for org.omg.PortableInterceptor.ORBInitInfoOperations definition code for org.omg.PortableInterceptor.ORBInitInfoOperations , Object sample code for org.omg.CORBA.Object definition code for org.omg.CORBA.Object , IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity

Passed to each ORBInitializer, allowing it to to register interceptors and perform other duties while the ORB is initializing.

The ORBInitInfo object is only valid during ORB.init. If a service keeps a reference to its ORBInitInfo object and tries to use it after ORB.init returns, the object no longer exists and an OBJECT_NOT_EXIST exception shall be thrown.

See Also:
ORBInitializer sample code for org.omg.PortableInterceptor.ORBInitializer definition code for org.omg.PortableInterceptor.ORBInitializer

Method Summary
 
Methods inherited from interface org.omg.PortableInterceptor.ORBInitInfoOperations sample code for org.omg.PortableInterceptor.ORBInitInfoOperations definition code for org.omg.PortableInterceptor.ORBInitInfoOperations
add_client_request_interceptor sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.add_client_request_interceptor(org.omg.PortableInterceptor.ClientRequestInterceptor) definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.add_client_request_interceptor(org.omg.PortableInterceptor.ClientRequestInterceptor) , add_ior_interceptor sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.add_ior_interceptor(org.omg.PortableInterceptor.IORInterceptor) definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.add_ior_interceptor(org.omg.PortableInterceptor.IORInterceptor) , add_server_request_interceptor sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.add_server_request_interceptor(org.omg.PortableInterceptor.ServerRequestInterceptor) definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.add_server_request_interceptor(org.omg.PortableInterceptor.ServerRequestInterceptor) , allocate_slot_id sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.allocate_slot_id() definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.allocate_slot_id() , arguments sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.arguments() definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.arguments() , codec_factory sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.codec_factory() definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.codec_factory() , orb_id sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.orb_id() definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.orb_id() , register_initial_reference sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.register_initial_reference(java.lang.String, org.omg.CORBA.Object) definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.register_initial_reference(java.lang.String, org.omg.CORBA.Object) , register_policy_factory sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.register_policy_factory(int, org.omg.PortableInterceptor.PolicyFactory) definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.register_policy_factory(int, org.omg.PortableInterceptor.PolicyFactory) , resolve_initial_references sample code for org.omg.PortableInterceptor.ORBInitInfoOperations.resolve_initial_references(java.lang.String) definition code for org.omg.PortableInterceptor.ORBInitInfoOperations.resolve_initial_references(java.lang.String)
 
Methods inherited from interface org.omg.CORBA.Object sample code for org.omg.CORBA.Object definition code for org.omg.CORBA.Object
_create_request sample code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue) definition code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue) , _create_request sample code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue, org.omg.CORBA.ExceptionList, org.omg.CORBA.ContextList) definition code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue, org.omg.CORBA.ExceptionList, org.omg.CORBA.ContextList) , _duplicate sample code for org.omg.CORBA.Object._duplicate() definition code for org.omg.CORBA.Object._duplicate() , _get_domain_managers sample code for org.omg.CORBA.Object._get_domain_managers() definition code for org.omg.CORBA.Object._get_domain_managers() , _get_interface_def sample code for org.omg.CORBA.Object._get_interface_def() definition code for org.omg.CORBA.Object._get_interface_def() , _get_policy sample code for org.omg.CORBA.Object._get_policy(int) definition code for org.omg.CORBA.Object._get_policy(int) , _hash sample code for org.omg.CORBA.Object._hash(int) definition code for org.omg.CORBA.Object._hash(int) , _is_a sample code for org.omg.CORBA.Object._is_a(java.lang.String) definition code for org.omg.CORBA.Object._is_a(java.lang.String) , _is_equivalent sample code for org.omg.CORBA.Object._is_equivalent(org.omg.CORBA.Object) definition code for org.omg.CORBA.Object._is_equivalent(org.omg.CORBA.Object) , _non_existent sample code for org.omg.CORBA.Object._non_existent() definition code for org.omg.CORBA.Object._non_existent() , _release sample code for org.omg.CORBA.Object._release() definition code for org.omg.CORBA.Object._release() , _request sample code for org.omg.CORBA.Object._request(java.lang.String) definition code for org.omg.CORBA.Object._request(java.lang.String) , _set_policy_override sample code for org.omg.CORBA.Object._set_policy_override(org.omg.CORBA.Policy[], org.omg.CORBA.SetOverrideType) definition code for org.omg.CORBA.Object._set_policy_override(org.omg.CORBA.Policy[], org.omg.CORBA.SetOverrideType)