


Public Member Functions | |
| MsgKeyBase (org::xmlBlaster::util::Global &global) | |
| Minimal constructor. | |
| MsgKeyBase (org::xmlBlaster::util::Global &global, const org::xmlBlaster::util::key::MsgKeyData &data) | |
| MsgKeyBase (const MsgKeyBase &key) | |
| MsgKeyBase & | operator= (const MsgKeyBase &key) |
| const org::xmlBlaster::util::key::MsgKeyData & | getData () const |
| org::xmlBlaster::util::Global & | getGlobal () |
| std::string | getOid () const |
| |
| std::string | getContentMime () const |
| Find out which mime type (syntax) the content of the message has. | |
| std::string | getContentMimeExtended () const |
| Some further specifying information of the content. | |
| std::string | getDomain () const |
| Access the domain setting. | |
| std::string | toXml (const std::string &extraOffset="") const |
| Dump state of this object into a XML ASCII std::string. | |
Protected Attributes | |
| std::string | ME |
| org::xmlBlaster::util::Global & | global_ |
| org::xmlBlaster::util::I_Log & | log_ |
| org::xmlBlaster::util::key::MsgKeyData | msgKeyData_ |
| subscribe(), get() and cluster configuration keys may contain a filter rule | |
Definition at line 26 of file MsgKeyBase.h.
| org::xmlBlaster::client::key::MsgKeyBase::MsgKeyBase | ( | org::xmlBlaster::util::Global & | global | ) |
| org::xmlBlaster::client::key::MsgKeyBase::MsgKeyBase | ( | org::xmlBlaster::util::Global & | global, | |
| const org::xmlBlaster::util::key::MsgKeyData & | data | |||
| ) |
| org::xmlBlaster::client::key::MsgKeyBase::MsgKeyBase | ( | const MsgKeyBase & | key | ) |
| MsgKeyBase& org::xmlBlaster::client::key::MsgKeyBase::operator= | ( | const MsgKeyBase & | key | ) |
| const org::xmlBlaster::util::key::MsgKeyData& org::xmlBlaster::client::key::MsgKeyBase::getData | ( | ) | const |
Referenced by org::xmlBlaster::test::TestKeys::testPublishKey().
| org::xmlBlaster::util::Global& org::xmlBlaster::client::key::MsgKeyBase::getGlobal | ( | ) |
Definition at line 53 of file MsgKeyBase.h.
| std::string org::xmlBlaster::client::key::MsgKeyBase::getOid | ( | ) | const |
Referenced by org::xmlBlaster::test::TestSub::update(), org::xmlBlaster::test::TestLeaveServer::update(), org::xmlBlaster::test::TestCommand::update(), org::xmlBlaster::test::SpecificCallback::update(), org::xmlBlaster::client::protocol::corba::DefaultCallback::update(), and SubscribeDemo::update().
| std::string org::xmlBlaster::client::key::MsgKeyBase::getContentMime | ( | ) | const |
Find out which mime type (syntax) the content of the message has.
Referenced by org::xmlBlaster::test::TestKeys::testPublishKey(), org::xmlBlaster::test::TestSub::update(), and TestEmptyContent::update().
| std::string org::xmlBlaster::client::key::MsgKeyBase::getContentMimeExtended | ( | ) | const |
Some further specifying information of the content.
For example the application version number the document in the content.
You may use this attribute for you own purposes.
Referenced by org::xmlBlaster::test::TestKeys::testPublishKey(), and org::xmlBlaster::test::TestSub::update().
| std::string org::xmlBlaster::client::key::MsgKeyBase::getDomain | ( | ) | const |
Access the domain setting.
| std::string org::xmlBlaster::client::key::MsgKeyBase::toXml | ( | const std::string & | extraOffset = "" |
) | const |
Dump state of this object into a XML ASCII std::string.
| extraOffset | indenting of tags for nice output |
Referenced by PublishDemo::publish(), org::xmlBlaster::test::TestKeys::testPublishKey(), org::xmlBlaster::test::TestFailsafe::update(), org::xmlBlaster::client::protocol::corba::DefaultCallback::update(), TestEmptyContent::update(), SubscribeDemo::update(), SpecificCallback::update(), and HelloWorld2::update().
std::string org::xmlBlaster::client::key::MsgKeyBase::ME [protected] |
Definition at line 29 of file MsgKeyBase.h.
Definition at line 30 of file MsgKeyBase.h.
Definition at line 31 of file MsgKeyBase.h.
org::xmlBlaster::util::key::MsgKeyData org::xmlBlaster::client::key::MsgKeyBase::msgKeyData_ [protected] |
subscribe(), get() and cluster configuration keys may contain a filter rule
Definition at line 36 of file MsgKeyBase.h.