public class JsrStepContextFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean<javax.batch.runtime.context.StepContext>, org.springframework.beans.factory.InitializingBean
FactoryBean
implementation used to create StepContext
instances within the step scope.Constructor and Description |
---|
JsrStepContextFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
javax.batch.runtime.context.StepContext |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
remove() |
protected void |
setBatchPropertyContext(BatchPropertyContext batchPropertyContext) |
protected void setBatchPropertyContext(BatchPropertyContext batchPropertyContext)
public javax.batch.runtime.context.StepContext getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<javax.batch.runtime.context.StepContext>
java.lang.Exception
public java.lang.Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<javax.batch.runtime.context.StepContext>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<javax.batch.runtime.context.StepContext>
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public void remove()