|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchedulerContext | |
---|---|
org.quartz | The main package of Quartz, containing the client-side interfaces. |
org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. |
org.quartz.impl | Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. |
Uses of SchedulerContext in org.quartz |
---|
Methods in org.quartz that return SchedulerContext | |
---|---|
SchedulerContext |
Scheduler.getContext()
Returns the SchedulerContext of the Scheduler . |
Uses of SchedulerContext in org.quartz.core |
---|
Methods in org.quartz.core that return SchedulerContext | |
---|---|
SchedulerContext |
RemotableQuartzScheduler.getSchedulerContext()
|
SchedulerContext |
QuartzScheduler.getSchedulerContext()
Returns the SchedulerContext of the Scheduler . |
Uses of SchedulerContext in org.quartz.impl |
---|
Methods in org.quartz.impl that return SchedulerContext | |
---|---|
SchedulerContext |
RemoteScheduler.getContext()
Returns the SchedulerContext of the Scheduler . |
SchedulerContext |
StdScheduler.getContext()
Returns the SchedulerContext of the Scheduler . |
SchedulerContext |
RemoteMBeanScheduler.getContext()
Returns the SchedulerContext of the Scheduler . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |