Prevayler™
The Free Software
Prevalence Layer

Uses of Interface
org.prevayler.Prevayler

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.
 



'Prevayler' is a trademark of Klaus Wuestefeld.
Copyleft 2001-2004 Klaus Wuestefeld.