public class ReferenceJobFactory extends Object implements JobFactory
| Constructor and Description |
|---|
ReferenceJobFactory(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Job |
createJob()
Just return the instance passed in on initialization.
|
String |
getJobName()
Just return the name of instance passed in on initialization.
|
public ReferenceJobFactory(Job job)
job - the Job to return from createJob().public final Job createJob()
createJob in interface JobFactoryJobFactory.createJob()public String getJobName()
getJobName in interface JobFactoryJobFactory.getJobName()Copyright © 2013. All rights reserved.