Uses of Class
org.jboss.messaging.core.impl.tx.Transaction

Packages that use Transaction
org.jboss.jms.server.endpoint   
org.jboss.messaging.core.contract   
org.jboss.messaging.core.impl   
org.jboss.messaging.core.impl.postoffice   
org.jboss.messaging.core.impl.tx   
 

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.contract
 

Methods in org.jboss.messaging.core.contract with parameters of type Transaction
 void DeliveryObserver.acknowledge(Delivery d, Transaction tx)
           
 void Delivery.acknowledge(Transaction tx)
           
 void PersistenceManager.addReference(long channelID, MessageReference ref, Transaction tx)
           
 Delivery Receiver.handle(DeliveryObserver observer, MessageReference reference, Transaction tx)
          A receiver can return an active, "done" or null delivery.
 void PersistenceManager.removeReference(long channelID, MessageReference ref, Transaction tx)
           
 boolean PostOffice.route(MessageReference ref, Condition condition, Transaction tx)
          Route a reference.
 

Uses of Transaction in org.jboss.messaging.core.impl
 

Methods in org.jboss.messaging.core.impl with parameters of type Transaction
 void ChannelSupport.acknowledge(Delivery d, Transaction tx)
           
 void SimpleDelivery.acknowledge(Transaction tx)
           
protected  void ChannelSupport.acknowledgeInternal(Delivery d, Transaction tx, boolean persist)
           
 void JDBCPersistenceManager.addReference(long channelID, MessageReference ref, Transaction tx)
           
protected  void JDBCPersistenceManager.addTXRecord(java.sql.Connection conn, Transaction tx)
           
protected  org.jboss.messaging.core.impl.JDBCPersistenceManager.TransactionCallback JDBCPersistenceManager.getCallback(Transaction tx)
           
protected  org.jboss.messaging.core.impl.ChannelSupport.InMemoryCallback ChannelSupport.getCallback(Transaction tx)
           
 Delivery ClusterRoundRobinDistributor.handle(DeliveryObserver observer, MessageReference ref, Transaction tx)
           
 Delivery FirstReceiverDistributor.handle(DeliveryObserver observer, MessageReference ref, Transaction tx)
           
 Delivery MessagingQueue.DistributorWrapper.handle(DeliveryObserver observer, MessageReference reference, Transaction tx)
           
 Delivery RoundRobinDistributor.handle(DeliveryObserver observer, MessageReference ref, Transaction tx)
           
 Delivery ChannelSupport.handle(DeliveryObserver sender, MessageReference ref, 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  Delivery ChannelSupport.handleInternal(DeliveryObserver sender, MessageReference ref, Transaction tx, boolean persist)
           
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)
           
 void JDBCPersistenceManager.removeReference(long channelID, MessageReference ref, Transaction tx)
           
protected  void JDBCPersistenceManager.removeTXRecord(java.sql.Connection conn, Transaction tx)
           
 

Uses of Transaction in org.jboss.messaging.core.impl.postoffice
 

Methods in org.jboss.messaging.core.impl.postoffice with parameters of type Transaction
 boolean MessagingPostOffice.route(MessageReference ref, Condition condition, Transaction tx)
           
 

Uses of Transaction in org.jboss.messaging.core.impl.tx
 

Methods in org.jboss.messaging.core.impl.tx that return Transaction
 Transaction TransactionRepository.createTransaction()
           
 Transaction TransactionRepository.createTransaction(javax.transaction.xa.Xid xid)
           
 Transaction TransactionRepository.getPreparedTx(javax.transaction.xa.Xid xid)
           
 

Methods in org.jboss.messaging.core.impl.tx with parameters of type Transaction
 void TransactionRepository.deleteTransaction(Transaction transaction)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.