public class ORBInitInfo_3_1LocalTie extends _ORBInitInfo_3_1LocalBase
| Constructor and Description |
|---|
ORBInitInfo_3_1LocalTie(ORBInitInfo_3_1Operations delegate) |
| Modifier and Type | Method and Description |
|---|---|
ORBInitInfo_3_1Operations |
_delegate() |
void |
_delegate(ORBInitInfo_3_1Operations delegate) |
void |
add_client_request_interceptor_with_policy(ClientRequestInterceptor interceptor,
Policy[] policies) |
void |
add_client_request_interceptor(ClientRequestInterceptor interceptor) |
void |
add_ior_interceptor_with_policy(IORInterceptor interceptor,
Policy[] policies) |
void |
add_ior_interceptor(IORInterceptor interceptor) |
void |
add_server_request_interceptor_with_policy(ServerRequestInterceptor interceptor,
Policy[] policies) |
void |
add_server_request_interceptor(ServerRequestInterceptor interceptor) |
int |
allocate_slot_id() |
String[] |
arguments() |
CodecFactory |
codec_factory() |
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) |
_ids_create_request, _create_request, _duplicate, _get_client_policy, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_orb, _get_policy_overrides, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _repository_id, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, _set_policy_overrides, _validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_client_policy, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_orb, _get_policy_overrides, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _repository_id, _request, _set_policy_override, _set_policy_overrides, _validate_connectionpublic ORBInitInfo_3_1LocalTie(ORBInitInfo_3_1Operations delegate)
public ORBInitInfo_3_1Operations _delegate()
public void _delegate(ORBInitInfo_3_1Operations delegate)
public Object resolve_initial_references(String id) throws InvalidName
InvalidNamepublic void add_client_request_interceptor(ClientRequestInterceptor interceptor) throws DuplicateName
DuplicateNamepublic void add_ior_interceptor(IORInterceptor interceptor) throws DuplicateName
DuplicateNamepublic String orb_id()
public CodecFactory codec_factory()
public void add_client_request_interceptor_with_policy(ClientRequestInterceptor interceptor, Policy[] policies) throws DuplicateName, PolicyError
DuplicateNamePolicyErrorpublic String[] arguments()
public int allocate_slot_id()
public void add_server_request_interceptor_with_policy(ServerRequestInterceptor interceptor, Policy[] policies) throws DuplicateName, PolicyError
DuplicateNamePolicyErrorpublic void add_server_request_interceptor(ServerRequestInterceptor interceptor) throws DuplicateName
DuplicateNamepublic void add_ior_interceptor_with_policy(IORInterceptor interceptor, Policy[] policies) throws DuplicateName, PolicyError
DuplicateNamePolicyErrorpublic void register_policy_factory(int type,
PolicyFactory policy_factory)
public void register_initial_reference(String id, Object obj) throws InvalidName
InvalidNameCopyright © 2017 JacORB. All rights reserved.