org::xmlBlaster::util::qos::address Namespace Reference


Classes

class  Address
class  AddressBase
class  AddressFactory
class  CallbackAddress

Typedefs

typedef org::xmlBlaster::util::ReferenceHolder<
AddressBase
AddressBaseRef

Variables

int DEFAULT_port = 3412
string DEFAULT_type = Global::getDefaultProtocol()
string DEFAULT_version = "1.0"
long DEFAULT_collectTime = 0
int DEFAULT_burstModeMaxEntries = 1
long DEFAULT_burstModeMaxBytes = -1L
bool DEFAULT_oneway = false
bool DEFAULT_dispatcherActive = true
string DEFAULT_compressType = ""
long DEFAULT_minSize = 0L
bool DEFAULT_ptpAllowed = true
string DEFAULT_sessionId = "unknown"
bool DEFAULT_useForSubjectQueue = true
string DEFAULT_dispatchPlugin = ""
string ATTRIBUTE_TAG = "attribute"
int DEFAULT_port
std::string DEFAULT_type
std::string DEFAULT_version
long DEFAULT_collectTime
int DEFAULT_burstModeMaxEntries
long DEFAULT_burstModeMaxBytes
bool DEFAULT_oneway
bool DEFAULT_dispatcherActive
std::string DEFAULT_compressType
long DEFAULT_minSize
bool DEFAULT_ptpAllowed
std::string DEFAULT_sessionId
bool DEFAULT_useForSubjectQueue
std::string DEFAULT_dispatchPlugin
std::string ATTRIBUTE_TAG


Typedef Documentation

typedef org::xmlBlaster::util::ReferenceHolder<AddressBase> org::xmlBlaster::util::qos::address::AddressBaseRef

Definition at line 475 of file AddressBase.h.


Variable Documentation

std::string org::xmlBlaster::util::qos::address::ATTRIBUTE_TAG

Definition at line 41 of file AddressBase.cpp.

string org::xmlBlaster::util::qos::address::ATTRIBUTE_TAG = "attribute"

Definition at line 41 of file AddressBase.cpp.

long org::xmlBlaster::util::qos::address::DEFAULT_burstModeMaxBytes

Definition at line 32 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::Address::usage(), and org::xmlBlaster::util::qos::address::CallbackAddress::usage().

long org::xmlBlaster::util::qos::address::DEFAULT_burstModeMaxBytes = -1L

Definition at line 32 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::CallbackAddress::usage(), and org::xmlBlaster::util::qos::address::Address::usage().

int org::xmlBlaster::util::qos::address::DEFAULT_burstModeMaxEntries

Definition at line 31 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::Address::usage(), and org::xmlBlaster::util::qos::address::CallbackAddress::usage().

int org::xmlBlaster::util::qos::address::DEFAULT_burstModeMaxEntries = 1

Definition at line 31 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::CallbackAddress::usage(), and org::xmlBlaster::util::qos::address::Address::usage().

long org::xmlBlaster::util::qos::address::DEFAULT_collectTime

Definition at line 30 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::Address::usage(), and org::xmlBlaster::util::qos::address::CallbackAddress::usage().

long org::xmlBlaster::util::qos::address::DEFAULT_collectTime = 0

Definition at line 30 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::CallbackAddress::usage(), and org::xmlBlaster::util::qos::address::Address::usage().

std::string org::xmlBlaster::util::qos::address::DEFAULT_compressType

Definition at line 35 of file AddressBase.cpp.

string org::xmlBlaster::util::qos::address::DEFAULT_compressType = ""

Definition at line 35 of file AddressBase.cpp.

bool org::xmlBlaster::util::qos::address::DEFAULT_dispatcherActive

Definition at line 34 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::CallbackAddress::usage().

bool org::xmlBlaster::util::qos::address::DEFAULT_dispatcherActive = true

Definition at line 34 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::CallbackAddress::usage().

std::string org::xmlBlaster::util::qos::address::DEFAULT_dispatchPlugin

Definition at line 40 of file AddressBase.cpp.

string org::xmlBlaster::util::qos::address::DEFAULT_dispatchPlugin = ""

Definition at line 40 of file AddressBase.cpp.

long org::xmlBlaster::util::qos::address::DEFAULT_minSize

Definition at line 36 of file AddressBase.cpp.

long org::xmlBlaster::util::qos::address::DEFAULT_minSize = 0L

Definition at line 36 of file AddressBase.cpp.

bool org::xmlBlaster::util::qos::address::DEFAULT_oneway

Definition at line 33 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::CallbackAddress::usage().

bool org::xmlBlaster::util::qos::address::DEFAULT_oneway = false

Definition at line 33 of file AddressBase.cpp.

Referenced by org::xmlBlaster::util::qos::address::CallbackAddress::usage().

int org::xmlBlaster::util::qos::address::DEFAULT_port

Definition at line 27 of file AddressBase.cpp.

int org::xmlBlaster::util::qos::address::DEFAULT_port = 3412

Definition at line 27 of file AddressBase.cpp.

bool org::xmlBlaster::util::qos::address::DEFAULT_ptpAllowed

Definition at line 37 of file AddressBase.cpp.

bool org::xmlBlaster::util::qos::address::DEFAULT_ptpAllowed = true

Definition at line 37 of file AddressBase.cpp.

std::string org::xmlBlaster::util::qos::address::DEFAULT_sessionId

Definition at line 38 of file AddressBase.cpp.

string org::xmlBlaster::util::qos::address::DEFAULT_sessionId = "unknown"

Definition at line 38 of file AddressBase.cpp.

std::string org::xmlBlaster::util::qos::address::DEFAULT_type

Definition at line 28 of file AddressBase.cpp.

string org::xmlBlaster::util::qos::address::DEFAULT_type = Global::getDefaultProtocol()

Definition at line 28 of file AddressBase.cpp.

bool org::xmlBlaster::util::qos::address::DEFAULT_useForSubjectQueue

Definition at line 39 of file AddressBase.cpp.

bool org::xmlBlaster::util::qos::address::DEFAULT_useForSubjectQueue = true

Definition at line 39 of file AddressBase.cpp.

std::string org::xmlBlaster::util::qos::address::DEFAULT_version

Definition at line 29 of file AddressBase.cpp.

string org::xmlBlaster::util::qos::address::DEFAULT_version = "1.0"

Definition at line 29 of file AddressBase.cpp.