Uses of Interface org.quartz.core.JobRunShellFactory (Quartz Parent POM 2.0.1 API)

Quartz Java



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
 

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.
 

Uses of JobRunShellFactory in org.quartz.ee.jta
 

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

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-2011, Terracotta, Inc.