org.jacorb.orb.portableInterceptor
public class ORBInitInfoImpl extends LocalObject implements ORBInitInfo
Version: $Id: ORBInitInfoImpl.java,v 1.16 2006/07/07 10:55:57 alphonse.bendt Exp $
Constructor Summary | |
---|---|
ORBInitInfoImpl(ORB orb) |
Method Summary | |
---|---|
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 | getClientInterceptors() |
List | getIORInterceptors() |
ORB | getORB()
This method is for interceptors that need access to the ORB.
|
Map | getPolicyFactories() |
List | 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() |