#include <RT_Protocols_Hooks.h>
|
| TAO_RT_Protocols_Hooks (void) |
| Constructor. More...
|
|
virtual | ~TAO_RT_Protocols_Hooks (void) |
| Destructor. More...
|
|
void | init_hooks (TAO_ORB_Core *orb_core) |
| Initialize the protocols hooks instance. More...
|
|
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) |
|
virtual | ~TAO_Protocols_Hooks (void) |
|
TAO_RT_Protocols_Hooks::TAO_RT_Protocols_Hooks |
( |
void |
| ) |
|
TAO_RT_Protocols_Hooks::~TAO_RT_Protocols_Hooks |
( |
void |
| ) |
|
|
virtual |
CORBA::Long TAO_RT_Protocols_Hooks::get_dscp_codepoint |
( |
void |
| ) |
|
|
virtual |
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 |
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.
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 |
RTCORBA::Current_var TAO_RT_Protocols_Hooks::current_ |
|
protected |
The documentation for this class was generated from the following files: