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 Jun 18, 2012 10:37:54 AM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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 © 2003-2012 Apache Software Foundation. All Rights Reserved.