#include <Client_Strategy_Factory.h>
Inheritance diagram for TAO_Client_Strategy_Factory:
Public Member Functions | |
TAO_Client_Strategy_Factory (void) | |
Constructor. | |
virtual | ~TAO_Client_Strategy_Factory (void) |
Destructor. | |
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 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 int | allow_callback (void) |
Does the client allow any form of callback? | |
virtual ACE_Lock * | create_ft_service_retention_id_lock (void) |
|
Constructor.
|
|
Destructor.
|
|
Does the client allow any form of callback?
Reimplemented in TAO_Default_Client_Strategy_Factory. |
|
Create the correct client <asynch_connect> strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory. |
|
Create a lock to be used by the TAO_Fault_Tolerant_Service class to generate unique retention ids Reimplemented in TAO_Default_Client_Strategy_Factory. |
|
Create the lock for the stub and the profile Reimplemented in TAO_Default_Client_Strategy_Factory. |
|
Create the correct client request muxing strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory. |
|
Create the correct lock for request muxing strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory. |
|
Create the correct client <wait_for_reply> strategy.
Reimplemented in TAO_Default_Client_Strategy_Factory. |
|
Return the size of the reply dispatcher table.
Reimplemented in TAO_Default_Client_Strategy_Factory. |