org.prevayler.implementation |
|
Java Source File Name | Type | Comment |
AbstractPrevalentSystem.java | Class | An implementation of the PrevalentSystem interface to be extended, if convenient. |
ByteCountStream.java | Class | A FileOutputStream that counts the number of bytes written and forces all buffers to synchronize with the underlying device when flushed. |
CommandInputStream.java | Class | Provides an easy API for reading commands and snapshots. |
CommandOutputStream.java | Class | Provides a simple API for writing commands and snapshots. |
NumberFileCreator.java | Class | Creates .log and .snapshot files using a number sequence for the file name. |
NumberFileFinder.java | Class | Finds the last .snapshot file by number and finds all the subsequent pending .log files. |
SnapshotPrevayler.java | Class | Provides transparent persistence for business objects. |
SystemClock.java | Class | An AlarmClock that uses the local system clock as its current-time source. |