net.jinx.db.transaction
Interface TransactionLogger


public interface TransactionLogger


Method Summary
 void logTransaction(Transaction transaction)
           
 void readSnapshot(SnapshotManager sm)
           
 void writeSnapshot(SnapshotManager sm)
           
 

Method Detail

writeSnapshot

void writeSnapshot(SnapshotManager sm)
                   throws java.io.IOException
Throws:
java.io.IOException

readSnapshot

void readSnapshot(SnapshotManager sm)
                  throws java.io.IOException
Throws:
java.io.IOException

logTransaction

void logTransaction(Transaction transaction)
                    throws java.io.IOException
Throws:
java.io.IOException