public class ComposedRunnerJobFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.Job>
Constructor and Description |
---|
ComposedRunnerJobFactory(ComposedTaskProperties properties) |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.core.Job |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public ComposedRunnerJobFactory(ComposedTaskProperties properties)
public org.springframework.batch.core.Job getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.Job>
Exception
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.Job>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.Job>
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.