Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TAO_RT_Protocols_Hooks Class Reference

#include <RT_Protocols_Hooks.h>

Inheritance diagram for TAO_RT_Protocols_Hooks:

Inheritance graph
[legend]
Collaboration diagram for TAO_RT_Protocols_Hooks:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_RT_Protocols_Hooks (void)
 Constructor.
virtual ~TAO_RT_Protocols_Hooks (void)
 Destructor.
void init_hooks (TAO_ORB_Core *orb_core ACE_ENV_ARG_DECL)
 Initialize the protocols hooks instance.
CORBA::Boolean set_client_network_priority (IOP::ProfileId protocol_tag, TAO_Stub *stub ACE_ENV_ARG_DECL)
CORBA::Boolean set_server_network_priority (IOP::ProfileId protocol_tag, CORBA::Policy *policy ACE_ENV_ARG_DECL)
void server_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void client_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void server_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void client_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void server_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void client_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void server_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void client_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void server_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
void client_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties &protocol_properties ACE_ENV_ARG_DECL)
CORBA::Long get_dscp_codepoint (void)
void rt_service_context (TAO_Stub *stub, TAO_Service_Context &service_context, CORBA::Boolean restart ACE_ENV_ARG_DECL)
void add_rt_service_context_hook (TAO_Service_Context &service_context, CORBA::Policy *model_policy, CORBA::Short &client_priority ACE_ENV_ARG_DECL)
void get_selector_hook (CORBA::Policy *model_policy, CORBA::Boolean &is_client_propagated, CORBA::Short &server_priority)
void get_selector_bands_policy_hook (CORBA::Policy *bands_policy, CORBA::Short priority, CORBA::Short &min_priority, CORBA::Short &max_priority, int &in_range)
int get_thread_CORBA_priority (CORBA::Short &ACE_ENV_ARG_DECL)
int get_thread_native_priority (CORBA::Short &ACE_ENV_ARG_DECL)
int get_thread_CORBA_and_native_priority (CORBA::Short &, CORBA::Short &ACE_ENV_ARG_DECL)
int set_thread_CORBA_priority (CORBA::Short ACE_ENV_ARG_DECL)
int set_thread_native_priority (CORBA::Short ACE_ENV_ARG_DECL)

Protected Member Functions

RTCORBA::ProtocolProperties_ptr server_protocol_properties (IOP::ProfileId protocol_tag, CORBA::Policy_ptr policy ACE_ENV_ARG_DECL)
RTCORBA::ProtocolProperties_ptr client_protocol_properties (IOP::ProfileId protocol_tag, CORBA::Policy_ptr policy ACE_ENV_ARG_DECL)
RTCORBA::ProtocolProperties_ptr server_protocol_properties_at_orb_level (IOP::ProfileId protocol_tag ACE_ENV_ARG_DECL)
RTCORBA::ProtocolProperties_ptr client_protocol_properties_at_orb_level (IOP::ProfileId protocol_tag ACE_ENV_ARG_DECL)
RTCORBA::ProtocolProperties_ptr client_protocol_properties_at_object_level (IOP::ProfileId protocol_tag, TAO_Stub *stub ACE_ENV_ARG_DECL)
void extract_protocol_properties (TAO_IIOP_Protocol_Properties &to, RTCORBA::ProtocolProperties_ptr from ACE_ENV_ARG_DECL)
void extract_protocol_properties (TAO_UIOP_Protocol_Properties &to, RTCORBA::ProtocolProperties_ptr from ACE_ENV_ARG_DECL)
void extract_protocol_properties (TAO_SHMIOP_Protocol_Properties &to, RTCORBA::ProtocolProperties_ptr from ACE_ENV_ARG_DECL)
void extract_protocol_properties (TAO_DIOP_Protocol_Properties &to, RTCORBA::ProtocolProperties_ptr from ACE_ENV_ARG_DECL)
void extract_protocol_properties (TAO_SCIOP_Protocol_Properties &to, RTCORBA::ProtocolProperties_ptr from ACE_ENV_ARG_DECL)
CORBA::Boolean set_network_priority (IOP::ProfileId protocol_tag, RTCORBA::ProtocolProperties_ptr protocol_properties ACE_ENV_ARG_DECL)

Protected Attributes

TAO_ORB_Coreorb_core_
TAO_Priority_Mapping_Manager_var mapping_manager_
TAO_Network_Priority_Mapping_Manager_var network_mapping_manager_
RTCORBA::Current_var current_

Constructor & Destructor Documentation

TAO_RT_Protocols_Hooks::TAO_RT_Protocols_Hooks void   ) 
 

Constructor.

TAO_RT_Protocols_Hooks::~TAO_RT_Protocols_Hooks void   )  [virtual]
 

Destructor.


Member Function Documentation

void TAO_RT_Protocols_Hooks::add_rt_service_context_hook TAO_Service_Context service_context,
CORBA::Policy model_policy,
CORBA::Short &client_priority  ACE_ENV_ARG_DECL
[virtual]
 

Implements TAO_Protocols_Hooks.

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::client_protocol_properties IOP::ProfileId  protocol_tag,
CORBA::Policy_ptr policy  ACE_ENV_ARG_DECL
[protected]
 

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::client_protocol_properties_at_object_level IOP::ProfileId  protocol_tag,
TAO_Stub *stub  ACE_ENV_ARG_DECL
[protected]
 

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level IOP::ProfileId protocol_tag  ACE_ENV_ARG_DECL  )  [protected]
 

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level TAO_SCIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level TAO_DIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level TAO_SHMIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level TAO_UIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level TAO_IIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::extract_protocol_properties TAO_SCIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr from  ACE_ENV_ARG_DECL
[protected]
 

void TAO_RT_Protocols_Hooks::extract_protocol_properties TAO_DIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr from  ACE_ENV_ARG_DECL
[protected]
 

void TAO_RT_Protocols_Hooks::extract_protocol_properties TAO_SHMIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr from  ACE_ENV_ARG_DECL
[protected]
 

void TAO_RT_Protocols_Hooks::extract_protocol_properties TAO_UIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr from  ACE_ENV_ARG_DECL
[protected]
 

void TAO_RT_Protocols_Hooks::extract_protocol_properties TAO_IIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr from  ACE_ENV_ARG_DECL
[protected]
 

CORBA::Long TAO_RT_Protocols_Hooks::get_dscp_codepoint void   )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::get_selector_bands_policy_hook CORBA::Policy bands_policy,
CORBA::Short  priority,
CORBA::Short min_priority,
CORBA::Short max_priority,
int &  in_range
[virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::get_selector_hook CORBA::Policy model_policy,
CORBA::Boolean is_client_propagated,
CORBA::Short server_priority
[virtual]
 

Implements TAO_Protocols_Hooks.

int TAO_RT_Protocols_Hooks::get_thread_CORBA_and_native_priority CORBA::Short ,
CORBA::Short ACE_ENV_ARG_DECL
[virtual]
 

Accessor and modifier to the current thread priority, used to implement the RTCORBA::Current interface, but it is faster for some critical components.

Implements TAO_Protocols_Hooks.

int TAO_RT_Protocols_Hooks::get_thread_CORBA_priority CORBA::Short ACE_ENV_ARG_DECL  )  [virtual]
 

Accessor and modifier to the current thread priority, used to implement the RTCORBA::Current interface, but it is faster for some critical components.

Implements TAO_Protocols_Hooks.

int TAO_RT_Protocols_Hooks::get_thread_native_priority CORBA::Short ACE_ENV_ARG_DECL  )  [virtual]
 

Accessor and modifier to the current thread priority, used to implement the RTCORBA::Current interface, but it is faster for some critical components.

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::init_hooks TAO_ORB_Core *orb_core  ACE_ENV_ARG_DECL  )  [virtual]
 

Initialize the protocols hooks instance.

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::rt_service_context TAO_Stub stub,
TAO_Service_Context service_context,
CORBA::Boolean restart  ACE_ENV_ARG_DECL
[virtual]
 

Implements TAO_Protocols_Hooks.

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::server_protocol_properties IOP::ProfileId  protocol_tag,
CORBA::Policy_ptr policy  ACE_ENV_ARG_DECL
[protected]
 

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level IOP::ProfileId protocol_tag  ACE_ENV_ARG_DECL  )  [protected]
 

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level TAO_SCIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level TAO_DIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level TAO_SHMIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level TAO_UIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level TAO_IIOP_Protocol_Properties &protocol_properties  ACE_ENV_ARG_DECL  )  [virtual]
 

Implements TAO_Protocols_Hooks.

CORBA::Boolean TAO_RT_Protocols_Hooks::set_client_network_priority IOP::ProfileId  protocol_tag,
TAO_Stub *stub  ACE_ENV_ARG_DECL
[virtual]
 

Implements TAO_Protocols_Hooks.

CORBA::Boolean TAO_RT_Protocols_Hooks::set_network_priority IOP::ProfileId  protocol_tag,
RTCORBA::ProtocolProperties_ptr protocol_properties  ACE_ENV_ARG_DECL
[protected]
 

CORBA::Boolean TAO_RT_Protocols_Hooks::set_server_network_priority IOP::ProfileId  protocol_tag,
CORBA::Policy *policy  ACE_ENV_ARG_DECL
[virtual]
 

Implements TAO_Protocols_Hooks.

int TAO_RT_Protocols_Hooks::set_thread_CORBA_priority CORBA::Short  ACE_ENV_ARG_DECL  )  [virtual]
 

Accessor and modifier to the current thread priority, used to implement the RTCORBA::Current interface, but it is faster for some critical components.

Implements TAO_Protocols_Hooks.

int TAO_RT_Protocols_Hooks::set_thread_native_priority CORBA::Short  ACE_ENV_ARG_DECL  )  [virtual]
 

Accessor and modifier to the current thread priority, used to implement the RTCORBA::Current interface, but it is faster for some critical components.

Implements TAO_Protocols_Hooks.


Member Data Documentation

RTCORBA::Current_var TAO_RT_Protocols_Hooks::current_ [protected]
 

TAO_Priority_Mapping_Manager_var TAO_RT_Protocols_Hooks::mapping_manager_ [protected]
 

TAO_Network_Priority_Mapping_Manager_var TAO_RT_Protocols_Hooks::network_mapping_manager_ [protected]
 

TAO_ORB_Core* TAO_RT_Protocols_Hooks::orb_core_ [protected]
 


The documentation for this class was generated from the following files:
Generated on Sun May 15 13:18:03 2005 for TAO_RTCORBA by  doxygen 1.3.9.1