TAO_Default_Protocols_Hooks Class Reference

#include <Default_Protocols_Hooks.h>

Inheritance diagram for TAO_Default_Protocols_Hooks:

Inheritance graph
[legend]
Collaboration diagram for TAO_Default_Protocols_Hooks:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~TAO_Default_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 rt_service_context (TAO_Stub *stub, TAO_Service_Context &service_context, CORBA::Boolean restart)
void add_rt_service_context_hook (TAO_Service_Context &service_context, CORBA::Policy *model_policy, CORBA::Short &client_priority)
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 p, CORBA::Short &min_priority, CORBA::Short &max_priority, int &in_range)
int get_thread_CORBA_priority (CORBA::Short &)
int get_thread_native_priority (CORBA::Short &)
int get_thread_CORBA_and_native_priority (CORBA::Short &, CORBA::Short &)
int set_thread_CORBA_priority (CORBA::Short)
int set_thread_native_priority (CORBA::Short)

Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Default_Protocols_Hooks::~TAO_Default_Protocols_Hooks ( void   )  [virtual]

destructor


Member Function Documentation

void TAO_Default_Protocols_Hooks::add_rt_service_context_hook ( TAO_Service_Context service_context,
CORBA::Policy model_policy,
CORBA::Short client_priority 
) [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_SCIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_DIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_SHMIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_UIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::client_protocol_properties_at_orb_level ( TAO_IIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

CORBA::Long TAO_Default_Protocols_Hooks::get_dscp_codepoint ( void   )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::get_selector_bands_policy_hook ( CORBA::Policy bands_policy,
CORBA::Short  p,
CORBA::Short min_priority,
CORBA::Short max_priority,
int &  in_range 
) [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_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_Default_Protocols_Hooks::get_thread_CORBA_and_native_priority ( CORBA::Short ,
CORBA::Short  
) [virtual]

Implements TAO_Protocols_Hooks.

int TAO_Default_Protocols_Hooks::get_thread_CORBA_priority ( CORBA::Short  )  [virtual]

Implements TAO_Protocols_Hooks.

int TAO_Default_Protocols_Hooks::get_thread_native_priority ( CORBA::Short  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::init_hooks ( TAO_ORB_Core orb_core  )  [virtual]

Initialize the protocols hooks instance.

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::rt_service_context ( TAO_Stub stub,
TAO_Service_Context service_context,
CORBA::Boolean  restart 
) [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_SCIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_DIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_SHMIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_UIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

void TAO_Default_Protocols_Hooks::server_protocol_properties_at_orb_level ( TAO_IIOP_Protocol_Properties protocol_properties  )  [virtual]

Implements TAO_Protocols_Hooks.

CORBA::Boolean TAO_Default_Protocols_Hooks::set_client_network_priority ( IOP::ProfileId  protocol_tag,
TAO_Stub stub 
) [virtual]

Implements TAO_Protocols_Hooks.

CORBA::Boolean TAO_Default_Protocols_Hooks::set_server_network_priority ( IOP::ProfileId  protocol_tag,
CORBA::Policy policy 
) [virtual]

Implements TAO_Protocols_Hooks.

int TAO_Default_Protocols_Hooks::set_thread_CORBA_priority ( CORBA::Short   )  [virtual]

Implements TAO_Protocols_Hooks.

int TAO_Default_Protocols_Hooks::set_thread_native_priority ( CORBA::Short   )  [virtual]

Implements TAO_Protocols_Hooks.


The documentation for this class was generated from the following files:
Generated on Sun Jul 9 09:45:58 2006 for TAO by  doxygen 1.4.7-1