Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
QuartzScheduler
This is the heart of Quartz, an indirect implementation of the
interface, containing methods to schedule s,
register instances, etc. |
Modifier and Type | Method and Description |
---|---|
protected RemotableQuartzScheduler |
RemoteScheduler.getRemoteScheduler() |
Copyright 2001-2019, Terracotta, Inc.