#include <ASIConfiguration.h>
Public Member Functions | |
ASIConfiguration () | |
virtual | ~ASIConfiguration () |
std::string | getASIVersion () |
void | setASIVersion (std::string version) |
std::string | getAlarmsTopic () |
void | setAlarmsTopic (std::string topic) |
int | getBackupDeliveryMode () |
void | setBackupDeliveryMode (int mode) |
int | getBackupPriority () |
void | setBackupPriority (int priority) |
long | getBackupTimeToLive () |
void | setBackupTimeToLive (long timeToLive) |
int | getChangesDeliveryMode () |
void | setChangesDeliveryMode (int mode) |
int | getChangesPriority () |
void | setChangesPriority (int priority) |
long | getChangesTimeToLive () |
void | setChangesTimeToLive (long timeToLive) |
Private Attributes | |
std::string | asiVersion |
std::string | alarmsTopic |
int | backupDeliveryMode |
int | backupPriority |
long | backupTimeToLive |
int | changesDeliveryMode |
int | changesPriority |
long | changesTimeToLive |
acsalarm::ASIConfiguration::ASIConfiguration | ( | ) |
virtual acsalarm::ASIConfiguration::~ASIConfiguration | ( | ) | [inline, virtual] |
std::string acsalarm::ASIConfiguration::getAlarmsTopic | ( | ) | [inline] |
References alarmsTopic.
std::string acsalarm::ASIConfiguration::getASIVersion | ( | ) | [inline] |
References asiVersion.
int acsalarm::ASIConfiguration::getBackupDeliveryMode | ( | ) | [inline] |
References backupDeliveryMode.
int acsalarm::ASIConfiguration::getBackupPriority | ( | ) | [inline] |
References backupPriority.
long acsalarm::ASIConfiguration::getBackupTimeToLive | ( | ) | [inline] |
References backupTimeToLive.
int acsalarm::ASIConfiguration::getChangesDeliveryMode | ( | ) | [inline] |
References changesDeliveryMode.
int acsalarm::ASIConfiguration::getChangesPriority | ( | ) | [inline] |
References changesPriority.
long acsalarm::ASIConfiguration::getChangesTimeToLive | ( | ) | [inline] |
References changesTimeToLive.
void acsalarm::ASIConfiguration::setAlarmsTopic | ( | std::string | topic | ) | [inline] |
References alarmsTopic.
void acsalarm::ASIConfiguration::setASIVersion | ( | std::string | version | ) | [inline] |
References asiVersion.
void acsalarm::ASIConfiguration::setBackupDeliveryMode | ( | int | mode | ) | [inline] |
References backupDeliveryMode.
void acsalarm::ASIConfiguration::setBackupPriority | ( | int | priority | ) | [inline] |
References backupPriority.
void acsalarm::ASIConfiguration::setBackupTimeToLive | ( | long | timeToLive | ) | [inline] |
References backupTimeToLive.
void acsalarm::ASIConfiguration::setChangesDeliveryMode | ( | int | mode | ) | [inline] |
References changesDeliveryMode.
void acsalarm::ASIConfiguration::setChangesPriority | ( | int | priority | ) | [inline] |
References changesPriority.
void acsalarm::ASIConfiguration::setChangesTimeToLive | ( | long | timeToLive | ) | [inline] |
References changesTimeToLive.
std::string acsalarm::ASIConfiguration::alarmsTopic [private] |
Referenced by getAlarmsTopic(), and setAlarmsTopic().
std::string acsalarm::ASIConfiguration::asiVersion [private] |
Referenced by getASIVersion(), and setASIVersion().
int acsalarm::ASIConfiguration::backupDeliveryMode [private] |
Referenced by getBackupDeliveryMode(), and setBackupDeliveryMode().
int acsalarm::ASIConfiguration::backupPriority [private] |
Referenced by getBackupPriority(), and setBackupPriority().
long acsalarm::ASIConfiguration::backupTimeToLive [private] |
Referenced by getBackupTimeToLive(), and setBackupTimeToLive().
int acsalarm::ASIConfiguration::changesDeliveryMode [private] |
Referenced by getChangesDeliveryMode(), and setChangesDeliveryMode().
int acsalarm::ASIConfiguration::changesPriority [private] |
Referenced by getChangesPriority(), and setChangesPriority().
long acsalarm::ASIConfiguration::changesTimeToLive [private] |
Referenced by getChangesTimeToLive(), and setChangesTimeToLive().