


Public Member Functions | ||||
| HistoryQueueProperty (org::xmlBlaster::util::Global &global, std::string &nodeId) | ||||
| ||||
| HistoryQueueProperty (QueuePropertyBase &prop) | ||||
| HistoryQueueProperty & | operator= (QueuePropertyBase &prop) | |||
| std::string | getSettings () | |||
| Show some important settings for logging. | ||||
| bool | onOverflowDeadMessage () | |||
Definition at line 22 of file HistoryQueueProperty.h.
| org::xmlBlaster::util::qos::storage::HistoryQueueProperty::HistoryQueueProperty | ( | org::xmlBlaster::util::Global & | global, | |
| std::string & | nodeId | |||
| ) |
| nodeId | If not "", the command line properties will look for prop[nodeId] as well, e.g. |
-queue/history/maxEntries and -queue/history/maxEntries[heron] will be searched
| org::xmlBlaster::util::qos::storage::HistoryQueueProperty::HistoryQueueProperty | ( | QueuePropertyBase & | prop | ) |
Definition at line 34 of file HistoryQueueProperty.cpp.
| HistoryQueueProperty & org::xmlBlaster::util::qos::storage::HistoryQueueProperty::operator= | ( | QueuePropertyBase & | prop | ) |
Reimplemented from org::xmlBlaster::util::qos::storage::QueuePropertyBase.
Definition at line 39 of file HistoryQueueProperty.cpp.
References org::xmlBlaster::util::qos::storage::QueuePropertyBase::copy().
| string org::xmlBlaster::util::qos::storage::HistoryQueueProperty::getSettings | ( | ) |
Show some important settings for logging.
Definition at line 45 of file HistoryQueueProperty.cpp.
References org::xmlBlaster::util::qos::storage::QueuePropertyBase::getMaxEntries(), org::xmlBlaster::util::qos::storage::QueuePropertyBase::getOnFailure(), org::xmlBlaster::util::qos::storage::QueuePropertyBase::getOnOverflow(), org::xmlBlaster::util::qos::storage::QueuePropertyBase::getType(), and org::xmlBlaster::util::lexical_cast().
| bool org::xmlBlaster::util::qos::storage::HistoryQueueProperty::onOverflowDeadMessage | ( | ) |
Definition at line 52 of file HistoryQueueProperty.cpp.
References org::xmlBlaster::util::qos::storage::QueuePropertyBase::getOnOverflow(), and org::xmlBlaster::util::Constants::ONOVERFLOW_DEADMESSAGE.