| 
Public Member Functions | 
| virtual | ~TAO_Abstract_ServantBase (void) | 
|  | Destructor. 
 | 
| virtual CORBA::Boolean | _is_a (const char *logical_type_id)=0 | 
|  | Local implementation of the CORBA::Object::_is_a method. 
 | 
| virtual CORBA::Boolean | _non_existent (void)=0 | 
|  | Default _non_existent:always returns false.
 | 
| virtual CORBA::InterfaceDef_ptr | _get_interface (void)=0 | 
|  | Query the Interface Repository. 
 | 
| virtual CORBA::Object_ptr | _get_component (void)=0 | 
|  | Default _get_component:always returns nil.
 | 
| virtual char * | _repository_id (void)=0 | 
|  | Default _repository_id.
 | 
| virtual TAO_Stub * | _create_stub (void)=0 | 
|  | This is an auxiliary method for _this() and _narrow(). 
 | 
| virtual int | _find (const char *opname, TAO_Skeleton &skelfunc, const size_t length=0)=0 | 
| virtual int | _find (const char *opname, TAO_Collocated_Skeleton &skelfunc, TAO::Collocation_Strategy s, const size_t length=0)=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)=0 | 
|  | 
| virtual void | _add_ref (void)=0 | 
|  | Increase reference count by one. 
 | 
| virtual void | _remove_ref (void)=0 | 
| virtual CORBA::ULong | _refcount_value (void) const =0 | 
|  | Returns the current reference count value. 
 | 
| 
Protected Member Functions | 
|  | TAO_Abstract_ServantBase (void) | 
|  | Default constructor, only derived classes can be created. 
 | 
|  | TAO_Abstract_ServantBase (const TAO_Abstract_ServantBase &) | 
|  | Copy constructor, protected so no instances can be created. 
 | 
| TAO_Abstract_ServantBase & | operator= (const TAO_Abstract_ServantBase &) | 
|  | Assignment operator. 
 | 
| virtual void | _dispatch (TAO_ServerRequest &request, TAO::Portable_Server::Servant_Upcall *servant_upcall)=0 | 
|  | Dispatches a request to the object. 
 | 
| virtual const char * | _interface_repository_id (void) const =0 | 
|  | Get this interface's repository id (TAO specific). 
 |