Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.transaction |
Modifier and Type | Method and Description |
---|---|
Transaction |
ConnectionContext.getTransaction() |
Transaction |
TransactionBroker.getTransaction(ConnectionContext context,
TransactionId xid,
boolean mightBePrepared) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ConcurrentHashMap<TransactionId,Transaction> |
ConnectionContext.getTransactions() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setTransaction(Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setTransactions(java.util.concurrent.ConcurrentHashMap<TransactionId,Transaction> transactions) |
Modifier and Type | Class and Description |
---|---|
class |
LocalTransaction |
class |
XATransaction |
Copyright © 2005-2012. All Rights Reserved.