Public Member Functions |
| | Policy_tie (T &t) |
| | the T& ctor
|
| | Policy_tie (T &t, PortableServer::POA_ptr poa) |
| | ctor taking a POA
|
| | Policy_tie (T *tp,::CORBA::Boolean release=true) |
| | ctor taking pointer and an ownership flag
|
| | Policy_tie (T *tp, PortableServer::POA_ptr poa,::CORBA::Boolean release=true) |
| | ctor with T*, ownership flag and a POA
|
| | ~Policy_tie (void) |
| | dtor
|
| T * | _tied_object (void) |
| | return the underlying object
|
| void | _tied_object (T &obj) |
| | set the underlying object
|
| void | _tied_object (T *obj,::CORBA::Boolean release=true) |
| | set the underlying object and the ownership flag
|
| ::CORBA::Boolean | _is_owner (void) |
| | do we own it
|
| void | _is_owner (::CORBA::Boolean b) |
| | set the ownership
|
| PortableServer::POA_ptr | _default_POA (void) |
| | Returns the default POA for this servant.
|
| ::CORBA::PolicyType | policy_type (void) |
| ::CORBA::Policy_ptr | copy (void) |
| void | destroy (void) |
| | Policy (const Policy &rhs) |
| virtual | ~Policy (void) |
| virtual ::CORBA::Boolean | _is_a (const char *logical_type_id) |
| | Local implementation of the CORBA::Object::_is_a method.
|
| virtual void | _dispatch (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall) |
| ::CORBA::Policy * | _this (void) |
| virtual const char * | _interface_repository_id (void) const |
| | Get this interface's repository id (TAO specific).
|
| virtual | ~TAO_ServantBase (void) |
| | Destructor.
|
| virtual CORBA::Boolean | _non_existent (void) |
| | Default _non_existent: always returns false.
|
| virtual CORBA::InterfaceDef_ptr | _get_interface (void) |
| | Query the Interface Repository for the interface definition.
|
| virtual CORBA::Object_ptr | _get_component (void) |
| | Default _get_component: always returns CORBA::Object::_nil().
|
| virtual char * | _repository_id (void) |
| | Get the repository id.
|
| virtual TAO_Stub * | _create_stub (void) |
| | This is an auxiliary method for _this() and _narrow().
|
| virtual int | _find (const char *opname, TAO_Skeleton &skelfunc, const size_t length=0) |
| virtual int | _find (const char *opname, TAO_Collocated_Skeleton &skelfunc, TAO::Collocation_Strategy st, const size_t length=0) |
| virtual void | _collocated_dispatch (::CORBA::Object_ptr obj,::CORBA::Object_out forward_obj, bool &is_forwarded, TAO::Argument **args, int num_args, const char *op, size_t op_len, TAO::Collocation_Strategy strategy) |
| virtual void | _add_ref (void) |
| | Increase reference count by one.
|
| virtual void | _remove_ref (void) |
| virtual CORBA::ULong | _refcount_value (void) const |
| virtual | ~TAO_Abstract_ServantBase (void) |
Additional Inherited Members |
| typedef ::CORBA::Policy | _stub_type |
| | Useful for template programming.
|
| typedef ::CORBA::Policy_ptr | _stub_ptr_type |
| typedef ::CORBA::Policy_var | _stub_var_type |
| static void | _get_policy_type_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | copy_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | destroy_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _is_a_skel (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _is_a_thru_poa_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _non_existent_skel (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _non_existent_thru_poa_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _interface_skel (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _component_skel (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _component_thru_poa_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _repository_id_skel (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| static void | _repository_id_thru_poa_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
| | Policy (void) |
| | TAO_ServantBase (void) |
| | Default constructor, only derived classes can be created.
|
| | TAO_ServantBase (const TAO_ServantBase &) |
| | Copy constructor, protected so no instances can be created.
|
| TAO_ServantBase & | operator= (const TAO_ServantBase &) |
| | Assignment operator.
|
| void | synchronous_upcall_dispatch (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *derived_this) |
| void | asynchronous_upcall_dispatch (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *derived_this) |
| | TAO_Abstract_ServantBase (void) |
| | TAO_Abstract_ServantBase (const TAO_Abstract_ServantBase &) |
| TAO_Abstract_ServantBase & | operator= (const TAO_Abstract_ServantBase &) |