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 |
---|---|
ConcurrentMap<TransactionId,Transaction> |
ConnectionContext.getTransactions() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setTransaction(Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setTransactions(ConcurrentMap<TransactionId,Transaction> transactions) |
Modifier and Type | Class and Description |
---|---|
class |
LocalTransaction |
class |
XATransaction |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.