Encapsulates the configuration settings needed by the Liveness service.
More...
#include <LivenessSettings.h>
Inherits openjaus::core::services::LivenessSettingsInterface.
§ ~LivenessSettings()
| openjaus::core::services::LivenessSettings::~LivenessSettings |
( |
| ) |
|
|
virtual |
§ LivenessSettings()
| openjaus::core::services::LivenessSettings::LivenessSettings |
( |
model::ComponentInfo *const |
component | ) |
|
|
private |
§ broadcastShutdownIsEnabled()
| bool openjaus::core::services::LivenessSettings::broadcastShutdownIsEnabled |
( |
| ) |
|
|
virtual |
§ getHeartbeatInterval_sec()
| int openjaus::core::services::LivenessSettings::getHeartbeatInterval_sec |
( |
| ) |
|
|
virtual |
§ getHeartbeatMethod()
§ getLivenessTimeout_sec()
| int openjaus::core::services::LivenessSettings::getLivenessTimeout_sec |
( |
| ) |
|
|
virtual |
§ isEnabled()
| bool openjaus::core::services::LivenessSettings::isEnabled |
( |
| ) |
|
|
virtual |
§ loadFromConfFile()
§ loadHeartbeatMethod()
§ timeoutIsEnabled()
| bool openjaus::core::services::LivenessSettings::timeoutIsEnabled |
( |
| ) |
|
|
virtual |
§ verify()
| void openjaus::core::services::LivenessSettings::verify |
( |
| ) |
|
|
private |
§ broadcastShutdownEnabled
| bool openjaus::core::services::LivenessSettings::broadcastShutdownEnabled |
|
private |
§ component
§ enabled
| bool openjaus::core::services::LivenessSettings::enabled |
|
private |
§ heartbeatInterval_sec
| int openjaus::core::services::LivenessSettings::heartbeatInterval_sec |
|
private |
§ heartbeatMethod
| HeartbeatMethod openjaus::core::services::LivenessSettings::heartbeatMethod |
|
private |
§ livenessTimeout_sec
| int openjaus::core::services::LivenessSettings::livenessTimeout_sec |
|
private |
§ timeoutEnabled
| bool openjaus::core::services::LivenessSettings::timeoutEnabled |
|
private |
The documentation for this class was generated from the following files: