Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Connect_Strategy Class Template Reference

Defines the interface for specifying an active connection establishment strategy for a SVC_HANDLER. More...

#include <Strategies_T.h>

Inheritance diagram for ACE_Connect_Strategy:

Inheritance graph
[legend]
List of all members.

Public Methods

 ACE_Connect_Strategy (void)
 Default constructor. More...

virtual ACE_PEER_CONNECTOR & connector (void) const
 Return a reference to the <peer_connector_>. More...

virtual ~ACE_Connect_Strategy (void)
virtual int connect_svc_handler (SVC_HANDLER *&sh, const ACE_PEER_CONNECTOR_ADDR &remote_addr, ACE_Time_Value *timeout, const ACE_PEER_CONNECTOR_ADDR &local_addr, int reuse_addr, int flags, int perms)
 The default behavior delegates to the <connect> method of the <PEER_CONNECTOR::connect>. More...

virtual int connect_svc_handler (SVC_HANDLER *&sh, SVC_HANDLER *&sh_copy, const ACE_PEER_CONNECTOR_ADDR &remote_addr, ACE_Time_Value *timeout, const ACE_PEER_CONNECTOR_ADDR &local_addr, int reuse_addr, int flags, int perms)
 The default behavior delegates to the <connect> method of the <PEER_CONNECTOR::connect>. More...

void dump (void) const
 Dump the state of an object. More...


Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...


Protected Attributes

ACE_PEER_CONNECTOR connector_
 Factory that establishes connections actively. More...


Detailed Description

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1>
class ACE_Connect_Strategy< SVC_HANDLER, >

Defines the interface for specifying an active connection establishment strategy for a SVC_HANDLER.

This class provides a strategy that manages active connection establishment to a server.


Constructor & Destructor Documentation

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
ACE_Connect_Strategy< SVC_HANDLER, >::ACE_Connect_Strategy void   
 

Default constructor.

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
virtual ACE_Connect_Strategy< SVC_HANDLER, >::~ACE_Connect_Strategy void    [virtual]
 


Member Function Documentation

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
virtual int ACE_Connect_Strategy< SVC_HANDLER, >::connect_svc_handler SVC_HANDLER *&    sh,
SVC_HANDLER *&    sh_copy,
const ACE_PEER_CONNECTOR_ADDR &    remote_addr,
ACE_Time_Value   timeout,
const ACE_PEER_CONNECTOR_ADDR &    local_addr,
int    reuse_addr,
int    flags,
int    perms
[virtual]
 

The default behavior delegates to the <connect> method of the <PEER_CONNECTOR::connect>.

Please check the documentation in Connector.h for more details.

Reimplemented in ACE_Cached_Connect_Strategy, and ACE_Cached_Connect_Strategy< SVC_HANDLER, ACE_PEER_CONNECTOR_2, MUTEX >.

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
virtual int ACE_Connect_Strategy< SVC_HANDLER, >::connect_svc_handler SVC_HANDLER *&    sh,
const ACE_PEER_CONNECTOR_ADDR &    remote_addr,
ACE_Time_Value   timeout,
const ACE_PEER_CONNECTOR_ADDR &    local_addr,
int    reuse_addr,
int    flags,
int    perms
[virtual]
 

The default behavior delegates to the <connect> method of the <PEER_CONNECTOR::connect>.

Reimplemented in ACE_Cached_Connect_Strategy, and ACE_Cached_Connect_Strategy< SVC_HANDLER, ACE_PEER_CONNECTOR_2, MUTEX >.

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
virtual ACE_PEER_CONNECTOR& ACE_Connect_Strategy< SVC_HANDLER, >::connector void    const [virtual]
 

Return a reference to the <peer_connector_>.

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
void ACE_Connect_Strategy< SVC_HANDLER, >::dump void    const
 

Dump the state of an object.


Member Data Documentation

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
ACE_Connect_Strategy::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented in ACE_Bounded_Cached_Connect_Strategy.

template<class SVC_HANDLER, ACE_PEER_CONNECTOR_1 >
ACE_PEER_CONNECTOR ACE_Connect_Strategy::connector_ [protected]
 

Factory that establishes connections actively.


The documentation for this class was generated from the following file:
Generated on Thu Oct 10 17:06:15 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001