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

All Implemented Interfaces:
    JobRunShellFactory

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

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

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

    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)