ACE  6.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ACE_Service_Object_Type Class Reference

Define the methods for handling the configuration of ACE_Service_Objects. More...

#include <Service_Types.h>

Inheritance diagram for ACE_Service_Object_Type:
Inheritance graph
[legend]
Collaboration diagram for ACE_Service_Object_Type:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from ACE_Service_Type_Impl
 ACE_Service_Type_Impl (void *object, const ACE_TCHAR *s_name, u_int flags=0, ACE_Service_Object_Exterminator gobbler=0, int stype=ACE_Service_Type::INVALID_TYPE)
 
virtual ~ACE_Service_Type_Impl (void)
 
void * object (void) const
 The pointer to the service. More...
 
const ACE_TCHARname (void) const
 Get the name of the service. More...
 
void name (const ACE_TCHAR *)
 Set the name of the service. More...
 
void dump (void) const
 Dump the state of an object. More...
 
int service_type (void) const
 get the service_type of this service More...
 
void service_type (int stype)
 set the service_type of this service More...
 

Private Attributes

int initialized_
 Holds the initialization status (result of object->init()) More...
 

Additional Inherited Members

- Public Attributes inherited from ACE_Service_Type_Impl
 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 
- Protected Attributes inherited from ACE_Service_Type_Impl
const ACE_TCHARname_
 Name of the service. More...
 
void * obj_
 
ACE_Service_Object_Exterminator gobbler_
 Destroy function to deallocate obj_. More...
 
u_int flags_
 Flags that control serivce behavior (particularly deletion). More...
 
int service_type_
 

Detailed Description

Define the methods for handling the configuration of ACE_Service_Objects.

Constructor & Destructor Documentation

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  )

Member Function Documentation

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.

Member Data Documentation

int ACE_Service_Object_Type::initialized_
mutableprivate

Holds the initialization status (result of object->init())


The documentation for this class was generated from the following files: