#include <default_client.h>
Inheritance diagram for TAO_Default_Client_Strategy_Factory:
Public Methods | |
TAO_Default_Client_Strategy_Factory (void) | |
Constructor. | |
virtual | ~TAO_Default_Client_Strategy_Factory (void) |
Destructor. | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Dynamic linking hook. | |
int | parse_args (int argc, ACE_TCHAR *argv[]) |
Parse svc.conf arguments. | |
virtual ACE_Lock * | create_profile_lock (void) |
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 int | allow_callback (void) |
Does the client allow any form of callback? | |
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 ACE_Lock * | create_ft_service_retention_id_lock (void) |
Protected Methods | |
void | report_option_value_error (const ACE_TCHAR *option_name, const ACE_TCHAR *option_value) |
Private Types | |
enum | Lock_Type { TAO_NULL_LOCK, TAO_THREAD_LOCK } |
enum | Transport_Mux_Strategy { TAO_MUXED_TMS, TAO_EXCLUSIVE_TMS } |
enum | Wait_Strategy { TAO_WAIT_ON_LEADER_FOLLOWER, TAO_WAIT_ON_REACTOR, TAO_WAIT_ON_READ } |
enum | Connect_Strategy { TAO_BLOCKED_CONNECT, TAO_REACTIVE_CONNECT, TAO_LEADER_FOLLOWER_CONNECT } |
Private Attributes | |
Lock_Type | profile_lock_type_ |
the lock type for forwarding IIOP Profile | |
Transport_Mux_Strategy | transport_mux_strategy_ |
The client Request Mux Strategy. | |
Wait_Strategy | wait_strategy_ |
The wait-for-reply strategy. | |
Connect_Strategy | connect_strategy_ |
The connection initiation strategy. | |
int | rd_table_size_ |
Size of the reply dispatcher table. | |
Lock_Type | muxed_strategy_lock_type_ |
Type of lock for the muxed_strategy. |
|
|
|
|
|
|
|
|
|
Constructor.
|
|
Destructor.
|
|
Does the client allow any form of callback?
Reimplemented from TAO_Client_Strategy_Factory. |
|
Create the correct client <asynch_connect> strategy.
Reimplemented from TAO_Client_Strategy_Factory. |
|
Create a lock to be used by the TAO_Fault_Tolerant_Service class to generate unique retention ids Reimplemented from TAO_Client_Strategy_Factory. |
|
Create the lock for the stub and the profile Reimplemented from TAO_Client_Strategy_Factory. |
|
Create the correct client request muxing strategy.
Reimplemented from TAO_Client_Strategy_Factory. |
|
Create the correct lock for request muxing strategy.
Reimplemented from TAO_Client_Strategy_Factory. |
|
Create the correct client <wait_for_reply> strategy.
Reimplemented from TAO_Client_Strategy_Factory. |
|
Dynamic linking hook.
Reimplemented from ACE_Shared_Object. |
|
Parse svc.conf arguments.
|
|
Return the size of the reply dispatcher table.
Reimplemented from TAO_Client_Strategy_Factory. |
|
|
|
The connection initiation strategy.
|
|
Type of lock for the muxed_strategy.
|
|
the lock type for forwarding IIOP Profile
|
|
Size of the reply dispatcher table.
|
|
The client Request Mux Strategy.
|
|
The wait-for-reply strategy.
|