|
TAO_PortableServer
2.0.3
|
#include <ServantActivatorC.h>

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 &) |
| typedef ServantActivator_out PortableServer::ServantActivator::_out_type |
Reimplemented from PortableServer::ServantManager.
| typedef ServantActivator_ptr PortableServer::ServantActivator::_ptr_type |
Reimplemented from PortableServer::ServantManager.
| typedef ServantActivator_var PortableServer::ServantActivator::_var_type |
Reimplemented from PortableServer::ServantManager.
| PortableServer::ServantActivator::ServantActivator | ( | void | ) | [protected] |
| PortableServer::ServantActivator::~ServantActivator | ( | void | ) | [protected, virtual] |
| PortableServer::ServantActivator::ServantActivator | ( | const ServantActivator & | ) | [private] |
| 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] |
1.7.6.1