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

ACE_Service_Object Class Reference

Provide the abstract base class common to all service implementations. More...

#include <Service_Object.h>

Inheritance diagram for ACE_Service_Object:

Inheritance graph
[legend]
Collaboration diagram for ACE_Service_Object:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Service_Object (ACE_Reactor *=0)
 Constructor. More...

virtual ~ACE_Service_Object (void)
 Destructor. More...

virtual int suspend (void)
 Temporarily disable a service without removing it completely. More...

virtual int resume (void)
 Re-enable a previously suspended service. More...


Detailed Description

Provide the abstract base class common to all service implementations.

Classes that inherit from <ACE_Service_Objects> are capable of being registered with the <ACE_Reactor> (due to the <ACE_Event_Handler>, as well as being dynamically linked by the <ACE_Service_Config> (due to the <ACE_Shared_Object>).


Constructor & Destructor Documentation

ACE_Service_Object::ACE_Service_Object ACE_Reactor   r = 0
 

Constructor.

ACE_Service_Object::~ACE_Service_Object void    [virtual]
 

Destructor.


Member Function Documentation

int ACE_Service_Object::resume void    [virtual]
 

Re-enable a previously suspended service.

Reimplemented in ACE_Acceptor, ACE_Strategy_Acceptor, ACE_Oneshot_Acceptor, ACE_Connector, ACE_Service_Manager, ACE_Task_Base, ACE_Acceptor< SVC_HANDLER, ACE_PEER_ACCEPTOR_2 >, and ACE_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_2 >.

int ACE_Service_Object::suspend void    [virtual]
 

Temporarily disable a service without removing it completely.

Reimplemented in ACE_Acceptor, ACE_Strategy_Acceptor, ACE_Oneshot_Acceptor, ACE_Connector, ACE_Service_Manager, ACE_Task_Base, ACE_Acceptor< SVC_HANDLER, ACE_PEER_ACCEPTOR_2 >, and ACE_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_2 >.


The documentation for this class was generated from the following files:
Generated on Wed Jan 15 19:13:54 2003 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001