org.apache.qpid.server.store
Interface TransactionLog
- All Known Subinterfaces:
- MessageStore
- All Known Implementing Classes:
- AbstractMessageStore, DerbyMessageStore, MemoryMessageStore
public interface TransactionLog
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