TAO_PI
2.3.3
|
import"ORBInitInfo.pidl";
Public Member Functions | |
void | add_client_request_interceptor_with_policy (in ClientRequestInterceptor interceptor, in CORBA::PolicyList policies) raises (DuplicateName, CORBA::PolicyError) |
void | add_server_request_interceptor_with_policy (in ServerRequestInterceptor interceptor, in CORBA::PolicyList policies) raises (DuplicateName, CORBA::PolicyError) |
void | add_ior_interceptor_with_policy (in IORInterceptor interceptor, in CORBA::PolicyList policies) raises (DuplicateName, CORBA::PolicyError) |
Public Member Functions inherited from PortableInterceptor::ORBInitInfo | |
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) |
Additional Inherited Members | |
Public Types inherited from PortableInterceptor::ORBInitInfo | |
typedef string | ObjectId |
Public Attributes inherited from PortableInterceptor::ORBInitInfo | |
readonly attribute CORBA::StringSeq | arguments |
readonly attribute string | orb_id |
readonly attribute IOP::CodecFactory | codec_factory |
void PortableInterceptor::ORBInitInfo_3_1::add_client_request_interceptor_with_policy | ( | in ClientRequestInterceptor | interceptor, |
in CORBA::PolicyList | policies | ||
) | |||
raises | ( | DuplicateName, | |
CORBA::PolicyError | |||
) |
void PortableInterceptor::ORBInitInfo_3_1::add_ior_interceptor_with_policy | ( | in IORInterceptor | interceptor, |
in CORBA::PolicyList | policies | ||
) | |||
raises | ( | DuplicateName, | |
CORBA::PolicyError | |||
) |
void PortableInterceptor::ORBInitInfo_3_1::add_server_request_interceptor_with_policy | ( | in ServerRequestInterceptor | interceptor, |
in CORBA::PolicyList | policies | ||
) | |||
raises | ( | DuplicateName, | |
CORBA::PolicyError | |||
) |