#include <SessionInfo.h>
Inheritance diagram for activemq::connector::SessionInfo:
Public Member Functions | |
virtual | ~SessionInfo (void) |
virtual const std::string & | getConnectionId (void) const =0 |
virtual void | setConnectionId (const std::string &id)=0 |
virtual unsigned int | getSessionId (void) const =0 |
virtual void | setSessionId (const unsigned int id)=0 |
virtual void | setAckMode (cms::Session::AcknowledgeMode ackMode)=0 |
virtual cms::Session::AcknowledgeMode | getAckMode (void) const =0 |
virtual const TransactionInfo * | getTransactionInfo (void) const =0 |
virtual void | setTransactionInfo (const TransactionInfo *transaction)=0 |
|
|
|
Gets the Ack Mode of this Session
Implemented in activemq::connector::stomp::StompSessionInfo. |
|
Gets the Connection Id of the Connection that this consumer is using to receive its messages.
Implemented in activemq::connector::stomp::StompSessionInfo. |
|
Gets the Sessions Id value
Implemented in activemq::connector::stomp::StompSessionInfo. |
|
Gets the currently active transaction info, if this session is transacted, returns NULL when not transacted. You must call getAckMode and see if the session is transacted.
Implemented in activemq::connector::stomp::StompSessionInfo. |
|
Sets the Ack Mode of this Session Info object
Implemented in activemq::connector::stomp::StompSessionInfo. |
|
Sets the Connection Id of the Connection that this consumer is using to receive its messages.
Implemented in activemq::connector::stomp::StompSessionInfo. |
|
Sets the Session Id for this Session
Implemented in activemq::connector::stomp::StompSessionInfo. |
|
Sets the current transaction info for this session, this is nit used when the session is not transacted.
Implemented in activemq::connector::stomp::StompSessionInfo. |