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

Packages that use Transaction
org.jboss.jms.server.endpoint   
org.jboss.messaging.core   
org.jboss.messaging.core.distributed.pipe   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.replicator   
org.jboss.messaging.core.local   
org.jboss.messaging.core.plugin   
org.jboss.messaging.core.plugin.contract   
org.jboss.messaging.core.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, Routable reference, Transaction tx)
           
protected  void ServerConsumerEndpoint.acknowledgeTransactionally(long messageID, Transaction tx)
           
protected  void ServerConsumerEndpoint.sendToDLQ(java.lang.Long messageID, Transaction tx)
           
protected  void ServerConnectionEndpoint.sendMessage(JBossMessage jbm, Transaction tx)
           
 

Uses of Transaction in org.jboss.messaging.core
 

Methods in org.jboss.messaging.core with parameters of type Transaction
 void DeliveryObserver.acknowledge(Delivery d, Transaction tx)
           
 java.util.Set Router.handle(DeliveryObserver observer, Routable routable, Transaction transaction)
          Returns a set of Delivery instances.
 Delivery Receiver.handle(DeliveryObserver observer, Routable routable, Transaction tx)
          A receiver can return an active, "done" or null delivery.
 Delivery ChannelSupport.handle(DeliveryObserver sender, Routable r, Transaction tx)
           
 void ChannelSupport.acknowledge(Delivery d, Transaction tx)
           
protected  Delivery ChannelSupport.handleInternal(DeliveryObserver sender, Routable r, Transaction tx)
           
protected  org.jboss.messaging.core.ChannelSupport.InMemoryCallback ChannelSupport.getCallback(Transaction tx)
           
 void SimpleDelivery.acknowledge(Transaction tx)
           
 void SingleReceiverDelivery.acknowledge(Transaction tx)
           
 

Uses of Transaction in org.jboss.messaging.core.distributed.pipe
 

Methods in org.jboss.messaging.core.distributed.pipe with parameters of type Transaction
 Delivery DistributedPipe.handle(DeliveryObserver observer, Routable r, Transaction tx)
           
 

Uses of Transaction in org.jboss.messaging.core.distributed.queue
 

Methods in org.jboss.messaging.core.distributed.queue with parameters of type Transaction
 Delivery RemoteQueue.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 

Uses of Transaction in org.jboss.messaging.core.distributed.replicator
 

Methods in org.jboss.messaging.core.distributed.replicator with parameters of type Transaction
 void ReplicatorOutput.MessageListenerImpl.acknowledge(Delivery d, Transaction tx)
           
 java.util.Set Replicator.handle(DeliveryObserver observer, Routable routable, Transaction tx)
          Returns a Set of Deliveries, a delivery for each replicator output in the group.
 

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

Methods in org.jboss.messaging.core.local with parameters of type Transaction
 java.util.Set PointToMultipointRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 Delivery Topic.handle(DeliveryObserver sender, Routable r, Transaction tx)
           
 java.util.Set SingleDestinationRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 java.util.Set FirstReceiverPointToPointRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 java.util.Set RoundRobinPointToPointRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 Delivery CoreSubscription.handle(DeliveryObserver sender, Routable r, 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
 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.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)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.