|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transaction in org.jboss.jms.server.endpoint |
Methods in org.jboss.jms.server.endpoint with parameters of type Transaction | |
Delivery |
ServerConsumerEndpoint.handle(DeliveryObserver observer,
MessageReference ref,
Transaction tx)
|
Uses of Transaction in org.jboss.messaging.core |
Methods in org.jboss.messaging.core with parameters of type Transaction | |
void |
Delivery.acknowledge(Transaction tx)
|
void |
DeliveryObserver.acknowledge(Delivery d,
Transaction tx)
|
Delivery |
Receiver.handle(DeliveryObserver observer,
MessageReference reference,
Transaction tx)
A receiver can return an active, "done" or null delivery. |
Delivery |
ChannelSupport.handle(DeliveryObserver sender,
MessageReference ref,
Transaction tx)
|
void |
ChannelSupport.acknowledge(Delivery d,
Transaction tx)
|
protected Delivery |
ChannelSupport.handleInternal(DeliveryObserver sender,
MessageReference ref,
Transaction tx,
boolean persist)
|
protected void |
ChannelSupport.acknowledgeInternal(Delivery d,
Transaction tx,
boolean persist)
|
protected org.jboss.messaging.core.ChannelSupport.InMemoryCallback |
ChannelSupport.getCallback(Transaction tx)
|
void |
SimpleDelivery.acknowledge(Transaction tx)
|
Uses of Transaction in org.jboss.messaging.core.local |
Methods in org.jboss.messaging.core.local with parameters of type Transaction | |
Delivery |
PagingFilteredQueue.handle(DeliveryObserver sender,
MessageReference ref,
Transaction tx)
|
Delivery |
FirstReceiverPointToPointRouter.handle(DeliveryObserver observer,
MessageReference ref,
Transaction tx)
|
Delivery |
RoundRobinPointToPointRouter.handle(DeliveryObserver observer,
MessageReference ref,
Transaction tx)
|
Uses of Transaction in org.jboss.messaging.core.plugin |
Methods in org.jboss.messaging.core.plugin with parameters of type Transaction | |
void |
JDBCPersistenceManager.addReference(long channelID,
MessageReference ref,
Transaction tx)
|
void |
JDBCPersistenceManager.removeReference(long channelID,
MessageReference ref,
Transaction tx)
|
protected org.jboss.messaging.core.plugin.JDBCPersistenceManager.TransactionCallback |
JDBCPersistenceManager.getCallback(Transaction tx)
|
protected void |
JDBCPersistenceManager.handleBeforeCommit1PC(java.util.List refsToAdd,
java.util.List refsToRemove,
Transaction tx)
|
protected void |
JDBCPersistenceManager.handleBeforeCommit2PC(java.util.List refsToRemove,
Transaction tx)
|
protected void |
JDBCPersistenceManager.handleBeforePrepare(java.util.List refsToAdd,
java.util.List refsToRemove,
Transaction tx)
|
protected void |
JDBCPersistenceManager.handleBeforeRollback(java.util.List refsToAdd,
Transaction tx)
|
protected void |
JDBCPersistenceManager.addTXRecord(java.sql.Connection conn,
Transaction tx)
|
protected void |
JDBCPersistenceManager.removeTXRecord(java.sql.Connection conn,
Transaction tx)
|
protected void |
JDBCPersistenceManager.prepareToAddReference(long channelID,
MessageReference ref,
Transaction tx,
java.sql.PreparedStatement ps)
|
protected void |
JDBCPersistenceManager.prepareToRemoveReference(long channelID,
MessageReference ref,
Transaction tx,
java.sql.PreparedStatement ps)
|
protected void |
JDBCPersistenceManager.commitPreparedTransaction(Transaction tx,
java.sql.Connection conn)
|
protected void |
JDBCPersistenceManager.rollbackPreparedTransaction(Transaction tx,
java.sql.Connection conn)
|
Uses of Transaction in org.jboss.messaging.core.plugin.contract |
Methods in org.jboss.messaging.core.plugin.contract with parameters of type Transaction | |
boolean |
PostOffice.route(MessageReference ref,
Condition condition,
Transaction tx)
Route a reference. |
void |
PersistenceManager.addReference(long channelID,
MessageReference ref,
Transaction tx)
|
void |
PersistenceManager.removeReference(long channelID,
MessageReference ref,
Transaction tx)
|
Uses of Transaction in org.jboss.messaging.core.plugin.postoffice |
Methods in org.jboss.messaging.core.plugin.postoffice with parameters of type Transaction | |
boolean |
DefaultPostOffice.route(MessageReference ref,
Condition condition,
Transaction tx)
|
Uses of Transaction in org.jboss.messaging.core.plugin.postoffice.cluster |
Methods in org.jboss.messaging.core.plugin.postoffice.cluster with parameters of type Transaction | |
Delivery |
RemoteQueueStub.handle(DeliveryObserver observer,
MessageReference reference,
Transaction tx)
|
void |
RemoteQueueStub.acknowledge(Delivery d,
Transaction tx)
|
boolean |
DefaultClusteredPostOffice.route(MessageReference ref,
Condition condition,
Transaction tx)
|
Delivery |
DefaultRouter.handle(DeliveryObserver observer,
MessageReference ref,
Transaction tx)
|
Delivery |
RoundRobinRouter.handle(DeliveryObserver observer,
MessageReference ref,
Transaction tx)
|
Uses of Transaction in org.jboss.messaging.core.tx |
Methods in org.jboss.messaging.core.tx that return Transaction | |
Transaction |
TransactionRepository.getPreparedTx(javax.transaction.xa.Xid xid)
|
Transaction |
TransactionRepository.createTransaction(javax.transaction.xa.Xid xid)
|
Transaction |
TransactionRepository.createTransaction()
|
Methods in org.jboss.messaging.core.tx with parameters of type Transaction | |
void |
TransactionRepository.deleteTransaction(Transaction transaction)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |