|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQXid | |
org.codehaus.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.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.message | Message implementations |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.codehaus.activemq.service.impl | Default implementations of the services |
org.codehaus.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.codehaus.activemq.store.vm | VM based implementation of message persistence |
Uses of ActiveMQXid in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker that return ActiveMQXid | |
ActiveMQXid[] |
BrokerConnector.getPreparedTransactions(BrokerClient client)
Get all the Xids of the prepared XA transactions. |
ActiveMQXid[] |
BrokerContainer.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
ActiveMQXid[] |
Broker.getPreparedTransactions(BrokerClient client)
gets a list of all the prepared xa transactions. |
Methods in org.codehaus.activemq.broker with parameters of type ActiveMQXid | |
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 |
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 |
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.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl that return ActiveMQXid | |
ActiveMQXid[] |
DefaultBroker.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
ActiveMQXid[] |
BrokerConnectorImpl.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
ActiveMQXid[] |
BrokerContainerImpl.getPreparedTransactions(BrokerClient client)
Gets the prepared XA transactions. |
Methods in org.codehaus.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 |
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. |
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. |
Uses of ActiveMQXid in org.codehaus.activemq.message |
Methods in org.codehaus.activemq.message that return ActiveMQXid | |
static ActiveMQXid |
ActiveMQXid.fromBytes(byte[] data)
Deserializes the data into an Xid |
static ActiveMQXid |
ActiveMQXid.read(DataInput dataIn)
Reads the Xid from a stream |
ActiveMQXid |
XATransactionInfo.getXid()
|
Methods in org.codehaus.activemq.message with parameters of type ActiveMQXid | |
void |
XATransactionInfo.setXid(ActiveMQXid xid)
|
Uses of ActiveMQXid in org.codehaus.activemq.service |
Methods in org.codehaus.activemq.service that return ActiveMQXid | |
ActiveMQXid[] |
TransactionManager.getPreparedXATransactions()
|
Methods in org.codehaus.activemq.service with parameters of type ActiveMQXid | |
Transaction |
TransactionManager.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
Transaction |
TransactionManager.getXATransaction(ActiveMQXid xid)
|
void |
TransactionManager.loadTransaction(ActiveMQXid xid,
Transaction transaction)
Called on restart when recovering prepared transactions to reload a transaction from persistent store |
Uses of ActiveMQXid in org.codehaus.activemq.service.impl |
Methods in org.codehaus.activemq.service.impl that return ActiveMQXid | |
ActiveMQXid[] |
TransactionManagerImpl.getPreparedXATransactions()
|
Methods in org.codehaus.activemq.service.impl with parameters of type ActiveMQXid | |
Transaction |
TransactionManagerImpl.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
Transaction |
TransactionManagerImpl.getXATransaction(ActiveMQXid xid)
|
void |
TransactionManagerImpl.loadTransaction(ActiveMQXid xid,
Transaction transaction)
|
Constructors in org.codehaus.activemq.service.impl with parameters of type ActiveMQXid | |
XATransactionCommand(Broker broker,
ActiveMQXid xid,
Map xaTxs,
PreparedTransactionStore preparedTransactions)
|
Uses of ActiveMQXid in org.codehaus.activemq.store |
Methods in org.codehaus.activemq.store that return ActiveMQXid | |
ActiveMQXid[] |
PreparedTransactionStore.getXids()
|
Methods in org.codehaus.activemq.store with parameters of type ActiveMQXid | |
void |
PreparedTransactionStore.remove(ActiveMQXid xid)
|
void |
PreparedTransactionStore.put(ActiveMQXid xid,
Transaction transaction)
|
Uses of ActiveMQXid in org.codehaus.activemq.store.vm |
Methods in org.codehaus.activemq.store.vm that return ActiveMQXid | |
ActiveMQXid[] |
VMPreparedTransactionStoreImpl.getXids()
|
Methods in org.codehaus.activemq.store.vm with parameters of type ActiveMQXid | |
void |
VMPreparedTransactionStoreImpl.remove(ActiveMQXid xid)
|
void |
VMPreparedTransactionStoreImpl.put(ActiveMQXid xid,
Transaction transaction)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |