Uses of Package
org.springframework.webflow.execution.repository

Packages that use org.springframework.webflow.execution.repository
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
org.springframework.webflow.execution.repository The flow execution repository subsystem for saving, and restoring managed flow executions. 
org.springframework.webflow.execution.repository.continuation Implementation of continuation-based flow execution repositories. 
org.springframework.webflow.execution.repository.support General purpose implementation assistance for flow execution repositories. 
org.springframework.webflow.executor High-level executors for driving the execution of flow definitions. 
org.springframework.webflow.executor.jsf The integration layer between Spring Web Flow and Java Server Faces (JSF). 
 

Classes in org.springframework.webflow.execution.repository used by org.springframework.webflow.config
FlowExecutionRepository
          Central subsystem interface responsible for the saving and restoring of flow executions, where each flow execution represents a state of an active flow definition.
 

Classes in org.springframework.webflow.execution.repository used by org.springframework.webflow.execution.repository
FlowExecutionAccessException
          Base class for exceptions that indicate a flow execution could not be accessed within a repository.
FlowExecutionKey
          A key that uniquely identifies a flow execution in a managed FlowExecutionRepository.
FlowExecutionLock
          A pessmistic lock to obtain exclusive rights to a flow execution.
FlowExecutionRepositoryException
          The root of the FlowExecutionRepository exception hierarchy.
 

Classes in org.springframework.webflow.execution.repository used by org.springframework.webflow.execution.repository.continuation
FlowExecutionKey
          A key that uniquely identifies a flow execution in a managed FlowExecutionRepository.
FlowExecutionRepository
          Central subsystem interface responsible for the saving and restoring of flow executions, where each flow execution represents a state of an active flow definition.
FlowExecutionRepositoryException
          The root of the FlowExecutionRepository exception hierarchy.
FlowExecutionRestorationFailureException
          Thrown when the flow execution with the persistent identifier provided could not be restored.
 

Classes in org.springframework.webflow.execution.repository used by org.springframework.webflow.execution.repository.support
FlowExecutionKey
          A key that uniquely identifies a flow execution in a managed FlowExecutionRepository.
FlowExecutionLock
          A pessmistic lock to obtain exclusive rights to a flow execution.
FlowExecutionRepository
          Central subsystem interface responsible for the saving and restoring of flow executions, where each flow execution represents a state of an active flow definition.
FlowExecutionRepositoryException
          The root of the FlowExecutionRepository exception hierarchy.
NoSuchFlowExecutionException
          Thrown when the flow execution with the persistent identifier provided could not be found.
 

Classes in org.springframework.webflow.execution.repository used by org.springframework.webflow.executor
FlowExecutionRepository
          Central subsystem interface responsible for the saving and restoring of flow executions, where each flow execution represents a state of an active flow definition.
 

Classes in org.springframework.webflow.execution.repository used by org.springframework.webflow.executor.jsf
FlowExecutionAccessException
          Base class for exceptions that indicate a flow execution could not be accessed within a repository.
FlowExecutionKey
          A key that uniquely identifies a flow execution in a managed FlowExecutionRepository.
FlowExecutionLock
          A pessmistic lock to obtain exclusive rights to a flow execution.
FlowExecutionRepository
          Central subsystem interface responsible for the saving and restoring of flow executions, where each flow execution represents a state of an active flow definition.
 



Copyright © 2009 Spring Framework. All Rights Reserved.