Uses of Interface org.quartz.core.RemotableQuartzScheduler (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Interface
org.quartz.core.RemotableQuartzScheduler

Packages that use RemotableQuartzScheduler
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 RemotableQuartzScheduler in org.quartz.core
 

Classes in org.quartz.core that implement RemotableQuartzScheduler
 class QuartzScheduler
           This is the heart of Quartz, an indirect implementation of the Scheduler interface, containing methods to schedule Jobs, register JobListener instances, etc.
 

Uses of RemotableQuartzScheduler in org.quartz.impl
 

Methods in org.quartz.impl that return RemotableQuartzScheduler
protected  RemotableQuartzScheduler RemoteScheduler.getRemoteScheduler()
           
 



Copyright 2001-2011, Terracotta, Inc.