public class ORBInitInfoImpl extends LocalObject implements ORBInitInfo
| Constructor and Description |
|---|
ORBInitInfoImpl(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
void |
add_client_request_interceptor(ClientRequestInterceptor interceptor) |
void |
add_ior_interceptor(IORInterceptor interceptor) |
void |
add_server_request_interceptor(ServerRequestInterceptor interceptor) |
int |
allocate_slot_id() |
String[] |
arguments() |
CodecFactory |
codec_factory() |
List<Interceptor> |
getClientInterceptors() |
List<Interceptor> |
getIORInterceptors() |
ORB |
getORB()
This method is for interceptors that need access to the ORB.
|
Map<Integer,PolicyFactory> |
getPolicyFactories() |
List<Interceptor> |
getServerInterceptors() |
int |
getSlotCount() |
String |
orb_id() |
void |
register_initial_reference(String id,
Object obj) |
void |
register_policy_factory(int type,
PolicyFactory policy_factory) |
Object |
resolve_initial_references(String id) |
void |
setInvalid() |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic ORBInitInfoImpl(ORB orb)
public ORB getORB()
public void setInvalid()
public List<Interceptor> getClientInterceptors()
public List<Interceptor> getServerInterceptors()
public List<Interceptor> getIORInterceptors()
public Map<Integer,PolicyFactory> getPolicyFactories()
public int getSlotCount()
public void add_client_request_interceptor(ClientRequestInterceptor interceptor) throws DuplicateName
add_client_request_interceptor in interface ORBInitInfoOperationsDuplicateNamepublic void add_ior_interceptor(IORInterceptor interceptor) throws DuplicateName
add_ior_interceptor in interface ORBInitInfoOperationsDuplicateNamepublic void add_server_request_interceptor(ServerRequestInterceptor interceptor) throws DuplicateName
add_server_request_interceptor in interface ORBInitInfoOperationsDuplicateNamepublic int allocate_slot_id()
allocate_slot_id in interface ORBInitInfoOperationspublic String[] arguments()
arguments in interface ORBInitInfoOperationspublic CodecFactory codec_factory()
codec_factory in interface ORBInitInfoOperationspublic String orb_id()
orb_id in interface ORBInitInfoOperationspublic void register_initial_reference(String id, Object obj) throws InvalidName
register_initial_reference in interface ORBInitInfoOperationsInvalidNamepublic void register_policy_factory(int type,
PolicyFactory policy_factory)
register_policy_factory in interface ORBInitInfoOperationspublic Object resolve_initial_references(String id) throws InvalidName
resolve_initial_references in interface ORBInitInfoOperationsInvalidNameCopyright © 2017 JacORB. All rights reserved.