AcknowledgeMode enum name | cms::Session | |
AUTO_ACKNOWLEDGE enum value | cms::Session | |
CLIENT_ACKNOWLEDGE enum value | cms::Session | |
close()=0 | cms::Closeable | [pure virtual] |
commit(void)=0 | cms::Session | [pure virtual] |
createBytesMessage(void)=0 | cms::Session | [pure virtual] |
createBytesMessage(const unsigned char *bytes, unsigned long 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] |
createDurableConsumer(const Topic *destination, const std::string &name, const std::string &selector, bool noLocal=false)=0 | cms::Session | [pure virtual] |
createMapMessage(void)=0 | cms::Session | [pure virtual] |
createMessage(void)=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(void)=0 | cms::Session | [pure virtual] |
createTemporaryTopic(void)=0 | cms::Session | [pure virtual] |
createTextMessage(void)=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(void) const =0 | cms::Session | [pure virtual] |
isTransacted(void) const =0 | cms::Session | [pure virtual] |
rollback(void)=0 | cms::Session | [pure virtual] |
SESSION_TRANSACTED enum value | cms::Session | |
~Closeable(void) | cms::Closeable | [inline, virtual] |
~Session(void) | cms::Session | [inline, virtual] |