|
CORBA::Object_ptr | create_reference_with_priority (const char *intf, RTCORBA::Priority priority) override |
|
CORBA::Object_ptr | create_reference_with_id_and_priority (const PortableServer::ObjectId &oid, const char *intf, RTCORBA::Priority priority) override |
|
PortableServer::ObjectId * | activate_object_with_priority (PortableServer::Servant p_servant, RTCORBA::Priority priority) override |
|
void | activate_object_with_id_and_priority (const PortableServer::ObjectId &oid, PortableServer::Servant p_servant, RTCORBA::Priority priority) override |
|
PortableServer::POA_ptr | create_POA (const char *adapter_name, PortableServer::POAManager_ptr poa_manager, const CORBA::PolicyList &policies) override |
|
PortableServer::POA_ptr | find_POA (const char *adapter_name, CORBA::Boolean activate_it) override |
|
void | destroy (CORBA::Boolean etherealize_objects, CORBA::Boolean wait_for_completion) override |
|
PortableServer::ThreadPolicy_ptr | create_thread_policy (PortableServer::ThreadPolicyValue value) override |
|
PortableServer::LifespanPolicy_ptr | create_lifespan_policy (PortableServer::LifespanPolicyValue value) override |
|
PortableServer::IdUniquenessPolicy_ptr | create_id_uniqueness_policy (PortableServer::IdUniquenessPolicyValue value) override |
|
PortableServer::IdAssignmentPolicy_ptr | create_id_assignment_policy (PortableServer::IdAssignmentPolicyValue value) override |
|
PortableServer::ImplicitActivationPolicy_ptr | create_implicit_activation_policy (PortableServer::ImplicitActivationPolicyValue value) override |
|
PortableServer::ServantRetentionPolicy_ptr | create_servant_retention_policy (PortableServer::ServantRetentionPolicyValue value) override |
|
PortableServer::RequestProcessingPolicy_ptr | create_request_processing_policy (PortableServer::RequestProcessingPolicyValue value) override |
|
char * | the_name () override |
|
PortableServer::POA_ptr | the_parent () override |
|
PortableServer::POAList * | the_children () override |
|
PortableServer::POAManager_ptr | the_POAManager () override |
|
PortableServer::AdapterActivator_ptr | the_activator () override |
|
void | the_activator (PortableServer::AdapterActivator_ptr adapter_activator) override |
|
PortableServer::ServantManager_ptr | get_servant_manager () override |
|
void | set_servant_manager (PortableServer::ServantManager_ptr imgr) override |
|
PortableServer::Servant | get_servant () override |
|
void | set_servant (PortableServer::Servant servant) override |
|
PortableServer::ObjectId * | activate_object (PortableServer::Servant p_servant) override |
|
void | activate_object_with_id (const PortableServer::ObjectId &id, PortableServer::Servant p_servant) override |
|
void | deactivate_object (const PortableServer::ObjectId &oid) override |
|
CORBA::Object_ptr | create_reference (const char *intf) override |
|
CORBA::Object_ptr | create_reference_with_id (const PortableServer::ObjectId &oid, const char *intf) override |
|
PortableServer::ObjectId * | servant_to_id (PortableServer::Servant p_servant) override |
|
CORBA::Object_ptr | servant_to_reference (PortableServer::Servant p_servant) override |
|
PortableServer::Servant | reference_to_servant (CORBA::Object_ptr reference) override |
|
PortableServer::ObjectId * | reference_to_id (CORBA::Object_ptr reference) override |
|
PortableServer::Servant | id_to_servant (const PortableServer::ObjectId &oid) override |
|
CORBA::Object_ptr | id_to_reference (const PortableServer::ObjectId &oid) override |
|
CORBA::OctetSeq * | id () override |
|
CORBA::PolicyList * | client_exposed_policies (CORBA::Short object_priority) override |
|
| 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 () override=default |
|
void * | thread_pool () const override |
|
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 ) |
|
|
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) override |
| Template method for creating new POA's of this type.
|
|
TAO_Stub * | key_to_stub_i (const TAO::ObjectKey &key, const char *type_id, CORBA::Short priority) override |
|
void | validate_priority (RTCORBA::Priority priority) |
|
void | validate_policies () |
|
void | parse_rt_policies (TAO_POA_Policy_Set &policies) |
|
size_t | endpoint_count () |
|
TAO_Stub * | create_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) |
|