org::xmlBlaster::util::MethodName Namespace Reference


Variables

const std::string CONNECT = "connect"
 Holding the constant names of the supported remote methods.
const std::string DISCONNECT = "disconnect"
const std::string GET = "get"
const std::string ERASE = "erase"
const std::string PUBLISH = "publish"
const std::string PUBLISH_ARR = "publishArr"
const std::string PUBLISH_ONEWAY = "publishOneway"
const std::string SUBSCRIBE = "subscribe"
const std::string UNSUBSCRIBE = "unSubscribe"
const std::string UPDATE = "update"
const std::string UPDATE_ONEWAY = "updateOneway"
const std::string PING = "ping"
const std::string DUMMY = "dummy"
const std::string UNKNOWN = "unknown"
const std::string CONNECT
 Holding the constant names of the supported remote methods.
const std::string DISCONNECT
const std::string GET
const std::string ERASE
const std::string PUBLISH
const std::string PUBLISH_ARR
const std::string PUBLISH_ONEWAY
const std::string SUBSCRIBE
const std::string UNSUBSCRIBE
const std::string UPDATE
const std::string UPDATE_ONEWAY
const std::string PING
const std::string DUMMY
const std::string UNKNOWN


Variable Documentation

const std::string org::xmlBlaster::util::MethodName::CONNECT

Holding the constant names of the supported remote methods.

See also:
xmlBlaster/src/java/org/xmlBlaster/util/def/MethodName.java

Definition at line 13 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::queue::ConnectQueueEntry::getEmbeddedObject(), and org::xmlBlaster::util::queue::SQLiteQueuePlugin::peekWithSamePriority().

const std::string org::xmlBlaster::util::MethodName::CONNECT = "connect"

Holding the constant names of the supported remote methods.

See also:
xmlBlaster/src/java/org/xmlBlaster/util/def/MethodName.java

Definition at line 13 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::queue::ConnectQueueEntry::getEmbeddedObject(), and org::xmlBlaster::util::queue::SQLiteQueuePlugin::peekWithSamePriority().

const std::string org::xmlBlaster::util::MethodName::DISCONNECT

Definition at line 14 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::disconnect().

const std::string org::xmlBlaster::util::MethodName::DISCONNECT = "disconnect"

Definition at line 14 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::disconnect().

const std::string org::xmlBlaster::util::MethodName::DUMMY

Definition at line 25 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::DUMMY = "dummy"

Definition at line 25 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::ERASE

Definition at line 16 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::erase().

const std::string org::xmlBlaster::util::MethodName::ERASE = "erase"

Definition at line 16 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::erase().

const std::string org::xmlBlaster::util::MethodName::GET

Definition at line 15 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::GET = "get"

Definition at line 15 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::PING

Definition at line 24 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::PING = "ping"

Definition at line 24 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::PUBLISH

Definition at line 17 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::queue::SQLiteQueuePlugin::peekWithSamePriority(), and org::xmlBlaster::util::dispatch::ConnectionsHandler::publish().

const std::string org::xmlBlaster::util::MethodName::PUBLISH = "publish"

Definition at line 17 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::queue::SQLiteQueuePlugin::peekWithSamePriority(), and org::xmlBlaster::util::dispatch::ConnectionsHandler::publish().

const std::string org::xmlBlaster::util::MethodName::PUBLISH_ARR

Definition at line 18 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::PUBLISH_ARR = "publishArr"

Definition at line 18 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::PUBLISH_ONEWAY

Definition at line 19 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::PUBLISH_ONEWAY = "publishOneway"

Definition at line 19 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::SUBSCRIBE

Definition at line 20 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::subscribe().

const std::string org::xmlBlaster::util::MethodName::SUBSCRIBE = "subscribe"

Definition at line 20 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::subscribe().

const std::string org::xmlBlaster::util::MethodName::UNKNOWN

Definition at line 26 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::UNKNOWN = "unknown"

Definition at line 26 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::UNSUBSCRIBE

Definition at line 21 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::unSubscribe().

const std::string org::xmlBlaster::util::MethodName::UNSUBSCRIBE = "unSubscribe"

Definition at line 21 of file MethodName.cpp.

Referenced by org::xmlBlaster::util::dispatch::ConnectionsHandler::unSubscribe().

const std::string org::xmlBlaster::util::MethodName::UPDATE

Definition at line 22 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::UPDATE = "update"

Definition at line 22 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::UPDATE_ONEWAY

Definition at line 23 of file MethodName.cpp.

const std::string org::xmlBlaster::util::MethodName::UPDATE_ONEWAY = "updateOneway"

Definition at line 23 of file MethodName.cpp.