|
| TAO_ORBInitInfo (TAO_ORB_Core *orb_core, int argc, char *argv[], PortableInterceptor::SlotId slotid) |
| Constructor. More...
|
|
virtual const char * | _interface_repository_id (void) const |
|
|
These methods are exported by the PortableInterceptor::ORBInitInfo interface.
|
virtual CORBA::StringSeq * | arguments (void) |
|
virtual char * | orb_id (void) |
| Return the ORBid for the ORB currently being initialized. More...
|
|
virtual IOP::CodecFactory_ptr | codec_factory (void) |
|
virtual void | register_initial_reference (const char *id, CORBA::Object_ptr obj) |
|
virtual CORBA::Object_ptr | resolve_initial_references (const char *id) |
|
virtual void | add_client_request_interceptor (PortableInterceptor::ClientRequestInterceptor_ptr interceptor) |
|
virtual void | add_server_request_interceptor (PortableInterceptor::ServerRequestInterceptor_ptr interceptor) |
|
virtual void | add_ior_interceptor (PortableInterceptor::IORInterceptor_ptr interceptor) |
|
virtual void | add_client_request_interceptor_with_policy (PortableInterceptor::ClientRequestInterceptor_ptr interceptor, const CORBA::PolicyList &policies) |
|
virtual void | add_server_request_interceptor_with_policy (PortableInterceptor::ServerRequestInterceptor_ptr interceptor, const CORBA::PolicyList &policies) |
|
virtual void | add_ior_interceptor_with_policy (PortableInterceptor::IORInterceptor_ptr interceptor, const CORBA::PolicyList &policies) |
|
virtual PortableInterceptor::SlotId | allocate_slot_id (void) |
|
virtual void | register_policy_factory (CORBA::PolicyType type, PortableInterceptor::PolicyFactory_ptr policy_factory) |
|
virtual CORBA::ORB_ptr | _get_orb (void) |
|
|
These methods are not part of the PortableInterceptor specification, and are TAO-specific extensions.
|
size_t | allocate_tss_slot_id (ACE_CLEANUP_FUNC cleanup) |
| Allocate a slot in the ORB's TSS resources. More...
|
|
TAO_ORB_Core * | orb_core (void) const |
|
void | invalidate (void) |
| Invalidate this ORBInitInfo instance. More...
|
|
PortableInterceptor::SlotId | slot_count (void) const |
|
virtual TAO::ObjectKey * | _key (void) |
|
virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
|
virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
|
virtual CORBA::Boolean | _non_existent (void) |
|
virtual InterfaceDef_ptr | _get_interface (void) |
|
virtual CORBA::Object_ptr | _get_component (void) |
|
virtual char * | _repository_id (void) |
|
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
|
virtual void | _create_request (CORBA::Context_ptr ctx, const char *operation, CORBA::NVList_ptr arg_list, CORBA::NamedValue_ptr result, CORBA::ExceptionList_ptr exclist, CORBA::ContextList_ptr ctxtlist, CORBA::Request_ptr &request, CORBA::Flags req_flags) |
|
virtual CORBA::Request_ptr | _request (const char *operation) |
|
An implementation of the PortableInterceptor::ORBInitInfo_3_1 interface.
This class encapsulates the data passed to ORBInitializers during ORB initialization.