-
- All Superinterfaces:
-
IDLEntity
,Object
,ORBInitInfoOperations
,Serializable
public interface ORBInitInfo extends ORBInitInfoOperations, Object, IDLEntity
传递给每个ORBInitializer
,允许它在ORB初始化时注册拦截器并执行其他任务。ORBInitInfo
对象仅在ORB.init
期间有效。 如果服务保留对其ORBInitInfo
对象的引用,并尝试在ORB.init
返回后使用该对象,则该对象不再存在,并且将抛出一个OBJECT_NOT_EXIST
异常。- 另请参见:
-
ORBInitializer
-
-
方法摘要
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
Methods inherited from interface org.omg.PortableInterceptor.ORBInitInfoOperations
add_client_request_interceptor, add_ior_interceptor, add_server_request_interceptor, allocate_slot_id, arguments, codec_factory, orb_id, register_initial_reference, register_policy_factory, resolve_initial_references
-
-