#include <TransactionInfo.h>
Inheritance diagram for activemq::connector::TransactionInfo:
Public Member Functions | |
virtual | ~TransactionInfo (void) |
virtual unsigned int | getTransactionId (void) const =0 |
virtual void | setTransactionId (const unsigned int id)=0 |
virtual const SessionInfo * | getSessionInfo (void) const =0 |
virtual void | setSessionInfo (const SessionInfo *session)=0 |
|
|
|
Gets the Session Info that this transaction is attached too
Implemented in activemq::connector::stomp::StompTransactionInfo, and activemq::core::ActiveMQTransaction. |
|
Gets the Transction Id
Implemented in activemq::connector::stomp::StompTransactionInfo, and activemq::core::ActiveMQTransaction. |
|
Gets the Session Info that this transaction is attached too
Implemented in activemq::connector::stomp::StompTransactionInfo, and activemq::core::ActiveMQTransaction. |
|
Sets the Transction Id
Implemented in activemq::connector::stomp::StompTransactionInfo, and activemq::core::ActiveMQTransaction. |