Uses of Interface
org.apache.qpid.jms.JmsTransactionContext
Packages that use JmsTransactionContext
-
Uses of JmsTransactionContext in org.apache.qpid.jms
Classes in org.apache.qpid.jms that implement JmsTransactionContextModifier and TypeClassDescriptionclassManages the details of a Session operating inside of a local JMS transaction.classUsed 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 JmsTransactionContextModifier and TypeMethodDescriptionJmsSession.getTransactionContext()Returns the transaction context of the session.Methods in org.apache.qpid.jms with parameters of type JmsTransactionContextModifier and TypeMethodDescriptionvoidJmsSession.setTransactionContext(JmsTransactionContext transactionContext) Sets the transaction context of the session.