|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.configuration.support.ReferenceJobFactory
public class ReferenceJobFactory
A JobFactory that just keeps a reference to a Job. It never
modifies its Job.
| Constructor Summary | |
|---|---|
ReferenceJobFactory(Job job)
|
|
| Method Summary | |
|---|---|
Job |
createJob()
Just return the instance passed in on initialization. |
java.lang.String |
getJobName()
Returns the job name as passed in on initialization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceJobFactory(Job job)
job - the Job to return from createJob().| Method Detail |
|---|
public Job createJob()
createJob in interface JobFactoryJobFactory.createJob()public java.lang.String getJobName()
getJobName in interface JobFactoryJobFactory.getJobName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||