#include <GOA.h>
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 | |||
) |
TAO_GOA::~TAO_GOA | ( | void | ) | [virtual] |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL PortableServer::ObjectId * TAO_GOA::create_id_for_reference | ( | CORBA::Object_ptr | the_ref | ) | [virtual] |
PortableGroup::IDs * TAO_GOA::reference_to_ids | ( | CORBA::Object_ptr | the_ref | ) | [virtual] |
void TAO_GOA::associate_reference_with_id | ( | CORBA::Object_ptr | ref, | |
const PortableServer::ObjectId & | oid | |||
) | [virtual] |
void TAO_GOA::disassociate_reference_with_id | ( | CORBA::Object_ptr | ref, | |
const PortableServer::ObjectId & | oid | |||
) | [virtual] |
PortableServer::POA_ptr TAO_GOA::create_POA | ( | const char * | adapter_name, | |
PortableServer::POAManager_ptr | poa_manager, | |||
const CORBA::PolicyList & | policies | |||
) |
Reimplemented from TAO_Root_POA.
PortableServer::POA_ptr TAO_GOA::find_POA | ( | const char * | adapter_name, | |
CORBA::Boolean | activate_it | |||
) |
Reimplemented from TAO_Root_POA.
void TAO_GOA::destroy | ( | CORBA::Boolean | etherealize_objects, | |
CORBA::Boolean | wait_for_completion | |||
) |
Reimplemented from TAO_Root_POA.
PortableServer::ThreadPolicy_ptr TAO_GOA::create_thread_policy | ( | PortableServer::ThreadPolicyValue | value | ) |
Reimplemented from TAO_Root_POA.
PortableServer::LifespanPolicy_ptr TAO_GOA::create_lifespan_policy | ( | PortableServer::LifespanPolicyValue | value | ) |
Reimplemented from TAO_Root_POA.
PortableServer::IdUniquenessPolicy_ptr TAO_GOA::create_id_uniqueness_policy | ( | PortableServer::IdUniquenessPolicyValue | value | ) |
Reimplemented from TAO_Root_POA.
PortableServer::IdAssignmentPolicy_ptr TAO_GOA::create_id_assignment_policy | ( | PortableServer::IdAssignmentPolicyValue | value | ) |
Reimplemented from TAO_Root_POA.
PortableServer::ImplicitActivationPolicy_ptr TAO_GOA::create_implicit_activation_policy | ( | PortableServer::ImplicitActivationPolicyValue | value | ) |
Reimplemented from TAO_Root_POA.
PortableServer::ServantRetentionPolicy_ptr TAO_GOA::create_servant_retention_policy | ( | PortableServer::ServantRetentionPolicyValue | value | ) |
Reimplemented from TAO_Root_POA.
PortableServer::RequestProcessingPolicy_ptr TAO_GOA::create_request_processing_policy | ( | PortableServer::RequestProcessingPolicyValue | value | ) |
Reimplemented from TAO_Root_POA.
char * TAO_GOA::the_name | ( | void | ) |
Reimplemented from TAO_Root_POA.
PortableServer::POA_ptr TAO_GOA::the_parent | ( | void | ) |
Reimplemented from TAO_Regular_POA.
PortableServer::POAList * TAO_GOA::the_children | ( | void | ) |
Reimplemented from TAO_Root_POA.
PortableServer::POAManager_ptr TAO_GOA::the_POAManager | ( | void | ) |
Reimplemented from TAO_Root_POA.
PortableServer::AdapterActivator_ptr TAO_GOA::the_activator | ( | void | ) |
Reimplemented from TAO_Root_POA.
void TAO_GOA::the_activator | ( | PortableServer::AdapterActivator_ptr | adapter_activator | ) |
Reimplemented from TAO_Root_POA.
PortableServer::ServantManager_ptr TAO_GOA::get_servant_manager | ( | void | ) |
Reimplemented from TAO_Root_POA.
void TAO_GOA::set_servant_manager | ( | PortableServer::ServantManager_ptr | imgr | ) |
Reimplemented from TAO_Root_POA.
PortableServer::Servant TAO_GOA::get_servant | ( | void | ) |
Reimplemented from TAO_Root_POA.
void TAO_GOA::set_servant | ( | PortableServer::Servant | servant | ) |
Reimplemented from TAO_Root_POA.
PortableServer::ObjectId * TAO_GOA::activate_object | ( | PortableServer::Servant | p_servant | ) |
Reimplemented from TAO_Root_POA.
void TAO_GOA::activate_object_with_id | ( | const PortableServer::ObjectId & | id, | |
PortableServer::Servant | p_servant | |||
) |
Reimplemented from TAO_Root_POA.
void TAO_GOA::deactivate_object | ( | const PortableServer::ObjectId & | oid | ) |
Reimplemented from TAO_Root_POA.
CORBA::Object_ptr TAO_GOA::create_reference | ( | const char * | intf | ) |
Reimplemented from TAO_Root_POA.
CORBA::Object_ptr TAO_GOA::create_reference_with_id | ( | const PortableServer::ObjectId & | oid, | |
const char * | intf | |||
) |
Reimplemented from TAO_Root_POA.
PortableServer::ObjectId * TAO_GOA::servant_to_id | ( | PortableServer::Servant | p_servant | ) |
Reimplemented from TAO_Root_POA.
CORBA::Object_ptr TAO_GOA::servant_to_reference | ( | PortableServer::Servant | p_servant | ) |
Reimplemented from TAO_Root_POA.
PortableServer::Servant TAO_GOA::reference_to_servant | ( | CORBA::Object_ptr | reference | ) |
Reimplemented from TAO_Root_POA.
PortableServer::ObjectId * TAO_GOA::reference_to_id | ( | CORBA::Object_ptr | reference | ) |
Reimplemented from TAO_Root_POA.
PortableServer::Servant TAO_GOA::id_to_servant | ( | const PortableServer::ObjectId & | oid | ) |
Reimplemented from TAO_Root_POA.
CORBA::Object_ptr TAO_GOA::id_to_reference | ( | const PortableServer::ObjectId & | oid | ) |
Reimplemented from TAO_Root_POA.
CORBA::OctetSeq * TAO_GOA::id | ( | void | ) |
Reimplemented from TAO_Root_POA.
static int TAO_GOA::Initializer | ( | void | ) | [static] |
TAO_Root_POA * TAO_GOA::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 | |||
) | [protected, virtual] |
int TAO_GOA::find_group_component | ( | const CORBA::Object_ptr | the_ref, | |
PortableGroup::TagGroupTaggedComponent & | group | |||
) | [protected] |
int TAO_GOA::find_group_component_in_profile | ( | const TAO_Profile * | profile, | |
PortableGroup::TagGroupTaggedComponent & | group | |||
) | [protected] |
int TAO_GOA::create_group_acceptors | ( | CORBA::Object_ptr | the_ref, | |
TAO_PortableGroup_Acceptor_Registry & | acceptor_registry, | |||
TAO_ORB_Core & | orb_core | |||
) | [protected] |
void TAO_GOA::associate_group_with_ref | ( | CORBA::Object_ptr | group_ref, | |
CORBA::Object_ptr | obj_ref | |||
) | [protected] |
Helper function to associate group references with object references.