Uses of Interface
org.apache.qpid.server.store.TransactionLog

Packages that use TransactionLog
org.apache.qpid.server   
org.apache.qpid.server.store   
org.apache.qpid.server.txn   
org.apache.qpid.server.virtualhost   
 

Uses of TransactionLog in org.apache.qpid.server
 

Constructors in org.apache.qpid.server with parameters of type TransactionLog
ExtractResendAndRequeue(UnacknowledgedMessageMap unacknowledgedMessageMap, Map<Long,QueueEntry> msgToRequeue, Map<Long,QueueEntry> msgToResend, boolean requeueIfUnabletoResend, TransactionLog txnLog)
           
 

Uses of TransactionLog in org.apache.qpid.server.store
 

Subinterfaces of TransactionLog in org.apache.qpid.server.store
 interface MessageStore
          MessageStore defines the interface to a storage area, which can be used to preserve the state of messages.
 

Classes in org.apache.qpid.server.store that implement TransactionLog
 class AbstractMessageStore
           
 class DerbyMessageStore
          An implementation of a MessageStore that uses Apache Derby as the persistance mechanism.
 class MemoryMessageStore
          A simple message store that stores the messages in a threadsafe structure in memory.
 

Methods in org.apache.qpid.server.store with parameters of type TransactionLog
 TransactionLogRecoveryHandler.QueueEntryRecoveryHandler TransactionLogRecoveryHandler.begin(TransactionLog log)
           
 

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

Constructors in org.apache.qpid.server.txn with parameters of type TransactionLog
AutoCommitTransaction(TransactionLog transactionLog)
           
LocalTransaction(TransactionLog transactionLog)
           
 

Uses of TransactionLog in org.apache.qpid.server.virtualhost
 

Methods in org.apache.qpid.server.virtualhost that return TransactionLog
 TransactionLog VirtualHost.getTransactionLog()
           
 TransactionLog VirtualHostImpl.getTransactionLog()
           
 

Methods in org.apache.qpid.server.virtualhost with parameters of type TransactionLog
 TransactionLogRecoveryHandler.QueueEntryRecoveryHandler VirtualHostConfigRecoveryHandler.begin(TransactionLog log)
           
 



Licensed to the Apache Software Foundation