|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
---|---|
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.transaction |
Uses of Transaction in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return Transaction | |
---|---|
Transaction |
ConnectionContext.getTransaction()
|
Transaction |
TransactionBroker.getTransaction(ConnectionContext context,
TransactionId xid,
boolean mightBePrepared)
|
Methods in org.apache.activemq.broker that return types with arguments of type Transaction | |
---|---|
ConcurrentHashMap<TransactionId,Transaction> |
ConnectionContext.getTransactions()
|
Methods in org.apache.activemq.broker with parameters of type Transaction | |
---|---|
void |
ConnectionContext.setTransaction(Transaction transaction)
|
Method parameters in org.apache.activemq.broker with type arguments of type Transaction | |
---|---|
void |
ConnectionContext.setTransactions(ConcurrentHashMap<TransactionId,Transaction> transactions)
|
Uses of Transaction in org.apache.activemq.transaction |
---|
Subclasses of Transaction in org.apache.activemq.transaction | |
---|---|
class |
LocalTransaction
|
class |
XATransaction
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |