Uses of Interface
org.quartz.core.JobRunShellFactory
Packages that use JobRunShellFactory
-
Uses of JobRunShellFactory in org.quartz.core
Classes in org.quartz.core that implement JobRunShellFactoryModifier and TypeClassDescriptionclassResponsible for creating the instances of aJobRunShellto be used within theQuartzSchedulerinstance.Methods in org.quartz.core that return JobRunShellFactoryModifier and TypeMethodDescriptionQuartzSchedulerResources.getJobRunShellFactory()Get thefor theJobRunShellFactoryto use.QuartzSchedulerMethods in org.quartz.core with parameters of type JobRunShellFactoryModifier and TypeMethodDescriptionvoidQuartzSchedulerResources.setJobRunShellFactory(JobRunShellFactory jobRunShellFactory) Set thefor theJobRunShellFactoryto use.QuartzScheduler