|
|||||||||
| Home >> All >> org >> quartz >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.quartz.impl
| Class Summary | |
| DirectSchedulerFactory |
A singleton implementation of org.quartz.SchedulerFactory. |
| QuartzServer | Instantiates an instance of Quartz Scheduler as a stand-alone program, if the scheduler is configured for RMI it will be made available. |
| RemoteScheduler |
An implementation of the Scheduler interface that remotely
proxies all method calls to the equivalent call on a given QuartzScheduler
instance, via RMI. |
| SchedulerRepository | Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups - all within a ClassLoader space. |
| StdJobRunShellFactory |
Responsible for creating the instances of org.quartz.core.JobRunShell
to be used within the |
| StdScheduler |
An implementation of the Scheduler interface that directly
proxies all method calls to the equivalent call on a given QuartzScheduler
instance. |
| StdSchedulerFactory |
An implementation of org.quartz.SchedulerFactory that
does all of it's work of creating a QuartzScheduler instance
based on the contenents of a Properties file. |
|
|||||||||
| Home >> All >> org >> quartz >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||