Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.quartz.core.JobRunShellFactory

Uses of JobRunShellFactory in org.quartz.core
 

Fields in org.quartz.core declared as JobRunShellFactory
protected  JobRunShellFactory JobRunShell.jobRunShellFactory
           
private  JobRunShellFactory QuartzSchedulerResources.jobRunShellFactory
           
 

Methods in org.quartz.core that return JobRunShellFactory
 JobRunShellFactory QuartzSchedulerResources.getJobRunShellFactory()
           Get the JobRunShellFactory for the QuartzScheduler to use.
 

Methods in org.quartz.core with parameters of type JobRunShellFactory
 void QuartzSchedulerResources.setJobRunShellFactory(JobRunShellFactory jobRunShellFactory)
           Set the JobRunShellFactory for the QuartzScheduler to use.
 

Constructors in org.quartz.core with parameters of type JobRunShellFactory
JobRunShell(JobRunShellFactory jobRunShellFactory, org.quartz.Scheduler scheduler, SchedulingContext schdCtxt)
           Create a JobRunShell instance with the given settings.