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 Member Functions

 ACE_Service_Object (ACE_Reactor *=0)
 Constructor.
virtual ~ACE_Service_Object (void)
 Destructor.
virtual int suspend (void)
 Temporarily disable a service without removing it completely.
virtual int resume (void)
 Re-enable a previously suspended service.

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]
int ACE_Service_Object::suspend ( void   )  [virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 03:58:04 2009 for ACE by  doxygen 1.6.1