Uses of Class org.quartz.SchedulerContext (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.SchedulerContext

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 QuartzScheduler.getSchedulerContext()
           Returns the SchedulerContext of the Scheduler.
 SchedulerContext RemotableQuartzScheduler.getSchedulerContext()
           
 

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.
 



Copyright 2001-2011, Terracotta, Inc.