#include <Service_Object.h>
Inheritance diagram for ACE_Service_Object
Public Methods | |
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. |
Classes that inherit from are capable of being registered with the (due to the , as well as being dynamically linked by the (due to the ).
|
Constructor.
|
|
Destructor.
|
|
Re-enable a previously suspended service.
Reimplemented in ACE_Acceptor, ACE_Strategy_Acceptor, ACE_Oneshot_Acceptor, ACE_Connector, ACE_Service_Manager, and ACE_Task_Base. |
|
Temporarily disable a service without removing it completely.
Reimplemented in ACE_Acceptor, ACE_Strategy_Acceptor, ACE_Oneshot_Acceptor, ACE_Connector, ACE_Service_Manager, and ACE_Task_Base. |