org::xmlBlaster::util::key Namespace Reference


Classes

class  KeyData
 This class encapsulates the Message meta data and unique identifier (key) of a publish()/update() or get()-return message. More...
class  MsgKeyData
class  MsgKeyFactory
class  QueryKeyData

Typedefs

typedef org::xmlBlaster::util::ReferenceHolder<
org::xmlBlaster::util::key::KeyData
KeyDataRef
typedef std::vector< org::xmlBlaster::util::qos::AccessFilterQosAccessFilterVector

Variables

char * CONTENTMIME_DEFAULT = "text/plain"
 The default content MIME type is null.
char * DEFAULT_DOMAIN = ""
 is ""
char * QUERYTYPE_DEFAULT = Constants::EXACT
 The default queryType is "EXACT".
const char * CONTENTMIME_DEFAULT
 The default content MIME type is null.
const char * DEFAULT_DOMAIN
 is ""
const char * QUERYTYPE_DEFAULT
 The default queryType is "EXACT".


Typedef Documentation

typedef std::vector<org::xmlBlaster::util::qos::AccessFilterQos> org::xmlBlaster::util::key::AccessFilterVector

Definition at line 32 of file QueryKeyData.h.

typedef org::xmlBlaster::util::ReferenceHolder<org::xmlBlaster::util::key::KeyData> org::xmlBlaster::util::key::KeyDataRef

Definition at line 238 of file KeyData.h.


Variable Documentation

const char* org::xmlBlaster::util::key::CONTENTMIME_DEFAULT

The default content MIME type is null.

Definition at line 20 of file KeyData.cpp.

char* org::xmlBlaster::util::key::CONTENTMIME_DEFAULT = "text/plain"

The default content MIME type is null.

Definition at line 20 of file KeyData.cpp.

const char* org::xmlBlaster::util::key::DEFAULT_DOMAIN

is ""

Definition at line 21 of file KeyData.cpp.

Referenced by org::xmlBlaster::util::key::KeyData::init().

char* org::xmlBlaster::util::key::DEFAULT_DOMAIN = ""

is ""

Definition at line 21 of file KeyData.cpp.

Referenced by org::xmlBlaster::util::key::KeyData::init().

const char* org::xmlBlaster::util::key::QUERYTYPE_DEFAULT

The default queryType is "EXACT".

Definition at line 22 of file KeyData.cpp.

Referenced by org::xmlBlaster::util::key::KeyData::init().

char* org::xmlBlaster::util::key::QUERYTYPE_DEFAULT = Constants::EXACT

The default queryType is "EXACT".

Definition at line 22 of file KeyData.cpp.

Referenced by org::xmlBlaster::util::key::KeyData::init().