Package | Description |
---|---|
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.
|
org.quartz.listeners | |
org.quartz.plugins.history | |
org.quartz.xml |
Modifier and Type | Method and Description |
---|---|
JobListener |
Scheduler.getGlobalJobListener(java.lang.String name)
Get the global
that has
the given name. |
JobListener |
Scheduler.getJobListener(java.lang.String name)
Get the non-global
that has
the given name. |
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.addGlobalJobListener(JobListener jobListener)
Add the given
to the Scheduler 's
global list. |
void |
Scheduler.addJobListener(JobListener jobListener)
|
boolean |
Scheduler.removeGlobalJobListener(JobListener jobListener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JobListener |
RemotableQuartzScheduler.getGlobalJobListener(java.lang.String name) |
JobListener |
QuartzScheduler.getGlobalJobListener(java.lang.String name)
Get the global
that has the given name. |
JobListener |
RemotableQuartzScheduler.getJobListener(java.lang.String name) |
JobListener |
QuartzScheduler.getJobListener(java.lang.String name)
Get the non-global
that has the given name. |
Modifier and Type | Method and Description |
---|---|
void |
RemotableQuartzScheduler.addGlobalJobListener(JobListener jobListener) |
void |
QuartzScheduler.addGlobalJobListener(JobListener jobListener)
Add the given
to the
Scheduler 'sglobal list. |
void |
RemotableQuartzScheduler.addJobListener(JobListener jobListener) |
void |
QuartzScheduler.addJobListener(JobListener jobListener)
|
boolean |
QuartzScheduler.removeGlobalJobListener(JobListener jobListener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JobListener |
StdScheduler.getGlobalJobListener(java.lang.String name)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
JobListener |
RemoteScheduler.getGlobalJobListener(java.lang.String name)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
JobListener |
RemoteMBeanScheduler.getGlobalJobListener(java.lang.String name)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
JobListener |
StdScheduler.getJobListener(java.lang.String name)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
JobListener |
RemoteScheduler.getJobListener(java.lang.String name)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
JobListener |
RemoteMBeanScheduler.getJobListener(java.lang.String name)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
Modifier and Type | Method and Description |
---|---|
void |
StdScheduler.addGlobalJobListener(JobListener jobListener)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
void |
RemoteScheduler.addGlobalJobListener(JobListener jobListener)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
void |
RemoteMBeanScheduler.addGlobalJobListener(JobListener jobListener)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
void |
StdScheduler.addJobListener(JobListener jobListener)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
void |
RemoteScheduler.addJobListener(JobListener jobListener)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
void |
RemoteMBeanScheduler.addJobListener(JobListener jobListener)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
boolean |
StdScheduler.removeGlobalJobListener(JobListener jobListener)
Deprecated.
|
boolean |
RemoteScheduler.removeGlobalJobListener(JobListener jobListener)
Deprecated.
|
boolean |
RemoteMBeanScheduler.removeGlobalJobListener(JobListener jobListener)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterAndBroadcastJobListener
Holds a List of references to JobListener instances and broadcasts all
events to them (in order) - if the event is not excluded via filtering
(read on).
|
class |
JobChainingJobListener
Keeps a collection of mappings of which Job to trigger after the completion
of a given job.
|
class |
JobListenerSupport
A helpful abstract base class for implementors of
. |
Modifier and Type | Method and Description |
---|---|
void |
FilterAndBroadcastJobListener.addListener(JobListener listener) |
boolean |
FilterAndBroadcastJobListener.removeListener(JobListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingJobHistoryPlugin
Logs a history of all job executions (and execution vetos) via the
Jakarta Commons-Logging framework.
|
Modifier and Type | Method and Description |
---|---|
void |
JobSchedulingDataProcessor.addListenerToSchedule(JobListener listener) |