public class JsrFlowFactoryBean extends SimpleFlowFactoryBean
SimpleFlowFactoryBean that provides JsrStepState
implementations for JSR-352 based jobs.SimpleFlowFactoryBean.DelegateState| Constructor and Description |
|---|
JsrFlowFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected State |
createNewStepState(State state,
java.lang.String oldName,
java.lang.String stateName)
Provides an extension point to provide alternative
StepState
implementations within a SimpleFlow |
afterPropertiesSet, getObject, getObjectType, isSingleton, setFlowType, setName, setStateTransitionComparator, setStateTransitionsprotected State createNewStepState(State state, java.lang.String oldName, java.lang.String stateName)
SimpleFlowFactoryBeanStepState
implementations within a SimpleFlowcreateNewStepState in class SimpleFlowFactoryBeanstate - The state that will be used to create the StepStateoldName - The name to be replacedstateName - The name for the new State