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

#include <ServantActivatorC.h>

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

List of all members.

Public Types

typedef ServantActivator_ptr _ptr_type
typedef ServantActivator_var _var_type
typedef ServantActivator_out _out_type

Public Member Functions

virtual ::PortableServer::Servant incarnate (const ::PortableServer::ObjectId &oid,::PortableServer::POA_ptr adapter)=0
virtual void etherealize (const ::PortableServer::ObjectId &oid,::PortableServer::POA_ptr adapter,::PortableServer::Servant serv,::CORBA::Boolean cleanup_in_progress,::CORBA::Boolean remaining_activations)=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 ServantActivator_ptr _duplicate (ServantActivator_ptr obj)
static void _tao_release (ServantActivator_ptr obj)
static ServantActivator_ptr _narrow (::CORBA::Object_ptr obj)
static ServantActivator_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static ServantActivator_ptr _nil (void)

Protected Member Functions

 ServantActivator (void)
virtual ~ServantActivator (void)

Private Member Functions

 ServantActivator (const ServantActivator &)
void operator= (const ServantActivator &)

Member Typedef Documentation

Reimplemented from PortableServer::ServantManager.

Reimplemented from PortableServer::ServantManager.

Reimplemented from PortableServer::ServantManager.


Constructor & Destructor Documentation

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

Member Function Documentation

PortableServer::ServantActivator_ptr PortableServer::ServantActivator::_duplicate ( ServantActivator_ptr  obj) [static]
const char * PortableServer::ServantActivator::_interface_repository_id ( void  ) const [virtual]

Reimplemented from PortableServer::ServantManager.

CORBA::Boolean PortableServer::ServantActivator::_is_a ( const char *  type_id) [virtual]

Reimplemented from PortableServer::ServantManager.

PortableServer::ServantActivator_ptr PortableServer::ServantActivator::_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from PortableServer::ServantManager.

PortableServer::ServantActivator_ptr PortableServer::ServantActivator::_nil ( void  ) [static]

Reimplemented from PortableServer::ServantManager.

void PortableServer::ServantActivator::_tao_release ( ServantActivator_ptr  obj) [static]
PortableServer::ServantActivator_ptr PortableServer::ServantActivator::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from PortableServer::ServantManager.

virtual void PortableServer::ServantActivator::etherealize ( const ::PortableServer::ObjectId oid,
::PortableServer::POA_ptr  adapter,
::PortableServer::Servant  serv,
::CORBA::Boolean  cleanup_in_progress,
::CORBA::Boolean  remaining_activations 
) [pure virtual]
virtual ::PortableServer::Servant PortableServer::ServantActivator::incarnate ( const ::PortableServer::ObjectId oid,
::PortableServer::POA_ptr  adapter 
) [pure virtual]
CORBA::Boolean PortableServer::ServantActivator::marshal ( TAO_OutputCDR cdr) [virtual]

Reimplemented from PortableServer::ServantManager.

void PortableServer::ServantActivator::operator= ( const ServantActivator ) [private]

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