
Public Member Functions | |
| BaseProcessService () | |
| Constructor. | |
Protected Member Functions | |
| void | Run () |
| Called to start the service. | |
| abstract void | Start () |
| Called to start the service. | |
| abstract void | Stop () |
| Called to stop the service. | |
| abstract void | Pause () |
| Called to pause the service. | |
| abstract void | Resume () |
| Called to resume the service. | |
| abstract void | Custom (int message, string data) |
| Called to control the service. This is service defines behavior. | |
| Simias::Service::BaseProcessService::BaseProcessService | ( | ) | [inline] |
Constructor.
| void Simias::Service::BaseProcessService::Run | ( | ) | [inline, protected] |
Called to start the service.
| abstract void Simias::Service::BaseProcessService::Start | ( | ) | [protected, pure virtual] |
| abstract void Simias::Service::BaseProcessService::Stop | ( | ) | [protected, pure virtual] |
| abstract void Simias::Service::BaseProcessService::Pause | ( | ) | [protected, pure virtual] |
| abstract void Simias::Service::BaseProcessService::Resume | ( | ) | [protected, pure virtual] |
| abstract void Simias::Service::BaseProcessService::Custom | ( | int | message, | |
| string | data | |||
| ) | [protected, pure virtual] |
Called to control the service. This is service defines behavior.
| message | The custom message number. | |
| data | A string that can have extra data. |
Implemented in Simias::Service::ProcessServiceTest.
1.5.6