Main Page
Namespaces
Classes
Files
Related Pages
File List
File Members
util/Constants.cpp File Reference
Include dependency graph for Constants.cpp:
Go to the source code of this file.
Namespaces
namespace
org
namespace
org::xmlBlaster
namespace
org::xmlBlaster::util
namespace
org::xmlBlaster::util::Constants
Variables
const char *
org::xmlBlaster::util::Constants::DEFAULT_SECURITYPLUGIN_TYPE
= "htpasswd"
Holding some
Constants
.
const char *
org::xmlBlaster::util::Constants::DEFAULT_SECURITYPLUGIN_VERSION
= "1.0"
long
org::xmlBlaster::util::Constants::XMLBLASTER_OID_ROOT
[] = { 1, 3, 6, 1, 4, 1, XMLBLASTER_SNMP }
The
xmlBlaster
SNMP node 1.3.6.1.4.1.11662 as registered at IANA.
const char *
org::xmlBlaster::util::Constants::STATE_OK
= "OK"
The returned message status if OK.
const char *
org::xmlBlaster::util::Constants::RET_OK
= "<qos><state id='OK'/></qos>"
const char *
org::xmlBlaster::util::Constants::STATE_TIMEOUT
= "TIMEOUT"
The returned message status if message timeout occured (but not erased).
const char *
org::xmlBlaster::util::Constants::STATE_ERASED
= "ERASED"
The returned message status if message is explicitly erased by a call to erase().
const char *
org::xmlBlaster::util::Constants::STATE_FORWARD_ERROR
= "FORWARD_ERROR"
The returned message status if message couldn't be forwarded to the master
cluster
node.
const char *
org::xmlBlaster::util::Constants::INFO_QUEUED
= "QUEUED"
Additional info for state.
const std::string
org::xmlBlaster::util::Constants::ENTRY_TYPE_MSG_RAW
= "MSG_RAW"
const char *
org::xmlBlaster::util::Constants::RELATING_CALLBACK
= "callback"
Type of a message
queue
.
const char *
org::xmlBlaster::util::Constants::RELATING_SUBJECT
= "subject"
Type of a message
queue
.
const char *
org::xmlBlaster::util::Constants::RELATING_UNRELATED
= "unrelated"
Type of a message
queue
.
const std::string
org::xmlBlaster::util::Constants::RELATING_CLIENT
= "connection"
Type of a message
queue
on
client
side.
const char *
org::xmlBlaster::util::Constants::RELATING_HISTORY
= "history"
Type of a history message
queue
containing references on messages.
const char *
org::xmlBlaster::util::Constants::RELATING_MSGUNITSTORE
= "msgUnitStore"
Message cache.
const char *
org::xmlBlaster::util::Constants::RELATING_TOPICSTORE
= "topicStore"
Persistency for topics.
const char *
org::xmlBlaster::util::Constants::ONOVERFLOW_BLOCK
= "block"
message
queue
onOverflow handling, default is blocking until
queue
takes messages again
const char *
org::xmlBlaster::util::Constants::ONOVERFLOW_DEADLETTER
= "deadLetter"
message
queue
onOverflow handling
const char *
org::xmlBlaster::util::Constants::ONOVERFLOW_DISCARD
= "discard"
message
queue
onOverflow handling
const char *
org::xmlBlaster::util::Constants::ONOVERFLOW_DISCARDOLDEST
= "discardOldest"
message
queue
onOverflow handling
const char *
org::xmlBlaster::util::Constants::ONOVERFLOW_EXCEPTION
= "exception"
message
queue
onOverflow handling
const char *
org::xmlBlaster::util::Constants::ONOVERFLOW_DEADMESSAGE
= "deadMessage"
message
queue
onOverflow handling
const char *
org::xmlBlaster::util::Constants::ONEXHAUST_KILL_SESSION
= "killSession"
If callback fails more often than is configured the login session is destroyed.
const char *
org::xmlBlaster::util::Constants::SUBSCRIPTIONID_CLIENT_PREFIX
= "__subId:/node/"
If subscription ID is given by
client
, e.g.
const char *
org::xmlBlaster::util::Constants::INTERNAL_OID_PREFIX_FOR_PLUGINS
= "_"
const char *
org::xmlBlaster::util::Constants::INTERNAL_OID_ADMIN_CMD
= "__cmd:"
const char *
org::xmlBlaster::util::Constants::INTERNAL_OID_PREFIX_FOR_CORE
= "__"
const char *
org::xmlBlaster::util::Constants::INTERNAL_OID_PREFIX
= "__sys__"
const char *
org::xmlBlaster::util::Constants::INTERNAL_OID_CLUSTER_PREFIX
= "__sys__cluster"
const char *
org::xmlBlaster::util::Constants::JDBC_OID
= "__sys__jdbc"
JDBC access messages.
const char *
org::xmlBlaster::util::Constants::OID_DEAD_LETTER
= "__sys__deadLetter"
message
queue
onOverflow handling
const char *
org::xmlBlaster::util::Constants::XPATH
= "XPATH"
XmlKey queryType enum.
const char *
org::xmlBlaster::util::Constants::EXACT
= "EXACT"
const char *
org::xmlBlaster::util::Constants::D_O_M_A_I_N
= "DOMAIN"
const char *
org::xmlBlaster::util::Constants::REGEX
= "REGEX"
const char *
org::xmlBlaster::util::Constants::XPATH_URL_PREFIX
= "xpath:"
const char *
org::xmlBlaster::util::Constants::EXACT_URL_PREFIX
= "exact:"
const char *
org::xmlBlaster::util::Constants::DOMAIN_URL_PREFIX
= "domain:"
const char *
org::xmlBlaster::util::Constants::SOCKET
= "SOCKET"
const char *
org::xmlBlaster::util::Constants::IOR
= "IOR"
const char *
org::xmlBlaster::util::Constants::EMAIL
= "EMAIL"
const char *
org::xmlBlaster::util::Constants::XML_RPC
= "XMLRPC"
const char *
org::xmlBlaster::util::Constants::RAM
= "RAM"
const char *
org::xmlBlaster::util::Constants::CACHE
= "CACHE"
const char *
org::xmlBlaster::util::Constants::ODBC
= "ODBC"
const char *
org::xmlBlaster::util::Constants::SQLITE
= "SQLite"
const char *
org::xmlBlaster::util::Constants::INDENT
= " "
const char *
org::xmlBlaster::util::Constants::OFFSET
= "\n "
const char *
org::xmlBlaster::util::Constants::ENCODING_BASE64
= "base64"
const char *
org::xmlBlaster::util::Constants::ENCODING_NONE
= ""
const char *
org::xmlBlaster::util::Constants::TYPE_STRING
= "String"
const char *
org::xmlBlaster::util::Constants::TYPE_BLOB
= "byte[]"
const char *
org::xmlBlaster::util::Constants::TYPE_BOOLEAN
= "boolean"
const char *
org::xmlBlaster::util::Constants::TYPE_BYTE
= "byte"
const char *
org::xmlBlaster::util::Constants::TYPE_DOUBLE
= "double"
const char *
org::xmlBlaster::util::Constants::TYPE_FLOAT
= "float"
const char *
org::xmlBlaster::util::Constants::TYPE_INT
= "int"
const char *
org::xmlBlaster::util::Constants::TYPE_SHORT
= "short"
const char *
org::xmlBlaster::util::Constants::TYPE_LONG
= "long"
const Timestamp
org::xmlBlaster::util::Constants::THOUSAND
= 1000
const Timestamp
org::xmlBlaster::util::Constants::MILLION
= 1000 * THOUSAND
const Timestamp
org::xmlBlaster::util::Constants::BILLION
= 1000 * MILLION
const char *
org::xmlBlaster::util::Constants::SESSIONID_PREFIX
= "sessionId:"
Prefix to create a sessionId.
const char *
org::xmlBlaster::util::Constants::SUBSCRIPTIONID_PREFIX
= "__subId:"
const char *const
org::xmlBlaster::util::Constants::SUBSCRIPTIONID_PtP
= "__subId:PtP"
const char *
org::xmlBlaster::util::Constants::XB_GLOBAL_KEY
= "XB_Global"
Object keys for lifetime manager, needed for registration.
const char *
org::xmlBlaster::util::Constants::XB_XMLPARSERFACTORY_KEY
= "XB_XmlParserFactory"
const char *
org::xmlBlaster::util::Constants::JMS_PREFIX
= "__jms:"
const char *
org::xmlBlaster::util::Constants::JMSX_GROUP_ID
= "__jms:JMSXGroupID"
const char *
org::xmlBlaster::util::Constants::JMSX_GROUP_SEQ
= "__jms:JMSXGroupSeq"
const char *
org::xmlBlaster::util::Constants::JMSX_GROUP_EOF
= "__jms:JMSXGroupEof"
const char *
org::xmlBlaster::util::Constants::JMSX_GROUP_EX
= "__jms:JMSXGroupEx"
const char *
org::xmlBlaster::util::Constants::FILENAME_ATTR
= "_filename"
const char *
org::xmlBlaster::util::Constants::TIMESTAMP_ATTR
= "_timestamp"
const char *
org::xmlBlaster::util::Constants::FILE_DATE
= "_fileDate"