ACE
6.1.0
|
Define the methods for handling the configuration of ACE_Service_Objects. More...
#include <Service_Types.h>
Public Member Functions | |
ACE_Service_Object_Type (void *so, const ACE_TCHAR *name, u_int flags=0, ACE_Service_Object_Exterminator gobbler=0, int stype=ACE_Service_Type::SERVICE_OBJECT) | |
~ACE_Service_Object_Type (void) | |
virtual int | suspend (void) const |
virtual int | resume (void) const |
virtual int | init (int argc, ACE_TCHAR *argv[]) const |
virtual int | fini (void) const |
virtual int | info (ACE_TCHAR **str, size_t len) const |
Private Attributes | |
int | initialized_ |
Holds the initialization status (result of object->init()) |
Define the methods for handling the configuration of ACE_Service_Objects.
ACE_Service_Object_Type::ACE_Service_Object_Type | ( | void * | so, |
const ACE_TCHAR * | name, | ||
u_int | flags = 0 , |
||
ACE_Service_Object_Exterminator | gobbler = 0 , |
||
int | stype = ACE_Service_Type::SERVICE_OBJECT |
||
) |
ACE_Service_Object_Type::~ACE_Service_Object_Type | ( | void | ) |
int ACE_Service_Object_Type::fini | ( | void | ) | const [virtual] |
Reimplemented from ACE_Service_Type_Impl.
int ACE_Service_Object_Type::info | ( | ACE_TCHAR ** | str, |
size_t | len | ||
) | const [virtual] |
Implements ACE_Service_Type_Impl.
int ACE_Service_Object_Type::init | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) | const [virtual] |
Implements ACE_Service_Type_Impl.
int ACE_Service_Object_Type::resume | ( | void | ) | const [virtual] |
Implements ACE_Service_Type_Impl.
int ACE_Service_Object_Type::suspend | ( | void | ) | const [virtual] |
Implements ACE_Service_Type_Impl.
int ACE_Service_Object_Type::initialized_ [mutable, private] |
Holds the initialization status (result of object->init())