Save This Page
Home » quartz-1.6.0 » org.quartz.ee » jta » [javadoc | source]
org.quartz.ee.jta
public class: JTAJobRunShellFactory [javadoc | source]
java.lang.Object
   org.quartz.ee.jta.JTAJobRunShellFactory

All Implemented Interfaces:
    JobRunShellFactory

Responsible for creating the instances of org.quartz.ee.jta.JTAJobRunShell to be used within the org.quartz.core.QuartzScheduler instance.

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

Constructor:
 public JTAJobRunShellFactory() 
Method from org.quartz.ee.jta.JTAJobRunShellFactory Summary:
borrowJobRunShell,   initialize,   returnJobRunShell
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.ee.jta.JTAJobRunShellFactory Detail:
 public JobRunShell borrowJobRunShell() 
 public  void initialize(Scheduler scheduler,
    SchedulingContext schedCtxt) throws SchedulerConfigException 

    Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.

 public  void returnJobRunShell(JobRunShell jobRunShell)