| 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,
org.apache.activemq.command.TransactionId xid,
boolean mightBePrepared) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<org.apache.activemq.command.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<org.apache.activemq.command.TransactionId,Transaction> transactions) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTransaction |
class |
XATransaction |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.