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

Packages that use TransactionLog.StoreFuture
org.apache.qpid.server.store   
 

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

Fields in org.apache.qpid.server.store declared as TransactionLog.StoreFuture
static TransactionLog.StoreFuture MessageStore.IMMEDIATE_FUTURE
           
 

Methods in org.apache.qpid.server.store that return TransactionLog.StoreFuture
 TransactionLog.StoreFuture TransactionLog.Transaction.commitTranAsync()
          Commits all operations performed within a given transactional context.
 TransactionLog.StoreFuture DerbyMessageStore.commitTranAsync(org.apache.qpid.server.store.DerbyMessageStore.ConnectionWrapper connWrapper)
           
 TransactionLog.StoreFuture StoredMessage.flushToStore()
           
 TransactionLog.StoreFuture StoredMemoryMessage.flushToStore()
           
 



Licensed to the Apache Software Foundation