org::xmlBlaster::util::qos::storage::HistoryQueueProperty Class Reference

Inheritance diagram for org::xmlBlaster::util::qos::storage::HistoryQueueProperty:

Inheritance graph
[legend]
Collaboration diagram for org::xmlBlaster::util::qos::storage::HistoryQueueProperty:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HistoryQueueProperty (org::xmlBlaster::util::Global &global, std::string &nodeId)
 
Parameters:
nodeId If not "", the command line properties will look for prop[nodeId] as well, e.g.

 HistoryQueueProperty (QueuePropertyBase &prop)
HistoryQueuePropertyoperator= (QueuePropertyBase &prop)
std::string getSettings ()
 Show some important settings for logging.
bool onOverflowDeadMessage ()

Detailed Description

Definition at line 22 of file HistoryQueueProperty.h.


Constructor & Destructor Documentation

org::xmlBlaster::util::qos::storage::HistoryQueueProperty::HistoryQueueProperty ( org::xmlBlaster::util::Global global,
std::string &  nodeId 
)

Parameters:
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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: