#include <src/main/activemq/core/ActiveMQXAConnection.h>

Public Member Functions | |||||||
| ActiveMQXAConnection (const Pointer< transport::Transport > &transport, const Pointer< decaf::util::Properties > &properties) | |||||||
| virtual | ~ActiveMQXAConnection () | ||||||
| virtual cms::XASession * | createXASession () | ||||||
| Creates an XASession object. | |||||||
| virtual cms::Session * | createSession (cms::Session::AcknowledgeMode ackMode) | ||||||
Creates a new Session to work for this Connection using the specified acknowledgment mode.
| |||||||
| activemq::core::ActiveMQXAConnection::ActiveMQXAConnection | ( | const Pointer< transport::Transport > & | transport, | |
| const Pointer< decaf::util::Properties > & | properties | |||
| ) |
| virtual activemq::core::ActiveMQXAConnection::~ActiveMQXAConnection | ( | ) | [virtual] |
| virtual cms::Session* activemq::core::ActiveMQXAConnection::createSession | ( | cms::Session::AcknowledgeMode | ackMode | ) | [virtual] |
Creates a new Session to work for this Connection using the specified acknowledgment mode.
| ackMode | the Acknowledgment Mode to use. |
| CMSException |
Reimplemented from activemq::core::ActiveMQConnection.
| virtual cms::XASession* activemq::core::ActiveMQXAConnection::createXASession | ( | ) | [virtual] |
Creates an XASession object.
| CMSException | If the XAConnection object fails to create the XASession instance due to an internal error. |
Implements cms::XAConnection.
1.6.1