|
TAO_PortableServer
2.0.3
|
#include <ServantLocatorC.h>

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 &) |
| typedef ServantLocator_out PortableServer::ServantLocator::_out_type |
Reimplemented from PortableServer::ServantManager.
| typedef ServantLocator_ptr PortableServer::ServantLocator::_ptr_type |
Reimplemented from PortableServer::ServantManager.
| typedef ServantLocator_var PortableServer::ServantLocator::_var_type |
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.
| 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] |
1.7.6.1