Uses of Interface
org.apache.qpid.jms.JmsTransactionContext
-
Packages that use JmsTransactionContext Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes. -
-
Uses of JmsTransactionContext in org.apache.qpid.jms
Classes in org.apache.qpid.jms that implement JmsTransactionContext Modifier and Type Class Description classJmsLocalTransactionContextManages the details of a Session operating inside of a local JMS transaction.classJmsNoTxTransactionContextUsed in non-transacted JMS Sessions to throw proper errors indicating that the Session is not transacted and cannot be treated as such.Methods in org.apache.qpid.jms that return JmsTransactionContext Modifier and Type Method Description JmsTransactionContextJmsSession. getTransactionContext()Returns the transaction context of the session.Methods in org.apache.qpid.jms with parameters of type JmsTransactionContext Modifier and Type Method Description voidJmsSession. setTransactionContext(JmsTransactionContext transactionContext)Sets the transaction context of the session.
-