TAO_Accept_Strategy< SVC_HANDLER, > Class Template Reference

#include <Acceptor_Impl.h>

Inheritance diagram for TAO_Accept_Strategy< SVC_HANDLER, >:

Inheritance graph
[legend]
Collaboration diagram for TAO_Accept_Strategy< SVC_HANDLER, >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Accept_Strategy (TAO_ORB_Core *orb_core)
 Constructor.

int open (const ACE_PEER_ACCEPTOR_ADDR &local_addr, int restart=0)
int accept_svc_handler (SVC_HANDLER *svc_handler)

Protected Types

typedef ACE_Accept_Strategy<
SVC_HANDLER, ACE_PEER_ACCEPTOR_2
ACCEPT_STRATEGY_BASE
 Base class.


Protected Attributes

TAO_ORB_Coreorb_core_
 Pointer to the ORB Core.

template<class SVC_HANDLER, ACE_PEER_ACCEPTOR_1>
class TAO_Accept_Strategy< SVC_HANDLER, >


Member Typedef Documentation

template<class SVC_HANDLER, ACE_PEER_ACCEPTOR_1 >
typedef ACE_Accept_Strategy<SVC_HANDLER, ACE_PEER_ACCEPTOR_2> TAO_Accept_Strategy< SVC_HANDLER, >::ACCEPT_STRATEGY_BASE [protected]
 

Base class.

Definition at line 104 of file Acceptor_Impl.h.


Constructor & Destructor Documentation

template<class SVC_HANDLER, ACE_PEER_ACCEPTOR_1 >
TAO_Accept_Strategy< SVC_HANDLER, >::TAO_Accept_Strategy TAO_ORB_Core orb_core  ) 
 

Constructor.

Definition at line 191 of file Acceptor_Impl.cpp.

00192   : orb_core_ (orb_core)
00193 {
00194 }


Member Function Documentation

template<class SVC_HANDLER, ACE_PEER_ACCEPTOR_1 >
int TAO_Accept_Strategy< SVC_HANDLER, >::accept_svc_handler SVC_HANDLER *  svc_handler  )  [virtual]
 

Delegates to the method of the PEER_ACCEPTOR. If the process runs out of handles, purge some "old" connections.

Reimplemented from ACE_Accept_Strategy< SVC_HANDLER, ACE_PEER_ACCEPTOR_2 >.

Definition at line 206 of file Acceptor_Impl.cpp.

00207 {
00208   return ACCEPT_STRATEGY_BASE::accept_svc_handler (svc_handler);
00209 }

template<class SVC_HANDLER, ACE_PEER_ACCEPTOR_1 >
int TAO_Accept_Strategy< SVC_HANDLER, >::open const ACE_PEER_ACCEPTOR_ADDR local_addr,
int  restart = 0
[virtual]
 

Initialize the with . If the process runs out of handles, purge some "old" connections.

Reimplemented from ACE_Accept_Strategy< SVC_HANDLER, ACE_PEER_ACCEPTOR_2 >.

Definition at line 197 of file Acceptor_Impl.cpp.

00199 {
00200 
00201   return ACCEPT_STRATEGY_BASE::open (local_addr,
00202                                      restart);
00203 }


Member Data Documentation

template<class SVC_HANDLER, ACE_PEER_ACCEPTOR_1 >
TAO_ORB_Core* TAO_Accept_Strategy< SVC_HANDLER, >::orb_core_ [protected]
 

Pointer to the ORB Core.

Definition at line 107 of file Acceptor_Impl.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:12:07 2006 for TAO by doxygen 1.3.6