Class JTAJobRunShellFactory

  • All Implemented Interfaces:
    JobRunShellFactory

    public class JTAJobRunShellFactory
    extends java.lang.Object
    implements JobRunShellFactory

    Responsible for creating the instances of JTAJobRunShell to be used within the QuartzScheduler instance.

    This implementation does not re-use any objects, it simply makes a new JTAJobRunShell each time borrowJobRunShell() is called.

    Author:
    James House