#include <Acceptor_Impl.h>
Inheritance diagram for TAO_Accept_Strategy
Public Methods | |
TAO_Accept_Strategy (TAO_ORB_Core *orb_core) | |
Constructor. | |
int | open (const ACE_PEER_ACCEPTOR_ADDR &local_addr, int restart = 0) |
Initialize the <peer_acceptor_> with <local_addr>. If the process runs out of handles, purge some "old" connections. | |
int | accept_svc_handler (SVC_HANDLER *svc_handler) |
Delegates to the method of the PEER_ACCEPTOR. If the process runs out of handles, purge some "old" connections. | |
Protected Types | |
typedef ACE_Accept_Strategy< SVC_HANDLER, ACE_PEER_ACCEPTOR_2> | ACCEPT_STRATEGY_BASE |
Base class. | |
Protected Methods | |
int | out_of_sockets_handler (void) |
Handler which deals with purging "old" connections. | |
Protected Attributes | |
TAO_ORB_Core* | orb_core_ |
Pointer to the ORB Core. |
|
Base class.
|
|
Constructor.
|
|
Delegates to the method of the PEER_ACCEPTOR. If the process runs out of handles, purge some "old" connections.
Reimplemented from ACE_Accept_Strategy. |
|
Initialize the <peer_acceptor_> with <local_addr>. If the process runs out of handles, purge some "old" connections.
Reimplemented from ACE_Accept_Strategy. |
|
Handler which deals with purging "old" connections.
|
|
Pointer to the ORB Core.
|