|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowExecutionLock | |
---|---|
org.springframework.webflow.execution.repository | The flow execution repository subsystem for saving, and restoring managed flow executions. |
org.springframework.webflow.execution.repository.support | General purpose implementation assistance for flow execution repositories. |
org.springframework.webflow.executor.jsf | The integration layer between Spring Web Flow and Java Server Faces (JSF). |
Uses of FlowExecutionLock in org.springframework.webflow.execution.repository |
---|
Methods in org.springframework.webflow.execution.repository that return FlowExecutionLock | |
---|---|
FlowExecutionLock |
FlowExecutionRepository.getLock(FlowExecutionKey key)
Return the lock for the flow execution, allowing for the lock to be acquired or released. |
Uses of FlowExecutionLock in org.springframework.webflow.execution.repository.support |
---|
Methods in org.springframework.webflow.execution.repository.support that return FlowExecutionLock | |
---|---|
FlowExecutionLock |
AbstractConversationFlowExecutionRepository.getLock(FlowExecutionKey key)
|
Uses of FlowExecutionLock in org.springframework.webflow.executor.jsf |
---|
Methods in org.springframework.webflow.executor.jsf that return FlowExecutionLock | |
---|---|
FlowExecutionLock |
FlowExecutionHolder.getFlowExecutionLock()
Returns the flow execution lock |
Methods in org.springframework.webflow.executor.jsf with parameters of type FlowExecutionLock | |
---|---|
void |
FlowExecutionHolder.setFlowExecutionLock(FlowExecutionLock lock)
Sets the lock acquired on the flow execution |
Constructors in org.springframework.webflow.executor.jsf with parameters of type FlowExecutionLock | |
---|---|
FlowExecutionHolder(FlowExecutionKey flowExecutionKey,
FlowExecution flowExecution,
FlowExecutionLock flowExecutionLock)
Creates a new flow execution holder for a flow execution that has been restored from a repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |