TAO_PortableGroup 4.0.0
|
Implementation of the PortableGroup::GOA interface. More...
#include <GOA.h>
MIOP specification methods | |
virtual PortableServer::ObjectId * | create_id_for_reference (CORBA::Object_ptr the_ref) |
Template method for creating new POA's of this type. | |
virtual PortableGroup::IDs * | reference_to_ids (CORBA::Object_ptr the_ref) |
Template method for creating new POA's of this type. | |
virtual void | associate_reference_with_id (CORBA::Object_ptr ref, const PortableServer::ObjectId &oid) |
Template method for creating new POA's of this type. | |
virtual void | disassociate_reference_with_id (CORBA::Object_ptr ref, const PortableServer::ObjectId &oid) |
Template method for creating new POA's of this type. | |
PortableServer::POA_ptr | create_POA (const char *adapter_name, PortableServer::POAManager_ptr poa_manager, const CORBA::PolicyList &policies) |
Template method for creating new POA's of this type. | |
PortableServer::POA_ptr | find_POA (const char *adapter_name, CORBA::Boolean activate_it) |
Template method for creating new POA's of this type. | |
void | destroy (CORBA::Boolean etherealize_objects, CORBA::Boolean wait_for_completion) |
Template method for creating new POA's of this type. | |
PortableServer::ThreadPolicy_ptr | create_thread_policy (PortableServer::ThreadPolicyValue value) |
Template method for creating new POA's of this type. | |
PortableServer::LifespanPolicy_ptr | create_lifespan_policy (PortableServer::LifespanPolicyValue value) |
Template method for creating new POA's of this type. | |
PortableServer::IdUniquenessPolicy_ptr | create_id_uniqueness_policy (PortableServer::IdUniquenessPolicyValue value) |
Template method for creating new POA's of this type. | |
PortableServer::IdAssignmentPolicy_ptr | create_id_assignment_policy (PortableServer::IdAssignmentPolicyValue value) |
Template method for creating new POA's of this type. | |
PortableServer::ImplicitActivationPolicy_ptr | create_implicit_activation_policy (PortableServer::ImplicitActivationPolicyValue value) |
Template method for creating new POA's of this type. | |
PortableServer::ServantRetentionPolicy_ptr | create_servant_retention_policy (PortableServer::ServantRetentionPolicyValue value) |
Template method for creating new POA's of this type. | |
PortableServer::RequestProcessingPolicy_ptr | create_request_processing_policy (PortableServer::RequestProcessingPolicyValue value) |
Template method for creating new POA's of this type. | |
char * | the_name () |
Template method for creating new POA's of this type. | |
PortableServer::POA_ptr | the_parent () |
Template method for creating new POA's of this type. | |
PortableServer::POAList * | the_children () |
Template method for creating new POA's of this type. | |
PortableServer::POAManager_ptr | the_POAManager () |
Template method for creating new POA's of this type. | |
PortableServer::AdapterActivator_ptr | the_activator () |
Template method for creating new POA's of this type. | |
void | the_activator (PortableServer::AdapterActivator_ptr adapter_activator) |
Template method for creating new POA's of this type. | |
PortableServer::ServantManager_ptr | get_servant_manager () |
Template method for creating new POA's of this type. | |
void | set_servant_manager (PortableServer::ServantManager_ptr imgr) |
Template method for creating new POA's of this type. | |
PortableServer::Servant | get_servant () |
Template method for creating new POA's of this type. | |
void | set_servant (PortableServer::Servant servant) |
Template method for creating new POA's of this type. | |
PortableServer::ObjectId * | activate_object (PortableServer::Servant p_servant) |
Template method for creating new POA's of this type. | |
void | activate_object_with_id (const PortableServer::ObjectId &id, PortableServer::Servant p_servant) |
Template method for creating new POA's of this type. | |
void | deactivate_object (const PortableServer::ObjectId &oid) |
Template method for creating new POA's of this type. | |
CORBA::Object_ptr | create_reference (const char *intf) |
Template method for creating new POA's of this type. | |
CORBA::Object_ptr | create_reference_with_id (const PortableServer::ObjectId &oid, const char *intf) |
Template method for creating new POA's of this type. | |
PortableServer::ObjectId * | servant_to_id (PortableServer::Servant p_servant) |
Template method for creating new POA's of this type. | |
CORBA::Object_ptr | servant_to_reference (PortableServer::Servant p_servant) |
Template method for creating new POA's of this type. | |
PortableServer::Servant | reference_to_servant (CORBA::Object_ptr reference) |
Template method for creating new POA's of this type. | |
PortableServer::ObjectId * | reference_to_id (CORBA::Object_ptr reference) |
Template method for creating new POA's of this type. | |
PortableServer::Servant | id_to_servant (const PortableServer::ObjectId &oid) |
Template method for creating new POA's of this type. | |
CORBA::Object_ptr | id_to_reference (const PortableServer::ObjectId &oid) |
Template method for creating new POA's of this type. | |
CORBA::OctetSeq * | id () |
Template method for creating new POA's of this type. | |
TAO_GOA (const String &name, PortableServer::POAManager_ptr poa_manager, const TAO_POA_Policy_Set &policies, TAO_Root_POA *parent, ACE_Lock &lock, TAO_SYNCH_MUTEX &thread_lock, TAO_ORB_Core &orb_core, TAO_Object_Adapter *object_adapter) | |
Template method for creating new POA's of this type. | |
virtual | ~TAO_GOA () |
Template method for creating new POA's of this type. | |
static int | Initializer () |
Template method for creating new POA's of this type. | |
virtual TAO_Root_POA * | new_POA (const String &name, PortableServer::POAManager_ptr poa_manager, const TAO_POA_Policy_Set &policies, TAO_Root_POA *parent, ACE_Lock &lock, TAO_SYNCH_MUTEX &thread_lock, TAO_ORB_Core &orb_core, TAO_Object_Adapter *object_adapter) |
Template method for creating new POA's of this type. | |
int | find_group_component (const CORBA::Object_ptr the_ref, PortableGroup::TagGroupTaggedComponent &group) |
Template method for creating new POA's of this type. | |
int | find_group_component_in_profile (const TAO_Profile *profile, PortableGroup::TagGroupTaggedComponent &group) |
Template method for creating new POA's of this type. | |
int | create_group_acceptors (CORBA::Object_ptr the_ref, TAO_PortableGroup_Acceptor_Registry &acceptor_registry, TAO_ORB_Core &orb_core) |
Template method for creating new POA's of this type. | |
void | associate_group_with_ref (CORBA::Object_ptr group_ref, CORBA::Object_ptr obj_ref) |
Implementation of the PortableGroup::GOA interface.
Implementation of the PortableGroup::GOA interface.
TAO_GOA::TAO_GOA | ( | const String & | name, |
PortableServer::POAManager_ptr | poa_manager, | ||
const TAO_POA_Policy_Set & | policies, | ||
TAO_Root_POA * | parent, | ||
ACE_Lock & | lock, | ||
TAO_SYNCH_MUTEX & | thread_lock, | ||
TAO_ORB_Core & | orb_core, | ||
TAO_Object_Adapter * | object_adapter ) |
Template method for creating new POA's of this type.
|
virtual |
Template method for creating new POA's of this type.
PortableServer::ObjectId * TAO_GOA::activate_object | ( | PortableServer::Servant | p_servant | ) |
Template method for creating new POA's of this type.
void TAO_GOA::activate_object_with_id | ( | const PortableServer::ObjectId & | id, |
PortableServer::Servant | p_servant ) |
Template method for creating new POA's of this type.
|
protected |
Helper function to associate group references with object references.
|
virtual |
Template method for creating new POA's of this type.
|
protected |
Template method for creating new POA's of this type.
PortableServer::IdAssignmentPolicy_ptr TAO_GOA::create_id_assignment_policy | ( | PortableServer::IdAssignmentPolicyValue | value | ) |
Template method for creating new POA's of this type.
|
virtual |
Template method for creating new POA's of this type.
PortableServer::IdUniquenessPolicy_ptr TAO_GOA::create_id_uniqueness_policy | ( | PortableServer::IdUniquenessPolicyValue | value | ) |
Template method for creating new POA's of this type.
PortableServer::ImplicitActivationPolicy_ptr TAO_GOA::create_implicit_activation_policy | ( | PortableServer::ImplicitActivationPolicyValue | value | ) |
Template method for creating new POA's of this type.
PortableServer::LifespanPolicy_ptr TAO_GOA::create_lifespan_policy | ( | PortableServer::LifespanPolicyValue | value | ) |
Template method for creating new POA's of this type.
PortableServer::POA_ptr TAO_GOA::create_POA | ( | const char * | adapter_name, |
PortableServer::POAManager_ptr | poa_manager, | ||
const CORBA::PolicyList & | policies ) |
Template method for creating new POA's of this type.
CORBA::Object_ptr TAO_GOA::create_reference | ( | const char * | intf | ) |
Template method for creating new POA's of this type.
CORBA::Object_ptr TAO_GOA::create_reference_with_id | ( | const PortableServer::ObjectId & | oid, |
const char * | intf ) |
Template method for creating new POA's of this type.
PortableServer::RequestProcessingPolicy_ptr TAO_GOA::create_request_processing_policy | ( | PortableServer::RequestProcessingPolicyValue | value | ) |
Template method for creating new POA's of this type.
PortableServer::ServantRetentionPolicy_ptr TAO_GOA::create_servant_retention_policy | ( | PortableServer::ServantRetentionPolicyValue | value | ) |
Template method for creating new POA's of this type.
PortableServer::ThreadPolicy_ptr TAO_GOA::create_thread_policy | ( | PortableServer::ThreadPolicyValue | value | ) |
Template method for creating new POA's of this type.
void TAO_GOA::deactivate_object | ( | const PortableServer::ObjectId & | oid | ) |
Template method for creating new POA's of this type.
void TAO_GOA::destroy | ( | CORBA::Boolean | etherealize_objects, |
CORBA::Boolean | wait_for_completion ) |
Template method for creating new POA's of this type.
|
virtual |
Template method for creating new POA's of this type.
|
protected |
Template method for creating new POA's of this type.
|
protected |
Template method for creating new POA's of this type.
PortableServer::POA_ptr TAO_GOA::find_POA | ( | const char * | adapter_name, |
CORBA::Boolean | activate_it ) |
Template method for creating new POA's of this type.
PortableServer::Servant TAO_GOA::get_servant | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.
PortableServer::ServantManager_ptr TAO_GOA::get_servant_manager | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.
CORBA::OctetSeq * TAO_GOA::id | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.
CORBA::Object_ptr TAO_GOA::id_to_reference | ( | const PortableServer::ObjectId & | oid | ) |
Template method for creating new POA's of this type.
PortableServer::Servant TAO_GOA::id_to_servant | ( | const PortableServer::ObjectId & | oid | ) |
Template method for creating new POA's of this type.
|
static |
Template method for creating new POA's of this type.
|
protectedvirtual |
Template method for creating new POA's of this type.
Reimplemented from TAO_Root_POA.
PortableServer::ObjectId * TAO_GOA::reference_to_id | ( | CORBA::Object_ptr | reference | ) |
Template method for creating new POA's of this type.
|
virtual |
Template method for creating new POA's of this type.
PortableServer::Servant TAO_GOA::reference_to_servant | ( | CORBA::Object_ptr | reference | ) |
Template method for creating new POA's of this type.
PortableServer::ObjectId * TAO_GOA::servant_to_id | ( | PortableServer::Servant | p_servant | ) |
Template method for creating new POA's of this type.
CORBA::Object_ptr TAO_GOA::servant_to_reference | ( | PortableServer::Servant | p_servant | ) |
Template method for creating new POA's of this type.
void TAO_GOA::set_servant | ( | PortableServer::Servant | servant | ) |
Template method for creating new POA's of this type.
void TAO_GOA::set_servant_manager | ( | PortableServer::ServantManager_ptr | imgr | ) |
Template method for creating new POA's of this type.
PortableServer::AdapterActivator_ptr TAO_GOA::the_activator | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.
void TAO_GOA::the_activator | ( | PortableServer::AdapterActivator_ptr | adapter_activator | ) |
Template method for creating new POA's of this type.
PortableServer::POAList * TAO_GOA::the_children | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.
char * TAO_GOA::the_name | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.
PortableServer::POA_ptr TAO_GOA::the_parent | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.
PortableServer::POAManager_ptr TAO_GOA::the_POAManager | ( | ) |
Template method for creating new POA's of this type.
Implements PortableServer::POA.