#include <EventsWatcher.h>
| Enumerator |
|---|
| RUNNING |
|
| STOPPED |
|
| Service::Service |
( |
const long |
serviceId, |
|
|
const long |
state, |
|
|
const time_t |
lastHeartbeat, |
|
|
const string & |
serviceName = "qPIUnk00", |
|
|
const string & |
sessionId = "", |
|
|
const long |
heartbeatInterval = 30 |
|
) |
| |
|
inline |
| long Service::getHeartbeatInterval |
( |
| ) |
const |
|
inline |
| string Service::getName |
( |
| ) |
const |
|
inline |
| long Service::getServiceId |
( |
| ) |
const |
|
inline |
| string Service::getSession |
( |
| ) |
const |
|
inline |
| double Service::getTimeSinceLastHeartbeat |
( |
| ) |
const |
| string Service::Report |
( |
| ) |
const |
| void Service::setLastHeartbeat |
( |
const time_t |
newtime | ) |
|
|
inline |
| void Service::setSessionId |
( |
const string & |
sessionId | ) |
|
|
inline |
| long Service::m_HeartbeatInterval |
|
private |
| time_t Service::m_LastHeartbeat |
|
private |
| long Service::m_ServiceId |
|
private |
| string Service::m_ServiceName |
|
private |
| string Service::m_SessionId |
|
private |
The documentation for this class was generated from the following files: