Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.webflow.execution.repository.snapshot Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AbstractSnapshottingFlowExecutionRepositoryBase class for repositories that take flow execution snapshots using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotA snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotFactoryA factory for creating different FlowExecutionSnapshot implementations.Interfaceorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SerializedFlowExecutionSnapshotA snapshot implementation that is based on standard Java serialization, created by aSerializedFlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SerializedFlowExecutionSnapshotFactoryA factory that creates new instances of flow execution snapshots based on standard Java serialization.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SimpleFlowExecutionSnapshotFactoryA factory that creates new flow execution snapshot instances that simply wraps an underlying flow execution instance.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotCreationExceptionThrown when a continuation snapshot could not be taken of flow execution state.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotNotFoundExceptionThrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot thathas since been removed.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotUnmarshalExceptionThrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow