|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ActiveMQXid | |
| org.activemq.broker | The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. |
| org.activemq.broker.impl | The default implementation of the JMS Broker |
| org.activemq.message | Message implementations |
| org.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
| org.activemq.service.impl | Default implementations of the services |
| org.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
| org.activemq.store.jdbc | Message persistence implemented using JDBC |
| org.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
| Uses of ActiveMQXid in org.activemq.broker |
| Methods in org.activemq.broker that return ActiveMQXid | |
ActiveMQXid[] |
BrokerContainer.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
ActiveMQXid[] |
BrokerConnector.getPreparedTransactions(BrokerClient client)
Get all the Xids of the prepared XA transactions. |
ActiveMQXid[] |
Broker.getPreparedTransactions(BrokerClient client)
gets a list of all the prepared xa transactions. |
| Methods in org.activemq.broker with parameters of type ActiveMQXid | |
void |
BrokerContainer.startTransaction(BrokerClient client,
ActiveMQXid xid)
Start an XA transaction. |
int |
BrokerContainer.prepareTransaction(BrokerClient client,
ActiveMQXid xid)
Prepare an XA transaction. |
void |
BrokerContainer.rollbackTransaction(BrokerClient client,
ActiveMQXid xid)
Rollback an XA transaction. |
void |
BrokerContainer.commitTransaction(BrokerClient client,
ActiveMQXid xid,
boolean onePhase)
Commit an XA transaction. |
void |
BrokerConnector.startTransaction(BrokerClient client,
ActiveMQXid xid)
Start an XA transaction |
int |
BrokerConnector.prepareTransaction(BrokerClient client,
ActiveMQXid xid)
Prepare an XA transaction. |
void |
BrokerConnector.rollbackTransaction(BrokerClient client,
ActiveMQXid xid)
Rollback an XA transaction. |
void |
BrokerConnector.commitTransaction(BrokerClient client,
ActiveMQXid xid,
boolean onePhase)
Commit an XA transaction. |
void |
Broker.startTransaction(BrokerClient client,
ActiveMQXid xid)
|
int |
Broker.prepareTransaction(BrokerClient client,
ActiveMQXid xid)
|
void |
Broker.rollbackTransaction(BrokerClient client,
ActiveMQXid xid)
|
void |
Broker.commitTransaction(BrokerClient client,
ActiveMQXid xid,
boolean onePhase)
|
| Uses of ActiveMQXid in org.activemq.broker.impl |
| Methods in org.activemq.broker.impl that return ActiveMQXid | |
ActiveMQXid[] |
DefaultBroker.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
ActiveMQXid[] |
BrokerContainerImpl.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
ActiveMQXid[] |
BrokerConnectorImpl.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
| Methods in org.activemq.broker.impl with parameters of type ActiveMQXid | |
void |
DefaultBroker.startTransaction(BrokerClient client,
ActiveMQXid xid)
Starts an XA Transaction. |
int |
DefaultBroker.prepareTransaction(BrokerClient client,
ActiveMQXid xid)
Prepares an XA Transaciton. |
void |
DefaultBroker.rollbackTransaction(BrokerClient client,
ActiveMQXid xid)
Rollback an XA Transaction. |
void |
DefaultBroker.commitTransaction(BrokerClient client,
ActiveMQXid xid,
boolean onePhase)
Commit an XA Transaction. |
void |
BrokerContainerImpl.startTransaction(BrokerClient client,
ActiveMQXid xid)
Start an XA transaction. |
int |
BrokerContainerImpl.prepareTransaction(BrokerClient client,
ActiveMQXid xid)
Prepare an XA transaction. |
void |
BrokerContainerImpl.rollbackTransaction(BrokerClient client,
ActiveMQXid xid)
Rollback an XA transaction. |
void |
BrokerContainerImpl.commitTransaction(BrokerClient client,
ActiveMQXid xid,
boolean onePhase)
Commit an XA transaction. |
void |
BrokerConnectorImpl.startTransaction(BrokerClient client,
ActiveMQXid xid)
Start an XA transaction. |
int |
BrokerConnectorImpl.prepareTransaction(BrokerClient client,
ActiveMQXid xid)
Prepare an XA transaction. |
void |
BrokerConnectorImpl.rollbackTransaction(BrokerClient client,
ActiveMQXid xid)
Rollback an XA transaction. |
void |
BrokerConnectorImpl.commitTransaction(BrokerClient client,
ActiveMQXid xid,
boolean onePhase)
Commit an XA transaction. |
| Uses of ActiveMQXid in org.activemq.message |
| Methods in org.activemq.message that return ActiveMQXid | |
ActiveMQXid |
XATransactionInfo.getXid()
|
static ActiveMQXid |
ActiveMQXid.fromBytes(byte[] data)
Deserializes the data into an Xid |
static ActiveMQXid |
ActiveMQXid.read(java.io.DataInput dataIn)
Reads the Xid from a stream |
| Methods in org.activemq.message with parameters of type ActiveMQXid | |
void |
XATransactionInfo.setXid(ActiveMQXid xid)
|
| Uses of ActiveMQXid in org.activemq.service |
| Methods in org.activemq.service that return ActiveMQXid | |
abstract ActiveMQXid[] |
TransactionManager.getPreparedXATransactions()
|
| Methods in org.activemq.service with parameters of type ActiveMQXid | |
abstract Transaction |
TransactionManager.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
abstract Transaction |
TransactionManager.getXATransaction(ActiveMQXid xid)
|
| Uses of ActiveMQXid in org.activemq.service.impl |
| Methods in org.activemq.service.impl that return ActiveMQXid | |
ActiveMQXid[] |
TransactionManagerImpl.getPreparedXATransactions()
|
| Methods in org.activemq.service.impl with parameters of type ActiveMQXid | |
Transaction |
TransactionManagerImpl.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
Transaction |
TransactionManagerImpl.getXATransaction(ActiveMQXid xid)
|
| Constructors in org.activemq.service.impl with parameters of type ActiveMQXid | |
XATransactionCommand(ActiveMQXid xid,
java.util.Map xaTxs,
TransactionStore transactionStore)
|
|
| Uses of ActiveMQXid in org.activemq.store |
| Methods in org.activemq.store with parameters of type ActiveMQXid | |
void |
TransactionStore.RecoveryListener.recover(ActiveMQXid xid,
ActiveMQMessage[] addedMessages,
MessageAck[] aks)
|
| Uses of ActiveMQXid in org.activemq.store.jdbc |
| Methods in org.activemq.store.jdbc with parameters of type ActiveMQXid | |
void |
JDBCAdapter.doRemoveXid(java.sql.Connection c,
ActiveMQXid xid)
|
void |
JDBCAdapter.doAddXid(java.sql.Connection c,
ActiveMQXid xid)
|
| Uses of ActiveMQXid in org.activemq.store.jdbc.adapter |
| Methods in org.activemq.store.jdbc.adapter with parameters of type ActiveMQXid | |
void |
DefaultJDBCAdapter.doRemoveXid(java.sql.Connection c,
ActiveMQXid xid)
|
void |
DefaultJDBCAdapter.doAddXid(java.sql.Connection c,
ActiveMQXid xid)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||