Uses of Interface
org.quartz.core.JobRunShellFactory

Packages that use JobRunShellFactory
org.quartz.core Contains the core classes and interfaces for the Quartz job scheduler. 
org.quartz.ee.jta   
org.quartz.impl Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. 
 

Uses of JobRunShellFactory in org.quartz.core
 

Fields in org.quartz.core declared as JobRunShellFactory
protected  JobRunShellFactory JobRunShell.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, Scheduler scheduler, SchedulingContext schdCtxt)
           Create a JobRunShell instance with the given settings.
 

Uses of JobRunShellFactory in org.quartz.ee.jta
 

Classes in org.quartz.ee.jta that implement JobRunShellFactory
 class JTAJobRunShellFactory
           Responsible for creating the instances of JTAJobRunShell to be used within the QuartzScheduler instance.
 

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

Uses of JobRunShellFactory in org.quartz.impl
 

Classes in org.quartz.impl that implement JobRunShellFactory
 class StdJobRunShellFactory
           Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
 



Copyright 2001-2019, Terracotta, Inc.