Spring Web Flow

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

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

public abstract class FlowExecutionSnapshot
extends java.lang.Object
implements java.io.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowExecutionSnapshot

public FlowExecutionSnapshot()

Spring Web Flow