org.prevayler.implementation.snapshot
Class NullSnapshotManager<P>

java.lang.Object
  extended by org.prevayler.implementation.snapshot.GenericSnapshotManager<P>
      extended by org.prevayler.implementation.snapshot.NullSnapshotManager<P>

public class NullSnapshotManager<P>
extends GenericSnapshotManager<P>


Constructor Summary
NullSnapshotManager(P newPrevalentSystem, String snapshotAttemptErrorMessage)
           
 
Method Summary
 File writeSnapshot(P prevalentSystem, long version)
           
 
Methods inherited from class org.prevayler.implementation.snapshot.GenericSnapshotManager
primarySerializer, recoveredPrevalentSystem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSnapshotManager

public NullSnapshotManager(P newPrevalentSystem,
                           String snapshotAttemptErrorMessage)
Method Detail

writeSnapshot

public File writeSnapshot(P prevalentSystem,
                          long version)
                   throws IOException
Overrides:
writeSnapshot in class GenericSnapshotManager<P>
Throws:
IOException


Copyright © 2001-2013. All Rights Reserved.