org.springframework.webflow.execution.repository.snapshot
Class FlowExecutionSnapshot

java.lang.Object
  extended by org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SerializedFlowExecutionSnapshot

public abstract class FlowExecutionSnapshot
extends Object
implements Serializable

A snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.

Author:
Erwin Vervaet, Keith Donald
See Also:
FlowExecutionSnapshotFactory, Serialized Form

Constructor Summary
FlowExecutionSnapshot()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowExecutionSnapshot

public FlowExecutionSnapshot()