Class ReferenceJobFactory

  • All Implemented Interfaces:
    JobFactory

    public class ReferenceJobFactory
    extends java.lang.Object
    implements JobFactory
    A JobFactory that just keeps a reference to a Job. It never modifies its Job.
    Author:
    Dave Syer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      JobcreateJob()
      Just return the instance passed in on initialization.
      java.lang.StringgetJobName()
      Just return the name of instance passed in on initialization.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait