TAO_PortableServer  2.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
PortableServer::ServantLocator Class Reference

#include <ServantLocatorC.h>

Inheritance diagram for PortableServer::ServantLocator:
Inheritance graph
[legend]
Collaboration diagram for PortableServer::ServantLocator:
Collaboration graph
[legend]

List of all members.

Public Types

typedef ServantLocator_ptr _ptr_type
typedef ServantLocator_var _var_type
typedef ServantLocator_out _out_type
typedef void * Cookie

Public Member Functions

virtual ::PortableServer::Servant preinvoke (const ::PortableServer::ObjectId &oid,::PortableServer::POA_ptr adapter, const char *operation,::PortableServer::ServantLocator::Cookie &the_cookie)=0
virtual void postinvoke (const ::PortableServer::ObjectId &oid,::PortableServer::POA_ptr adapter, const char *operation,::PortableServer::ServantLocator::Cookie the_cookie,::PortableServer::Servant the_servant)=0
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 &)

Member Typedef Documentation

Reimplemented from PortableServer::ServantManager.

Reimplemented from PortableServer::ServantManager.

Reimplemented from PortableServer::ServantManager.


Constructor & Destructor Documentation

PortableServer::ServantLocator::ServantLocator ( void  ) [protected]
PortableServer::ServantLocator::~ServantLocator ( void  ) [protected, virtual]
PortableServer::ServantLocator::ServantLocator ( const ServantLocator ) [private]

Member Function Documentation

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.

PortableServer::ServantLocator_ptr PortableServer::ServantLocator::_nil ( void  ) [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 
) [pure virtual]
virtual ::PortableServer::Servant PortableServer::ServantLocator::preinvoke ( const ::PortableServer::ObjectId oid,
::PortableServer::POA_ptr  adapter,
const char *  operation,
::PortableServer::ServantLocator::Cookie the_cookie 
) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines