TAO_RTPortableServer 3.0.9
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TAO_RT_POA Class Reference

#include <RT_POA.h>

Inheritance diagram for TAO_RT_POA:
Inheritance graph
[legend]
Collaboration diagram for TAO_RT_POA:
Collaboration graph
[legend]

Public Member Functions

CORBA::Object_ptr create_reference_with_priority (const char *intf, RTCORBA::Priority priority)
 
CORBA::Object_ptr create_reference_with_id_and_priority (const PortableServer::ObjectId &oid, const char *intf, RTCORBA::Priority priority)
 
PortableServer::ObjectIdactivate_object_with_priority (PortableServer::Servant p_servant, RTCORBA::Priority priority)
 
void activate_object_with_id_and_priority (const PortableServer::ObjectId &oid, PortableServer::Servant p_servant, RTCORBA::Priority priority)
 
PortableServer::POA_ptr create_POA (const char *adapter_name, PortableServer::POAManager_ptr poa_manager, const CORBA::PolicyList &policies)
 
PortableServer::POA_ptr find_POA (const char *adapter_name, CORBA::Boolean activate_it)
 
void destroy (CORBA::Boolean etherealize_objects, CORBA::Boolean wait_for_completion)
 
PortableServer::ThreadPolicy_ptr create_thread_policy (PortableServer::ThreadPolicyValue value)
 
PortableServer::LifespanPolicy_ptr create_lifespan_policy (PortableServer::LifespanPolicyValue value)
 
PortableServer::IdUniquenessPolicy_ptr create_id_uniqueness_policy (PortableServer::IdUniquenessPolicyValue value)
 
PortableServer::IdAssignmentPolicy_ptr create_id_assignment_policy (PortableServer::IdAssignmentPolicyValue value)
 
PortableServer::ImplicitActivationPolicy_ptr create_implicit_activation_policy (PortableServer::ImplicitActivationPolicyValue value)
 
PortableServer::ServantRetentionPolicy_ptr create_servant_retention_policy (PortableServer::ServantRetentionPolicyValue value)
 
PortableServer::RequestProcessingPolicy_ptr create_request_processing_policy (PortableServer::RequestProcessingPolicyValue value)
 
char * the_name ()
 
PortableServer::POA_ptr the_parent ()
 
PortableServer::POAList * the_children ()
 
PortableServer::POAManager_ptr the_POAManager ()
 
PortableServer::AdapterActivator_ptr the_activator ()
 
void the_activator (PortableServer::AdapterActivator_ptr adapter_activator)
 
PortableServer::ServantManager_ptr get_servant_manager ()
 
void set_servant_manager (PortableServer::ServantManager_ptr imgr)
 
PortableServer::Servant get_servant ()
 
void set_servant (PortableServer::Servant servant)
 
PortableServer::ObjectIdactivate_object (PortableServer::Servant p_servant)
 
void activate_object_with_id (const PortableServer::ObjectId &id, PortableServer::Servant p_servant)
 
void deactivate_object (const PortableServer::ObjectId &oid)
 
CORBA::Object_ptr create_reference (const char *intf)
 
CORBA::Object_ptr create_reference_with_id (const PortableServer::ObjectId &oid, const char *intf)
 
PortableServer::ObjectIdservant_to_id (PortableServer::Servant p_servant)
 
CORBA::Object_ptr servant_to_reference (PortableServer::Servant p_servant)
 
PortableServer::Servant reference_to_servant (CORBA::Object_ptr reference)
 
PortableServer::ObjectIdreference_to_id (CORBA::Object_ptr reference)
 
PortableServer::Servant id_to_servant (const PortableServer::ObjectId &oid)
 
CORBA::Object_ptr id_to_reference (const PortableServer::ObjectId &oid)
 
CORBA::OctetSeqid ()
 
virtual CORBA::PolicyListclient_exposed_policies (CORBA::Short object_priority)
 
 TAO_RT_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)
 
virtual ~TAO_RT_POA ()
 
void * thread_pool () const
 
- Public Member Functions inherited from RTPortableServer::POA
Object create_reference_with_priority (in CORBA::RepositoryId intf, in RTCORBA::Priority priority) raises (WrongPolicy)
 
Object create_reference_with_id_and_priority (in PortableServer::ObjectId oid, in CORBA::RepositoryId intf, in RTCORBA::Priority priority) raises (WrongPolicy)
 
PortableServer::ObjectId activate_object_with_priority (in PortableServer::Servant p_servant, in RTCORBA::Priority priority) raises (ServantAlreadyActive, WrongPolicy)
 
void activate_object_with_id_and_priority (in PortableServer::ObjectId oid, in PortableServer::Servant p_servant, in RTCORBA::Priority priority) raises ( ServantAlreadyActive, ObjectAlreadyActive, WrongPolicy )
 

Protected Member Functions

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. More...
 
virtual TAO_Stubkey_to_stub_i (const TAO::ObjectKey &key, const char *type_id, CORBA::Short priority)
 
void validate_priority (RTCORBA::Priority priority)
 
void validate_policies ()
 
void parse_rt_policies (TAO_POA_Policy_Set &policies)
 
size_t endpoint_count ()
 
TAO_Stubcreate_stub_object (const TAO::ObjectKey &object_key, const char *type_id, CORBA::PolicyList *policy_list, TAO_Acceptor_Filter *filter, TAO_PriorityBandedConnectionPolicy *priority_bands)
 
int lane_required (TAO_Thread_Lane *lane, TAO_PriorityBandedConnectionPolicy *priority_bands)
 

Protected Attributes

TAO_Thread_Pool * thread_pool_
 

Constructor & Destructor Documentation

◆ TAO_RT_POA()

TAO_RT_POA::TAO_RT_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 
)

◆ ~TAO_RT_POA()

TAO_RT_POA::~TAO_RT_POA ( )
virtual

Member Function Documentation

◆ activate_object()

PortableServer::ObjectId * TAO_RT_POA::activate_object ( PortableServer::Servant  p_servant)

◆ activate_object_with_id()

void TAO_RT_POA::activate_object_with_id ( const PortableServer::ObjectId id,
PortableServer::Servant  p_servant 
)

◆ activate_object_with_id_and_priority()

void TAO_RT_POA::activate_object_with_id_and_priority ( const PortableServer::ObjectId oid,
PortableServer::Servant  p_servant,
RTCORBA::Priority  priority 
)
inline

◆ activate_object_with_priority()

PortableServer::ObjectId * TAO_RT_POA::activate_object_with_priority ( PortableServer::Servant  p_servant,
RTCORBA::Priority  priority 
)
inline

◆ client_exposed_policies()

CORBA::PolicyList * TAO_RT_POA::client_exposed_policies ( CORBA::Short  object_priority)
virtual

◆ create_id_assignment_policy()

PortableServer::IdAssignmentPolicy_ptr TAO_RT_POA::create_id_assignment_policy ( PortableServer::IdAssignmentPolicyValue  value)

◆ create_id_uniqueness_policy()

PortableServer::IdUniquenessPolicy_ptr TAO_RT_POA::create_id_uniqueness_policy ( PortableServer::IdUniquenessPolicyValue  value)

◆ create_implicit_activation_policy()

PortableServer::ImplicitActivationPolicy_ptr TAO_RT_POA::create_implicit_activation_policy ( PortableServer::ImplicitActivationPolicyValue  value)

◆ create_lifespan_policy()

PortableServer::LifespanPolicy_ptr TAO_RT_POA::create_lifespan_policy ( PortableServer::LifespanPolicyValue  value)

◆ create_POA()

PortableServer::POA_ptr TAO_RT_POA::create_POA ( const char *  adapter_name,
PortableServer::POAManager_ptr  poa_manager,
const CORBA::PolicyList policies 
)

◆ create_reference()

CORBA::Object_ptr TAO_RT_POA::create_reference ( const char *  intf)

◆ create_reference_with_id()

CORBA::Object_ptr TAO_RT_POA::create_reference_with_id ( const PortableServer::ObjectId oid,
const char *  intf 
)

◆ create_reference_with_id_and_priority()

CORBA::Object_ptr TAO_RT_POA::create_reference_with_id_and_priority ( const PortableServer::ObjectId oid,
const char *  intf,
RTCORBA::Priority  priority 
)
inline

◆ create_reference_with_priority()

CORBA::Object_ptr TAO_RT_POA::create_reference_with_priority ( const char *  intf,
RTCORBA::Priority  priority 
)
inline

◆ create_request_processing_policy()

PortableServer::RequestProcessingPolicy_ptr TAO_RT_POA::create_request_processing_policy ( PortableServer::RequestProcessingPolicyValue  value)

◆ create_servant_retention_policy()

PortableServer::ServantRetentionPolicy_ptr TAO_RT_POA::create_servant_retention_policy ( PortableServer::ServantRetentionPolicyValue  value)

◆ create_stub_object()

TAO_Stub * TAO_RT_POA::create_stub_object ( const TAO::ObjectKey object_key,
const char *  type_id,
CORBA::PolicyList policy_list,
TAO_Acceptor_Filter filter,
TAO_PriorityBandedConnectionPolicy *  priority_bands 
)
protected

◆ create_thread_policy()

PortableServer::ThreadPolicy_ptr TAO_RT_POA::create_thread_policy ( PortableServer::ThreadPolicyValue  value)

◆ deactivate_object()

void TAO_RT_POA::deactivate_object ( const PortableServer::ObjectId oid)

◆ destroy()

void TAO_RT_POA::destroy ( CORBA::Boolean  etherealize_objects,
CORBA::Boolean  wait_for_completion 
)

◆ endpoint_count()

size_t TAO_RT_POA::endpoint_count ( )
protected

◆ find_POA()

PortableServer::POA_ptr TAO_RT_POA::find_POA ( const char *  adapter_name,
CORBA::Boolean  activate_it 
)

◆ get_servant()

PortableServer::Servant TAO_RT_POA::get_servant ( )

◆ get_servant_manager()

PortableServer::ServantManager_ptr TAO_RT_POA::get_servant_manager ( )

◆ id()

CORBA::OctetSeq * TAO_RT_POA::id ( )

◆ id_to_reference()

CORBA::Object_ptr TAO_RT_POA::id_to_reference ( const PortableServer::ObjectId oid)

◆ id_to_servant()

PortableServer::Servant TAO_RT_POA::id_to_servant ( const PortableServer::ObjectId oid)

◆ key_to_stub_i()

TAO_Stub * TAO_RT_POA::key_to_stub_i ( const TAO::ObjectKey key,
const char *  type_id,
CORBA::Short  priority 
)
protectedvirtual

◆ lane_required()

int TAO_RT_POA::lane_required ( TAO_Thread_Lane *  lane,
TAO_PriorityBandedConnectionPolicy *  priority_bands 
)
protected

◆ new_POA()

TAO_Root_POA * TAO_RT_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 
)
protectedvirtual

Template method for creating new POA's of this type.

◆ parse_rt_policies()

void TAO_RT_POA::parse_rt_policies ( TAO_POA_Policy_Set &  policies)
protected

Parse the policy list for RT policies and update our cached policy instance.

◆ reference_to_id()

PortableServer::ObjectId * TAO_RT_POA::reference_to_id ( CORBA::Object_ptr  reference)

◆ reference_to_servant()

PortableServer::Servant TAO_RT_POA::reference_to_servant ( CORBA::Object_ptr  reference)

◆ servant_to_id()

PortableServer::ObjectId * TAO_RT_POA::servant_to_id ( PortableServer::Servant  p_servant)

◆ servant_to_reference()

CORBA::Object_ptr TAO_RT_POA::servant_to_reference ( PortableServer::Servant  p_servant)

◆ set_servant()

void TAO_RT_POA::set_servant ( PortableServer::Servant  servant)

◆ set_servant_manager()

void TAO_RT_POA::set_servant_manager ( PortableServer::ServantManager_ptr  imgr)

◆ the_activator() [1/2]

PortableServer::AdapterActivator_ptr TAO_RT_POA::the_activator ( )

◆ the_activator() [2/2]

void TAO_RT_POA::the_activator ( PortableServer::AdapterActivator_ptr  adapter_activator)

◆ the_children()

PortableServer::POAList * TAO_RT_POA::the_children ( )

◆ the_name()

char * TAO_RT_POA::the_name ( )

◆ the_parent()

PortableServer::POA_ptr TAO_RT_POA::the_parent ( )

◆ the_POAManager()

PortableServer::POAManager_ptr TAO_RT_POA::the_POAManager ( )

◆ thread_pool()

void * TAO_RT_POA::thread_pool ( ) const
inline

◆ validate_policies()

void TAO_RT_POA::validate_policies ( )
protected

◆ validate_priority()

void TAO_RT_POA::validate_priority ( RTCORBA::Priority  priority)
protected

Member Data Documentation

◆ thread_pool_

TAO_Thread_Pool* TAO_RT_POA::thread_pool_
protected

The documentation for this class was generated from the following files: