org.omg.PortableInterceptor
Interface ORBInitInfoOperations
- All Known Subinterfaces:
- ORBInitInfo, ORBInitInfo, ORBInitInfoOperations
- All Known Implementing Classes:
- ORBInitInfo_impl
public interface ORBInitInfoOperations
arguments
String[] arguments()
orb_id
String orb_id()
codec_factory
CodecFactory codec_factory()
register_initial_reference
void register_initial_reference(String id,
Object obj)
throws InvalidName
- Throws:
InvalidName
resolve_initial_references
Object resolve_initial_references(String id)
throws InvalidName
- Throws:
InvalidName
add_client_request_interceptor
void add_client_request_interceptor(ClientRequestInterceptor interceptor)
throws DuplicateName
- Throws:
DuplicateName
add_server_request_interceptor
void add_server_request_interceptor(ServerRequestInterceptor interceptor)
throws DuplicateName
- Throws:
DuplicateName
add_ior_interceptor
void add_ior_interceptor(IORInterceptor interceptor)
throws DuplicateName
- Throws:
DuplicateName
allocate_slot_id
int allocate_slot_id()
register_policy_factory
void register_policy_factory(int type,
PolicyFactory policy_factory)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.