#include <Abstract_Servant_Base.h>
List of all members.
Constructor & Destructor Documentation
TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase |
( |
void |
| ) |
|
|
virtual |
TAO_Abstract_ServantBase::TAO_Abstract_ServantBase |
( |
void |
| ) |
|
|
protected |
Default constructor, only derived classes can be created.
Copy constructor, protected so no instances can be created.
Member Function Documentation
virtual void TAO_Abstract_ServantBase::_add_ref |
( |
void |
| ) |
|
|
pure virtual |
Increase reference count by one.
virtual TAO_Stub* TAO_Abstract_ServantBase::_create_stub |
( |
void |
| ) |
|
|
pure virtual |
This is an auxiliary method for _this() and _narrow().
virtual void TAO_Abstract_ServantBase::_dispatch |
( |
TAO_ServerRequest & |
request, |
|
|
void * |
servant_upcall |
|
) |
| |
|
protectedpure virtual |
Dispatches a request to the object.
Find the operation, cast the type to the most derived type, demarshall all the parameters from the request and finally invokes the operation, storing the results and out parameters (if any) or the exceptions thrown into request.
virtual int TAO_Abstract_ServantBase::_find |
( |
const char * |
opname, |
|
|
TAO_Skeleton & |
skelfunc, |
|
|
const size_t |
length = 0 |
|
) |
| |
|
pure virtual |
Find an operation in the operation table and return a TAO_Skeleton which can be used to make upcalls
Find an operation in the operation table and return a TAO_Collocated_Skeleton which can be used to make upcalls onto collocated servants.
Default _get_component:
always returns nil.
Query the Interface Repository.
virtual const char* TAO_Abstract_ServantBase::_interface_repository_id |
( |
void |
| ) |
const |
|
protectedpure virtual |
Get this interface's repository id (TAO specific).
virtual CORBA::Boolean TAO_Abstract_ServantBase::_is_a |
( |
const char * |
logical_type_id | ) |
|
|
pure virtual |
virtual CORBA::Boolean TAO_Abstract_ServantBase::_non_existent |
( |
void |
| ) |
|
|
pure virtual |
Default _non_existent:
always returns false.
virtual CORBA::ULong TAO_Abstract_ServantBase::_refcount_value |
( |
void |
| ) |
const |
|
pure virtual |
Returns the current reference count value.
virtual void TAO_Abstract_ServantBase::_remove_ref |
( |
void |
| ) |
|
|
pure virtual |
Decreases reference count by one; if the resulting reference count equals zero, _remove_ref invokes delete on its this pointer in order to destroy the servant.
virtual char* TAO_Abstract_ServantBase::_repository_id |
( |
void |
| ) |
|
|
pure virtual |
virtual void TAO_Abstract_ServantBase::synchronous_upcall_dispatch |
( |
TAO_ServerRequest & |
req, |
|
|
void * |
servant_upcall, |
|
|
void * |
derived_this |
|
) |
| |
|
protectedpure virtual |
The documentation for this class was generated from the following files: