TAO_Accept_Strategy< SVC_HANDLER, > Class Template Reference#include <Acceptor_Impl.h>
Inheritance diagram for TAO_Accept_Strategy< SVC_HANDLER, >:
![]()
Collaboration diagram for TAO_Accept_Strategy< SVC_HANDLER, >:
![]()
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.
TAO_Accept_Strategy< SVC_HANDLER, >::TAO_Accept_Strategy | ( | TAO_ORB_Core * | orb_core | ) | [inline] |
Constructor.
int TAO_Accept_Strategy< SVC_HANDLER, >::open | ( | const ACE_PEER_ACCEPTOR_ADDR & | local_addr, | |
int | restart = 0 | |||
) | [inline, virtual] |
Initialize the <peer_acceptor_> with <local_addr>. If the process runs out of handles, purge some "old" connections.
Reimplemented from ACE_Accept_Strategy< SVC_HANDLER, ACE_PEER_ACCEPTOR_2 >.
int TAO_Accept_Strategy< SVC_HANDLER, >::accept_svc_handler | ( | SVC_HANDLER * | svc_handler | ) | [inline, virtual] |
Delegates to the <accept> 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 >.
TAO_ORB_Core* TAO_Accept_Strategy< SVC_HANDLER, >::orb_core_ [protected] |
Pointer to the ORB Core.