org.omg.PortableInterceptor
Interface ORBInitInfoOperations
- All Known Subinterfaces:
- ORBInitInfo
- All Known Implementing Classes:
- _ORBInitInfoLocalBase, ORBInitInfoLocalTie
public interface ORBInitInfoOperations
Generated from IDL interface "ORBInitInfo".
- Version:
- generated at Aug 22, 2009 1:39:57 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
arguments
java.lang.String[] arguments()
orb_id
java.lang.String orb_id()
codec_factory
CodecFactory codec_factory()
register_initial_reference
void register_initial_reference(java.lang.String id,
Object obj)
throws InvalidName
- Throws:
InvalidName
resolve_initial_references
Object resolve_initial_references(java.lang.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 © 2009. All Rights Reserved.