|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.quartz.impl | |
---|---|
org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. |
org.quartz.ee.jmx.jboss | |
org.quartz.ee.servlet | |
org.quartz.impl | Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. |
Classes in org.quartz.impl used by org.quartz.core | |
---|---|
JobExecutionContextImpl
|
Classes in org.quartz.impl used by org.quartz.ee.jmx.jboss | |
---|---|
RemoteMBeanScheduler
An implementation of the Scheduler interface that remotely
proxies all method calls to the equivalent call on a given QuartzScheduler
instance, via JMX. |
Classes in org.quartz.impl used by org.quartz.ee.servlet | |
---|---|
StdSchedulerFactory
An implementation of that
does all of its work of creating a QuartzScheduler instance
based on the contents of a Properties file. |
Classes in org.quartz.impl used by org.quartz.impl | |
---|---|
DirectSchedulerFactory
A singleton implementation of . |
|
SchedulerRepository
Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups - all within a ClassLoader space. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |