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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

 MsgUnitStoreProperty (QueuePropertyBase &prop)
MsgUnitStorePropertyoperator= (QueuePropertyBase &prop)
bool onOverflowDeadMessage ()
std::string getRootTagName ()
 The tag name for configuration, here it is <msgUnitStore .

Static Public Member Functions

static std::string usage ()
 Get a usage string for the connection parameters.

Detailed Description

Definition at line 25 of file MsgUnitStoreProperty.h.


Constructor & Destructor Documentation

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

Parameters:
nodeId_ If not "" (empty), the command line properties will look for prop[nodeId] as well, e.g.

-persistence/maxEntries and -persistence/maxEntries[heron] will be searched

org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::MsgUnitStoreProperty ( QueuePropertyBase prop  ) 

Definition at line 33 of file MsgUnitStoreProperty.cpp.


Member Function Documentation

MsgUnitStoreProperty & org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::operator= ( QueuePropertyBase prop  ) 

Reimplemented from org::xmlBlaster::util::qos::storage::QueuePropertyBase.

Definition at line 38 of file MsgUnitStoreProperty.cpp.

References org::xmlBlaster::util::qos::storage::QueuePropertyBase::copy().

bool org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::onOverflowDeadMessage (  ) 

Definition at line 45 of file MsgUnitStoreProperty.cpp.

References org::xmlBlaster::util::qos::storage::QueuePropertyBase::getOnOverflow(), and org::xmlBlaster::util::Constants::ONOVERFLOW_DEADMESSAGE.

string org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::usage (  )  [static]

Get a usage string for the connection parameters.

Definition at line 55 of file MsgUnitStoreProperty.cpp.

References org::xmlBlaster::util::qos::storage::DEFAULT_bytesCacheDefault, org::xmlBlaster::util::qos::storage::DEFAULT_bytesDefault, org::xmlBlaster::util::qos::storage::DEFAULT_maxEntriesDefault, org::xmlBlaster::util::qos::storage::DEFAULT_onFailure, org::xmlBlaster::util::qos::storage::DEFAULT_onOverflow, org::xmlBlaster::util::qos::storage::DEFAULT_type, org::xmlBlaster::util::qos::storage::DEFAULT_version, and org::xmlBlaster::util::lexical_cast().

string org::xmlBlaster::util::qos::storage::MsgUnitStoreProperty::getRootTagName (  ) 

The tag name for configuration, here it is <msgUnitStore .

..>

Reimplemented from org::xmlBlaster::util::qos::storage::QueuePropertyBase.

Definition at line 75 of file MsgUnitStoreProperty.cpp.


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