util/MethodName.cpp File Reference

Include dependency graph for MethodName.cpp:

Go to the source code of this file.

Namespaces

namespace  org
namespace  org::xmlBlaster
namespace  org::xmlBlaster::util
namespace  org::xmlBlaster::util::MethodName

Variables

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