TAO_RTCORBA  2.1.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes
TAO_RT_Protocols_Hooks Class Reference

#include <RT_Protocols_Hooks.h>

Inheritance diagram for TAO_RT_Protocols_Hooks:
Inheritance graph
Collaboration diagram for TAO_RT_Protocols_Hooks:
Collaboration graph

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)
 Initialize the protocols hooks instance.
CORBA::Boolean set_client_network_priority (IOP::ProfileId protocol_tag, TAO_Stub *stub)
CORBA::Boolean set_server_network_priority (IOP::ProfileId protocol_tag, CORBA::Policy *policy)
void server_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties &protocol_properties)
void client_protocol_properties_at_orb_level (TAO_IIOP_Protocol_Properties &protocol_properties)
void server_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties &protocol_properties)
void client_protocol_properties_at_orb_level (TAO_UIOP_Protocol_Properties &protocol_properties)
void server_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties &protocol_properties)
void client_protocol_properties_at_orb_level (TAO_SHMIOP_Protocol_Properties &protocol_properties)
void server_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties &protocol_properties)
void client_protocol_properties_at_orb_level (TAO_DIOP_Protocol_Properties &protocol_properties)
void server_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties &protocol_properties)
void client_protocol_properties_at_orb_level (TAO_SCIOP_Protocol_Properties &protocol_properties)
CORBA::Long get_dscp_codepoint (void)
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, bool &in_range)
int get_thread_CORBA_priority (CORBA::Short &priority)
int get_thread_native_priority (CORBA::Short &)
int get_thread_CORBA_and_native_priority (CORBA::Short &, CORBA::Short &)
int get_thread_implicit_CORBA_priority (CORBA::Short &)
int set_thread_CORBA_priority (CORBA::Short)
int restore_thread_CORBA_and_native_priority (CORBA::Short, CORBA::Short)
- Public Member Functions inherited from TAO_Protocols_Hooks
virtual ~TAO_Protocols_Hooks (void)
- Public Member Functions inherited from ACE_Service_Object
 ACE_Service_Object (ACE_Reactor *=0)
virtual ~ACE_Service_Object (void)
virtual int suspend (void)
virtual int resume (void)
virtual ~ACE_Event_Handler (void)
virtual ACE_HANDLE get_handle (void) const
virtual void set_handle (ACE_HANDLE)
virtual int priority (void) const
virtual void priority (int priority)
virtual int handle_input (ACE_HANDLE fd=ACE_INVALID_HANDLE)
virtual int handle_output (ACE_HANDLE fd=ACE_INVALID_HANDLE)
virtual int handle_exception (ACE_HANDLE fd=ACE_INVALID_HANDLE)
virtual int handle_timeout (const ACE_Time_Value &current_time, const void *act=0)
virtual int handle_exit (ACE_Process *)
virtual int handle_close (ACE_HANDLE handle, ACE_Reactor_Mask close_mask)
virtual int handle_signal (int signum, siginfo_t *=0, ucontext_t *=0)
virtual int resume_handler (void)
virtual int handle_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
virtual int handle_group_qos (ACE_HANDLE=ACE_INVALID_HANDLE)
virtual void reactor (ACE_Reactor *reactor)
virtual ACE_Reactorreactor (void) const
virtual
ACE_Reactor_Timer_Interface
reactor_timer_interface (void) const
virtual Reference_Count add_reference (void)
virtual Reference_Count remove_reference (void)
Reference_Counting_Policyreference_counting_policy (void)
 ACE_Shared_Object (void)
virtual ~ACE_Shared_Object (void)
virtual int init (int argc, ACE_TCHAR *argv[])
virtual int fini (void)
virtual int info (ACE_TCHAR **info_string, size_t length=0) const

Protected Member Functions

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

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

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::client_protocol_properties ( IOP::ProfileId  protocol_tag,
CORBA::Policy_ptr  policy 
)
protected
RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::client_protocol_properties_at_object_level ( IOP::ProfileId  protocol_tag,
TAO_Stub stub 
)
protected
void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_IIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_UIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_SHMIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_DIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_SCIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::client_protocol_properties_at_orb_level ( IOP::ProfileId  protocol_tag)
protected
void TAO_RT_Protocols_Hooks::extract_protocol_properties ( TAO_IIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr  from 
)
protected
void TAO_RT_Protocols_Hooks::extract_protocol_properties ( TAO_UIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr  from 
)
protected
void TAO_RT_Protocols_Hooks::extract_protocol_properties ( TAO_SHMIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr  from 
)
protected
void TAO_RT_Protocols_Hooks::extract_protocol_properties ( TAO_DIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr  from 
)
protected
void TAO_RT_Protocols_Hooks::extract_protocol_properties ( TAO_SCIOP_Protocol_Properties to,
RTCORBA::ProtocolProperties_ptr  from 
)
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,
bool &  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 priority,
CORBA::Short native_priority 
)
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 priority)
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_implicit_CORBA_priority ( CORBA::Short priority)
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 native_priority)
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)
virtual

Initialize the protocols hooks instance.

Implements TAO_Protocols_Hooks.

int TAO_RT_Protocols_Hooks::restore_thread_CORBA_and_native_priority ( CORBA::Short  priority,
CORBA::Short  native_priority 
)
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.

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::server_protocol_properties ( IOP::ProfileId  protocol_tag,
CORBA::Policy_ptr  policy 
)
protected
void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_IIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_UIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_SHMIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_DIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

void TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_SCIOP_Protocol_Properties protocol_properties)
virtual

Implements TAO_Protocols_Hooks.

RTCORBA::ProtocolProperties_ptr TAO_RT_Protocols_Hooks::server_protocol_properties_at_orb_level ( IOP::ProfileId  protocol_tag)
protected
CORBA::Boolean TAO_RT_Protocols_Hooks::set_client_network_priority ( IOP::ProfileId  protocol_tag,
TAO_Stub stub 
)
virtual

Implements TAO_Protocols_Hooks.

CORBA::Boolean TAO_RT_Protocols_Hooks::set_network_priority ( IOP::ProfileId  protocol_tag,
RTCORBA::ProtocolProperties_ptr  protocol_properties 
)
protected
CORBA::Boolean TAO_RT_Protocols_Hooks::set_server_network_priority ( IOP::ProfileId  protocol_tag,
CORBA::Policy *  policy 
)
virtual

Implements TAO_Protocols_Hooks.

int TAO_RT_Protocols_Hooks::set_thread_CORBA_priority ( CORBA::Short  priority)
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  native_priority)
protected

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: