|
activemq-cpp-3.9.0
|
#include <src/main/activemq/cmsutil/CmsTemplate.h>

Public Member Functions | |
| ResolveReceiveExecutor (CmsTemplate *parent, const std::string &selector, bool noLocal, const std::string &destinationName) | |
| virtual | ~ResolveReceiveExecutor () |
| virtual cms::Destination * | getDestination (cms::Session *session) |
Public Member Functions inherited from activemq::cmsutil::CmsTemplate::ReceiveExecutor | |
| ReceiveExecutor (CmsTemplate *parent, cms::Destination *destination, const std::string &selector, bool noLocal) | |
| virtual | ~ReceiveExecutor () |
| virtual void | doInCms (cms::Session *session) |
| Execute any number of operations against the supplied CMS session. More... | |
| virtual cms::Destination * | getDestination (cms::Session *session AMQCPP_UNUSED) |
| cms::Message * | getMessage () |
Public Member Functions inherited from activemq::cmsutil::SessionCallback | |
| virtual | ~SessionCallback () |
Additional Inherited Members | |
Protected Attributes inherited from activemq::cmsutil::CmsTemplate::ReceiveExecutor | |
| cms::Destination * | destination |
| std::string | selector |
| bool | noLocal |
| cms::Message * | message |
| CmsTemplate * | parent |
|
inline |
|
inlinevirtual |
|
virtual |