import "ORBInitInfo.pidl";
Inheritance diagram for PortableInterceptor::ORBInitInfo:
Public Types | |
typedef string | ObjectId |
Public Member Functions | |
void | register_initial_reference (in ObjectId id, in Object obj) raises (InvalidName) |
Object | resolve_initial_references (in ObjectId id) raises (InvalidName) |
void | add_client_request_interceptor (in ClientRequestInterceptor interceptor) raises (DuplicateName) |
void | add_server_request_interceptor (in ServerRequestInterceptor interceptor) raises (DuplicateName) |
void | add_ior_interceptor (in IORInterceptor interceptor) raises (DuplicateName) |
SlotId | allocate_slot_id () |
void | register_policy_factory (in CORBA::PolicyType type, in PolicyFactory policy_factory) |
Public Attributes | |
readonly attribute CORBA::StringSeq | arguments |
readonly attribute string | orb_id |
readonly attribute IOP::CodecFactory | codec_factory |
|
Definition at line 41 of file ORBInitInfo.pidl. |
|
|
|
|
|
|
|
Implemented in TAO_ORBInitInfo. |
|
|
|
|
|
|
|
Definition at line 50 of file ORBInitInfo.pidl. |
|
Definition at line 52 of file ORBInitInfo.pidl. |
|
Definition at line 51 of file ORBInitInfo.pidl. |