#include <ServantLocatorC.h>
Inheritance diagram for PortableServer::ServantLocator:
Public Types | |
typedef void * | Cookie |
typedef ServantLocator_ptr | _ptr_type |
typedef ServantLocator_var | _var_type |
Public Member Functions | |
virtual ::PortableServer::Servant | preinvoke (const ::PortableServer::ObjectId &oid,::PortableServer::POA_ptr adapter, const char *operation,::PortableServer::ServantLocator::Cookie &the_cookie)=0 throw ( CORBA::SystemException, ::PortableServer::ForwardRequest ) |
virtual void | postinvoke (const ::PortableServer::ObjectId &oid,::PortableServer::POA_ptr adapter, const char *operation,::PortableServer::ServantLocator::Cookie the_cookie,::PortableServer::Servant the_servant)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static ServantLocator_ptr | _duplicate (ServantLocator_ptr obj) |
static void | _tao_release (ServantLocator_ptr obj) |
static ServantLocator_ptr | _narrow (CORBA::Object_ptr obj) |
static ServantLocator_ptr | _unchecked_narrow (CORBA::Object_ptr obj) |
static ServantLocator_ptr | _nil (void) |
Protected Member Functions | |
ServantLocator (void) | |
virtual | ~ServantLocator (void) |
Private Member Functions | |
ServantLocator (const ServantLocator &) | |
void | operator= (const ServantLocator &) |
Reimplemented from PortableServer::ServantManager.
Reimplemented from PortableServer::ServantManager.
typedef void* PortableServer::ServantLocator::Cookie |
PortableServer::ServantLocator::ServantLocator | ( | void | ) | [protected] |
PortableServer::ServantLocator::~ServantLocator | ( | void | ) | [protected, virtual] |
PortableServer::ServantLocator::ServantLocator | ( | const ServantLocator & | ) | [private] |
PortableServer::ServantLocator_ptr PortableServer::ServantLocator::_duplicate | ( | ServantLocator_ptr | obj | ) | [static] |
const char * PortableServer::ServantLocator::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from PortableServer::ServantManager.
CORBA::Boolean PortableServer::ServantLocator::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from PortableServer::ServantManager.
PortableServer::ServantLocator_ptr PortableServer::ServantLocator::_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from PortableServer::ServantManager.
static ServantLocator_ptr PortableServer::ServantLocator::_nil | ( | void | ) | [inline, static] |
Reimplemented from PortableServer::ServantManager.
void PortableServer::ServantLocator::_tao_release | ( | ServantLocator_ptr | obj | ) | [static] |
PortableServer::ServantLocator_ptr PortableServer::ServantLocator::_unchecked_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from PortableServer::ServantManager.
CORBA::Boolean PortableServer::ServantLocator::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from PortableServer::ServantManager.
void PortableServer::ServantLocator::operator= | ( | const ServantLocator & | ) | [private] |
virtual void PortableServer::ServantLocator::postinvoke | ( | const ::PortableServer::ObjectId & | oid, | |
::PortableServer::POA_ptr | adapter, | |||
const char * | operation, | |||
::PortableServer::ServantLocator::Cookie | the_cookie, | |||
::PortableServer::Servant | the_servant | |||
) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::Servant PortableServer::ServantLocator::preinvoke | ( | const ::PortableServer::ObjectId & | oid, | |
::PortableServer::POA_ptr | adapter, | |||
const char * | operation, | |||
::PortableServer::ServantLocator::Cookie & | the_cookie | |||
) | throw ( CORBA::SystemException, ::PortableServer::ForwardRequest ) [pure virtual] |