|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionContext | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
Uses of TransactionContext in org.apache.activemq |
---|
Methods in org.apache.activemq that return TransactionContext | |
---|---|
TransactionContext |
ActiveMQSession.getTransactionContext()
Returns the transaction context of the session. |
Methods in org.apache.activemq with parameters of type TransactionContext | |
---|---|
void |
ActiveMQSession.setTransactionContext(TransactionContext transactionContext)
Sets the transaction context of the session. |
Uses of TransactionContext in org.apache.activemq.ra |
---|
Subclasses of TransactionContext in org.apache.activemq.ra | |
---|---|
class |
ManagedTransactionContext
Allows us to switch between using a shared transaction context, or using a local transaction context. |
Methods in org.apache.activemq.ra that return TransactionContext | |
---|---|
TransactionContext |
ActiveMQManagedConnection.getTransactionContext()
|
Constructors in org.apache.activemq.ra with parameters of type TransactionContext | |
---|---|
LocalAndXATransaction(TransactionContext transactionContext)
|
|
ManagedTransactionContext(TransactionContext sharedContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |