org.apache.qpid.server.store
Interface TransactionLog

All Known Subinterfaces:
MessageStore
All Known Implementing Classes:
AbstractMessageStore, DerbyMessageStore, MemoryMessageStore

public interface TransactionLog


Nested Class Summary
static interface TransactionLog.StoreFuture
           
static interface TransactionLog.Transaction
           
 
Method Summary
 void configureTransactionLog(String name, TransactionLogRecoveryHandler recoveryHandler, Configuration storeConfiguration, LogSubject logSubject)
           
 TransactionLog.Transaction newTransaction()
           
 

Method Detail

configureTransactionLog

void configureTransactionLog(String name,
                             TransactionLogRecoveryHandler recoveryHandler,
                             Configuration storeConfiguration,
                             LogSubject logSubject)
                             throws Exception
Throws:
Exception

newTransaction

TransactionLog.Transaction newTransaction()


Licensed to the Apache Software Foundation