#include <PortableServerC.h>
Inheritance diagram for PortableServer::POA:
Public Types | |
typedef POA_ptr | _ptr_type |
typedef POA_var | _var_type |
Public Member Functions | |
virtual ::PortableServer::POA_ptr | create_POA (const char *adapter_name,::PortableServer::POAManager_ptr a_POAManager, const ::CORBA::PolicyList &policies)=0 throw ( CORBA::SystemException, ::PortableServer::POA::AdapterAlreadyExists, ::PortableServer::POA::InvalidPolicy ) |
virtual ::PortableServer::POA_ptr | find_POA (const char *adapter_name,::CORBA::Boolean activate_it)=0 throw ( CORBA::SystemException, ::PortableServer::POA::AdapterNonExistent ) |
virtual void | destroy (::CORBA::Boolean etherealize_objects,::CORBA::Boolean wait_for_completion)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::ThreadPolicy_ptr | create_thread_policy (::PortableServer::ThreadPolicyValue value)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::LifespanPolicy_ptr | create_lifespan_policy (::PortableServer::LifespanPolicyValue value)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::IdUniquenessPolicy_ptr | create_id_uniqueness_policy (::PortableServer::IdUniquenessPolicyValue value)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::IdAssignmentPolicy_ptr | create_id_assignment_policy (::PortableServer::IdAssignmentPolicyValue value)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::ImplicitActivationPolicy_ptr | create_implicit_activation_policy (::PortableServer::ImplicitActivationPolicyValue value)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::ServantRetentionPolicy_ptr | create_servant_retention_policy (::PortableServer::ServantRetentionPolicyValue value)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::RequestProcessingPolicy_ptr | create_request_processing_policy (::PortableServer::RequestProcessingPolicyValue value)=0 throw ( CORBA::SystemException ) |
virtual char * | the_name ()=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::POA_ptr | the_parent ()=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::POAList * | the_children ()=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::POAManager_ptr | the_POAManager ()=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::AdapterActivator_ptr | the_activator ()=0 throw ( CORBA::SystemException ) |
virtual void | the_activator (::PortableServer::AdapterActivator_ptr the_activator)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::ServantManager_ptr | get_servant_manager ()=0 throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) |
virtual void | set_servant_manager (::PortableServer::ServantManager_ptr imgr)=0 throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) |
virtual ::PortableServer::Servant | get_servant ()=0 throw ( CORBA::SystemException, ::PortableServer::POA::NoServant, ::PortableServer::POA::WrongPolicy ) |
virtual void | set_servant (::PortableServer::Servant p_servant)=0 throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) |
virtual ::PortableServer::ObjectId * | activate_object (::PortableServer::Servant p_servant)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ServantAlreadyActive, ::PortableServer::POA::WrongPolicy ) |
virtual void | activate_object_with_id (const ::PortableServer::ObjectId &id,::PortableServer::Servant p_servant)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ServantAlreadyActive, ::PortableServer::POA::ObjectAlreadyActive, ::PortableServer::POA::WrongPolicy ) |
virtual void | deactivate_object (const ::PortableServer::ObjectId &oid)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongPolicy ) |
virtual CORBA::Object_ptr | create_reference (const char *intf)=0 throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) |
virtual CORBA::Object_ptr | create_reference_with_id (const ::PortableServer::ObjectId &oid, const char *intf)=0 throw ( CORBA::SystemException ) |
virtual ::PortableServer::ObjectId * | servant_to_id (::PortableServer::Servant p_servant)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ServantNotActive, ::PortableServer::POA::WrongPolicy ) |
virtual CORBA::Object_ptr | servant_to_reference (::PortableServer::Servant p_servant)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ServantNotActive, ::PortableServer::POA::WrongPolicy ) |
virtual ::PortableServer::Servant | reference_to_servant (::CORBA::Object_ptr reference)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongAdapter, ::PortableServer::POA::WrongPolicy ) |
virtual ::PortableServer::ObjectId * | reference_to_id (::CORBA::Object_ptr reference)=0 throw ( CORBA::SystemException, ::PortableServer::POA::WrongAdapter, ::PortableServer::POA::WrongPolicy ) |
virtual ::PortableServer::Servant | id_to_servant (const ::PortableServer::ObjectId &oid)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongPolicy ) |
virtual CORBA::Object_ptr | id_to_reference (const ::PortableServer::ObjectId &oid)=0 throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongPolicy ) |
virtual ::CORBA::OctetSeq * | id ()=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 POA_ptr | _duplicate (POA_ptr obj) |
static void | _tao_release (POA_ptr obj) |
static POA_ptr | _narrow (CORBA::Object_ptr obj) |
static POA_ptr | _unchecked_narrow (CORBA::Object_ptr obj) |
static POA_ptr | _nil (void) |
static void | _tao_any_destructor (void *) |
Static Public Attributes | |
::CORBA::TypeCode_ptr const | _tc_AdapterAlreadyExists |
::CORBA::TypeCode_ptr const | _tc_AdapterNonExistent |
::CORBA::TypeCode_ptr const | _tc_InvalidPolicy |
::CORBA::TypeCode_ptr const | _tc_NoServant |
::CORBA::TypeCode_ptr const | _tc_ObjectAlreadyActive |
::CORBA::TypeCode_ptr const | _tc_ObjectNotActive |
::CORBA::TypeCode_ptr const | _tc_ServantAlreadyActive |
::CORBA::TypeCode_ptr const | _tc_ServantNotActive |
::CORBA::TypeCode_ptr const | _tc_WrongAdapter |
::CORBA::TypeCode_ptr const | _tc_WrongPolicy |
Protected Member Functions | |
POA (void) | |
virtual | ~POA (void) |
Private Member Functions | |
POA (const POA &) | |
void | operator= (const POA &) |
Classes | |
class | AdapterAlreadyExists |
class | AdapterNonExistent |
class | InvalidPolicy |
class | NoServant |
class | ObjectAlreadyActive |
class | ObjectNotActive |
class | ServantAlreadyActive |
class | ServantNotActive |
class | WrongAdapter |
class | WrongPolicy |
Reimplemented from CORBA::Object.
Reimplemented from CORBA::Object.
PortableServer::POA::POA | ( | void | ) | [protected] |
PortableServer::POA::~POA | ( | void | ) | [protected, virtual] |
PortableServer::POA::POA | ( | const POA & | ) | [private] |
PortableServer::POA_ptr PortableServer::POA::_duplicate | ( | POA_ptr | obj | ) | [static] |
const char * PortableServer::POA::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
CORBA::Boolean PortableServer::POA::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
PortableServer::POA_ptr PortableServer::POA::_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from CORBA::Object.
static POA_ptr PortableServer::POA::_nil | ( | void | ) | [inline, static] |
Reimplemented from CORBA::Object.
void PortableServer::POA::_tao_any_destructor | ( | void * | ) | [static] |
Reimplemented from CORBA::Object.
void PortableServer::POA::_tao_release | ( | POA_ptr | obj | ) | [static] |
PortableServer::POA_ptr PortableServer::POA::_unchecked_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
virtual ::PortableServer::ObjectId* PortableServer::POA::activate_object | ( | ::PortableServer::Servant | p_servant | ) | throw ( CORBA::SystemException, ::PortableServer::POA::ServantAlreadyActive, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual void PortableServer::POA::activate_object_with_id | ( | const ::PortableServer::ObjectId & | id, | |
::PortableServer::Servant | p_servant | |||
) | throw ( CORBA::SystemException, ::PortableServer::POA::ServantAlreadyActive, ::PortableServer::POA::ObjectAlreadyActive, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual ::PortableServer::IdAssignmentPolicy_ptr PortableServer::POA::create_id_assignment_policy | ( | ::PortableServer::IdAssignmentPolicyValue | value | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::IdUniquenessPolicy_ptr PortableServer::POA::create_id_uniqueness_policy | ( | ::PortableServer::IdUniquenessPolicyValue | value | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::ImplicitActivationPolicy_ptr PortableServer::POA::create_implicit_activation_policy | ( | ::PortableServer::ImplicitActivationPolicyValue | value | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::LifespanPolicy_ptr PortableServer::POA::create_lifespan_policy | ( | ::PortableServer::LifespanPolicyValue | value | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::POA_ptr PortableServer::POA::create_POA | ( | const char * | adapter_name, | |
::PortableServer::POAManager_ptr | a_POAManager, | |||
const ::CORBA::PolicyList & | policies | |||
) | throw ( CORBA::SystemException, ::PortableServer::POA::AdapterAlreadyExists, ::PortableServer::POA::InvalidPolicy ) [pure virtual] |
virtual CORBA::Object_ptr PortableServer::POA::create_reference | ( | const char * | intf | ) | throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
Implemented in TAO_Root_POA.
virtual CORBA::Object_ptr PortableServer::POA::create_reference_with_id | ( | const ::PortableServer::ObjectId & | oid, | |
const char * | intf | |||
) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::RequestProcessingPolicy_ptr PortableServer::POA::create_request_processing_policy | ( | ::PortableServer::RequestProcessingPolicyValue | value | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::ServantRetentionPolicy_ptr PortableServer::POA::create_servant_retention_policy | ( | ::PortableServer::ServantRetentionPolicyValue | value | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::ThreadPolicy_ptr PortableServer::POA::create_thread_policy | ( | ::PortableServer::ThreadPolicyValue | value | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual void PortableServer::POA::deactivate_object | ( | const ::PortableServer::ObjectId & | oid | ) | throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual void PortableServer::POA::destroy | ( | ::CORBA::Boolean | etherealize_objects, | |
::CORBA::Boolean | wait_for_completion | |||
) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::POA_ptr PortableServer::POA::find_POA | ( | const char * | adapter_name, | |
::CORBA::Boolean | activate_it | |||
) | throw ( CORBA::SystemException, ::PortableServer::POA::AdapterNonExistent ) [pure virtual] |
virtual ::PortableServer::Servant PortableServer::POA::get_servant | ( | ) | throw ( CORBA::SystemException, ::PortableServer::POA::NoServant, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
Implemented in TAO_Root_POA.
virtual ::PortableServer::ServantManager_ptr PortableServer::POA::get_servant_manager | ( | ) | throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
Implemented in TAO_Root_POA.
virtual ::CORBA::OctetSeq* PortableServer::POA::id | ( | ) | throw ( CORBA::SystemException ) [pure virtual] |
Implemented in TAO_Root_POA.
virtual CORBA::Object_ptr PortableServer::POA::id_to_reference | ( | const ::PortableServer::ObjectId & | oid | ) | throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual ::PortableServer::Servant PortableServer::POA::id_to_servant | ( | const ::PortableServer::ObjectId & | oid | ) | throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
CORBA::Boolean PortableServer::POA::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
void PortableServer::POA::operator= | ( | const POA & | ) | [private] |
virtual ::PortableServer::ObjectId* PortableServer::POA::reference_to_id | ( | ::CORBA::Object_ptr | reference | ) | throw ( CORBA::SystemException, ::PortableServer::POA::WrongAdapter, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual ::PortableServer::Servant PortableServer::POA::reference_to_servant | ( | ::CORBA::Object_ptr | reference | ) | throw ( CORBA::SystemException, ::PortableServer::POA::ObjectNotActive, ::PortableServer::POA::WrongAdapter, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual ::PortableServer::ObjectId* PortableServer::POA::servant_to_id | ( | ::PortableServer::Servant | p_servant | ) | throw ( CORBA::SystemException, ::PortableServer::POA::ServantNotActive, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual CORBA::Object_ptr PortableServer::POA::servant_to_reference | ( | ::PortableServer::Servant | p_servant | ) | throw ( CORBA::SystemException, ::PortableServer::POA::ServantNotActive, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual void PortableServer::POA::set_servant | ( | ::PortableServer::Servant | p_servant | ) | throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual void PortableServer::POA::set_servant_manager | ( | ::PortableServer::ServantManager_ptr | imgr | ) | throw ( CORBA::SystemException, ::PortableServer::POA::WrongPolicy ) [pure virtual] |
virtual void PortableServer::POA::the_activator | ( | ::PortableServer::AdapterActivator_ptr | the_activator | ) | throw ( CORBA::SystemException ) [pure virtual] |
virtual ::PortableServer::AdapterActivator_ptr PortableServer::POA::the_activator | ( | ) | throw ( CORBA::SystemException ) [pure virtual] |
Implemented in TAO_Root_POA.
virtual ::PortableServer::POAList* PortableServer::POA::the_children | ( | ) | throw ( CORBA::SystemException ) [pure virtual] |
Implemented in TAO_Root_POA.
virtual char* PortableServer::POA::the_name | ( | ) | throw ( CORBA::SystemException ) [pure virtual] |
Implemented in TAO_Root_POA.
virtual ::PortableServer::POA_ptr PortableServer::POA::the_parent | ( | ) | throw ( CORBA::SystemException ) [pure virtual] |
Implemented in TAO_Regular_POA, and TAO_Root_POA.
virtual ::PortableServer::POAManager_ptr PortableServer::POA::the_POAManager | ( | ) | throw ( CORBA::SystemException ) [pure virtual] |
Implemented in TAO_Root_POA.
CORBA::TypeCode_ptr const PortableServer::POA::_tc_AdapterAlreadyExists [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_AdapterNonExistent [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_InvalidPolicy [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_NoServant [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_ObjectAlreadyActive [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_ObjectNotActive [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_ServantAlreadyActive [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_ServantNotActive [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_WrongAdapter [static] |
Initial value:
CORBA::TypeCode_ptr const PortableServer::POA::_tc_WrongPolicy [static] |
Initial value: