AcknowledgeMode enum name | cms::Session | |
AUTO_ACKNOWLEDGE enum value | cms::Session | |
CLIENT_ACKNOWLEDGE enum value | cms::Session | |
close()=0 | cms::Session | [pure virtual] |
commit()=0 | cms::Session | [pure virtual] |
createBytesMessage()=0 | cms::Session | [pure virtual] |
createBytesMessage(const unsigned char *bytes, std::size_t bytesSize)=0 | cms::Session | [pure virtual] |
createConsumer(const Destination *destination)=0 | cms::Session | [pure virtual] |
createConsumer(const Destination *destination, const std::string &selector)=0 | cms::Session | [pure virtual] |
createConsumer(const Destination *destination, const std::string &selector, bool noLocal)=0 | cms::Session | [pure virtual] |
createDurableConsumer(const Topic *destination, const std::string &name, const std::string &selector, bool noLocal=false)=0 | cms::Session | [pure virtual] |
createMapMessage()=0 | cms::Session | [pure virtual] |
createMessage()=0 | cms::Session | [pure virtual] |
createProducer(const Destination *destination)=0 | cms::Session | [pure virtual] |
createQueue(const std::string &queueName)=0 | cms::Session | [pure virtual] |
createTemporaryQueue()=0 | cms::Session | [pure virtual] |
createTemporaryTopic()=0 | cms::Session | [pure virtual] |
createTextMessage()=0 | cms::Session | [pure virtual] |
createTextMessage(const std::string &text)=0 | cms::Session | [pure virtual] |
createTopic(const std::string &topicName)=0 | cms::Session | [pure virtual] |
DUPS_OK_ACKNOWLEDGE enum value | cms::Session | |
getAcknowledgeMode() const=0 | cms::Session | [pure virtual] |
isTransacted() const=0 | cms::Session | [pure virtual] |
rollback()=0 | cms::Session | [pure virtual] |
SESSION_TRANSACTED enum value | cms::Session | |
unsubscribe(const std::string &name)=0 | cms::Session | [pure virtual] |
~Closeable() | cms::Closeable | [inline, virtual] |
~Session() | cms::Session | [inline, virtual] |