|
Prevayler™
The Free Software Prevalence Layer |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Prevayler in org.prevayler |
Methods in org.prevayler that return Prevayler | |
static Prevayler |
PrevaylerFactory.createPrevayler(java.io.Serializable newPrevalentSystem)
Creates a Prevayler that will use a directory called "PrevalenceBase" under the current directory to read and write its .snapshot and .transactionLog files. |
static Prevayler |
PrevaylerFactory.createPrevayler(java.io.Serializable newPrevalentSystem,
java.lang.String prevalenceBase)
Creates a Prevayler that will use the given prevalenceBase directory to read and write its .snapshot and .transactionLog files. |
static Prevayler |
PrevaylerFactory.createTransientPrevayler(java.io.Serializable newPrevalentSystem)
Creates a Prevayler that will execute Transactions WITHOUT writing them to disk. |
static Prevayler |
PrevaylerFactory.createTransientPrevayler(java.io.Serializable newPrevalentSystem,
java.lang.String snapshotDirectory)
Deprecated. Use createCheckpointPrevayler() instead of this method. Deprecated since Prevayler2.00.001. |
static Prevayler |
PrevaylerFactory.createCheckpointPrevayler(java.io.Serializable newPrevalentSystem,
java.lang.String snapshotDirectory)
Creates a Prevayler that will execute Transactions WITHOUT writing them to disk. |
Prevayler |
PrevaylerFactory.create()
Returns a Prevayler created according to what was defined by calls to the configuration methods above. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |