#include <Service.h>
| ServiceFactory::ServiceFactory |
( |
const AChar * |
class_name, |
|
|
bool |
noregister = false |
|
) |
| |
Constructor that auto register
| ServiceFactory::~ServiceFactory |
( |
| ) |
|
Destructor : auto unregister
| virtual PService commore::ServiceFactory::create |
( |
const AChar * |
class_name, |
|
|
const AChar * |
name, |
|
|
const AChar * |
args |
|
) |
| |
|
pure virtual |
Create an service instance
- Parameters
-
| class_name | : class of the service |
| name | : instance name |
| args | : specification for initialization |
Implemented in commore::DefaultServiceFactory< T >.
Get factory list for class_name
| const AString& commore::ServiceFactory::get_class_name |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: