Uses of Interface
org.apache.qpid.server.txn.ServerTransaction

Packages that use ServerTransaction
org.apache.qpid.server.queue   
org.apache.qpid.server.txn   
 

Uses of ServerTransaction in org.apache.qpid.server.queue
 

Methods in org.apache.qpid.server.queue with parameters of type ServerTransaction
 void AMQQueue.copyMessagesToAnotherQueue(long fromMessageId, long toMessageId, String queueName, ServerTransaction transaction)
           
 void SimpleAMQQueue.copyMessagesToAnotherQueue(long fromMessageId, long toMessageId, String queueName, ServerTransaction txn)
           
 void AMQQueue.moveMessagesToAnotherQueue(long fromMessageId, long toMessageId, String queueName, ServerTransaction transaction)
           
 void SimpleAMQQueue.moveMessagesToAnotherQueue(long fromMessageId, long toMessageId, String queueName, ServerTransaction txn)
           
 

Uses of ServerTransaction in org.apache.qpid.server.txn
 

Classes in org.apache.qpid.server.txn that implement ServerTransaction
 class AutoCommitTransaction
           
 class LocalTransaction
           
 



Licensed to the Apache Software Foundation