|
| TAO_ORBInitInfo (TAO_ORB_Core *orb_core, int argc, char *argv[], PortableInterceptor::SlotId slotid) |
| Constructor.
|
|
|
These methods are exported by the PortableInterceptor::ORBInitInfo interface.
|
virtual CORBA::StringSeq * | arguments () |
|
virtual char * | orb_id () |
| Return the ORBid for the ORB currently being initialized.
|
|
virtual IOP::CodecFactory_ptr | codec_factory () |
|
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 () |
|
virtual void | register_policy_factory (CORBA::PolicyType type, PortableInterceptor::PolicyFactory_ptr policy_factory) |
|
virtual CORBA::ORB_ptr | _get_orb () |
|
|
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.
|
|
TAO_ORB_Core * | orb_core () const |
|
void | invalidate () |
| Invalidate this ORBInitInfo instance.
|
|
PortableInterceptor::SlotId | slot_count () const |
|
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) |
|
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) |
|
void | register_policy_factory (in CORBA::PolicyType type, in PolicyFactory policy_factory) |
|
virtual | ~LocalObject () |
|
virtual CORBA::Boolean | _non_existent () |
|
virtual char * | _repository_id () |
|
virtual CORBA::InterfaceDef_ptr | _get_interface () |
|
virtual CORBA::Object_ptr | _get_component () |
|
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) |
|
virtual CORBA::ULong | _hash (CORBA::ULong maximum) |
|
virtual CORBA::Boolean | _is_equivalent (CORBA::Object_ptr other_obj) |
|
virtual TAO::ObjectKey * | _key () |
|
virtual | ~Object () |
|
virtual void | _add_ref () |
|
virtual void | _remove_ref () |
|
virtual CORBA::ULong | _refcount_value () const |
|
virtual TAO_Abstract_ServantBase * | _servant () const |
|
virtual CORBA::Boolean | _is_collocated () const |
|
virtual CORBA::Boolean | _is_local () const |
|
| Object (TAO_Stub *p, CORBA::Boolean collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) |
|
| Object (IOP::IOR *ior, TAO_ORB_Core *orb_core) |
|
virtual TAO_Stub * | _stubobj () const |
|
virtual TAO_Stub * | _stubobj () |
|
virtual void | _proxy_broker (TAO::Object_Proxy_Broker *proxy_broker) |
|
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
|
CORBA::Boolean | is_evaluated () const |
|
TAO_ORB_Core * | orb_core () const |
|
IOP::IOR * | steal_ior () |
|
const IOP::IOR & | ior () const |
|
virtual bool | can_convert_to_ior () const |
|
virtual char * | convert_to_ior (bool use_omg_ior_format, const char *ior_prefix) const |
|
void | _decr_refcount () |
|
virtual CORBA::Boolean | _is_a (const char *logical_type_id) |
|
An implementation of the PortableInterceptor::ORBInitInfo_3_1 interface.
This class encapsulates the data passed to ORBInitializers during ORB initialization.