#include <Client_Strategy_Factory.h>
Public Types | |
enum | Connect_Strategy { TAO_BLOCKED_CONNECT, TAO_REACTIVE_CONNECT, TAO_LEADER_FOLLOWER_CONNECT } |
Public Member Functions | |
virtual | ~TAO_Client_Strategy_Factory (void) |
Destructor. | |
virtual ACE_Lock * | create_profile_lock (void) |
virtual TAO_Configurable_Refcount | create_profile_refcount (void) |
Create the refcount for the profile. | |
virtual TAO_Transport_Mux_Strategy * | create_transport_mux_strategy (TAO_Transport *transport) |
Create the correct client request muxing strategy. | |
virtual ACE_Lock * | create_transport_mux_strategy_lock (void) |
Create the correct lock for request muxing strategy. | |
virtual int | reply_dispatcher_table_size (void) const |
Return the size of the reply dispatcher table. | |
virtual TAO_Wait_Strategy * | create_wait_strategy (TAO_Transport *transport) |
Create the correct client <wait_for_reply> strategy. | |
virtual TAO_Connect_Strategy * | create_connect_strategy (TAO_ORB_Core *) |
Create the correct client <asynch_connect> strategy. | |
virtual Connect_Strategy | connect_strategy (void) const |
Return the selected connection strategy option. | |
virtual int | allow_callback (void) |
Does the client allow any form of callback? | |
virtual bool | use_cleanup_options (void) const |
Cleanup options for wait strategy. |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Client_Strategy_Factory::~TAO_Client_Strategy_Factory | ( | void | ) | [virtual] |
Destructor.
ACE_Lock * TAO_Client_Strategy_Factory::create_profile_lock | ( | void | ) | [virtual] |
Create the lock for the stub and the profile
Reimplemented in TAO_Default_Client_Strategy_Factory.
TAO_Configurable_Refcount TAO_Client_Strategy_Factory::create_profile_refcount | ( | void | ) | [virtual] |
TAO_Transport_Mux_Strategy * TAO_Client_Strategy_Factory::create_transport_mux_strategy | ( | TAO_Transport * | transport | ) | [virtual] |
Create the correct client request muxing strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory.
ACE_Lock * TAO_Client_Strategy_Factory::create_transport_mux_strategy_lock | ( | void | ) | [virtual] |
Create the correct lock for request muxing strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory.
int TAO_Client_Strategy_Factory::reply_dispatcher_table_size | ( | void | ) | const [virtual] |
Return the size of the reply dispatcher table.
Reimplemented in TAO_Default_Client_Strategy_Factory.
TAO_Wait_Strategy * TAO_Client_Strategy_Factory::create_wait_strategy | ( | TAO_Transport * | transport | ) | [virtual] |
Create the correct client <wait_for_reply> strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory.
TAO_Connect_Strategy * TAO_Client_Strategy_Factory::create_connect_strategy | ( | TAO_ORB_Core * | ) | [virtual] |
Create the correct client <asynch_connect> strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory.
TAO_Client_Strategy_Factory::Connect_Strategy TAO_Client_Strategy_Factory::connect_strategy | ( | void | ) | const [virtual] |
Return the selected connection strategy option.
Reimplemented in TAO_Default_Client_Strategy_Factory.
int TAO_Client_Strategy_Factory::allow_callback | ( | void | ) | [virtual] |
bool TAO_Client_Strategy_Factory::use_cleanup_options | ( | void | ) | const [virtual] |
Cleanup options for wait strategy.
Only applicable to RW wait strategy
Reimplemented in TAO_Default_Client_Strategy_Factory.