Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E G H I J N O P Q R S T U V

A

addCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.core.QuartzScheduler
Add (register) the given Calendar to the Scheduler.
addCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addGlobalJobListener(JobListener) - Method in class org.quartz.core.QuartzScheduler
Add the given org.quartz.JobListener to the Scheduler'sglobal list.
addGlobalJobListener(JobListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addGlobalTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
Add the given org.quartz.TriggerListener to the Scheduler'sglobal list.
addGlobalTriggerListener(TriggerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addJob(SchedulingContext, JobDetail, boolean) - Method in class org.quartz.core.QuartzScheduler
Add the given Job to the Scheduler - with no associated Trigger.
addJob(SchedulingContext, JobDetail, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addJobListener(JobListener) - Method in class org.quartz.core.QuartzScheduler
Add the given org.quartz.JobListener to the Scheduler's list, of registered JobListeners.
addJobListener(JobListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
 
addSchedulerListener(SchedulerListener) - Method in class org.quartz.core.QuartzScheduler
Register the given org.quartz.SchedulerListener with the Scheduler.
addSchedulerListener(SchedulerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addSchedulerPlugin(SchedulerPlugin) - Method in class org.quartz.core.QuartzScheduler
Add the given org.quartz.spi.SchedulerPlugin to the Scheduler.
addTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
Add the given org.quartz.TriggerListener to the Scheduler's list, of registered TriggerListeners.
addTriggerListener(TriggerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 

B

begin() - Method in class org.quartz.core.JobRunShell
 
bind() - Method in class org.quartz.core.QuartzScheduler
Bind the scheduler to an RMI registry.
borrowJobRunShell() - Method in interface org.quartz.core.JobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
buildJobListenerList(String[]) - Method in class org.quartz.core.QuartzScheduler
 
buildTriggerListenerList(String[]) - Method in class org.quartz.core.QuartzScheduler
 

C

CREATE_REGISTRY_ALWAYS - Static variable in class org.quartz.core.QuartzSchedulerResources
 
CREATE_REGISTRY_AS_NEEDED - Static variable in class org.quartz.core.QuartzSchedulerResources
 
CREATE_REGISTRY_NEVER - Static variable in class org.quartz.core.QuartzSchedulerResources
 
closed - Variable in class org.quartz.core.QuartzScheduler
 
complete(boolean) - Method in class org.quartz.core.JobRunShell
 
completeTriggerRetryLoop(Trigger, JobDetail, int) - Method in class org.quartz.core.JobRunShell
 
context - Variable in class org.quartz.core.QuartzScheduler
 
ctxt - Variable in class org.quartz.core.QuartzSchedulerThread
 

D

DEFAULT_IDLE_WAIT_TIME - Static variable in class org.quartz.core.QuartzSchedulerThread
 
dbFailureRetryInterval - Variable in class org.quartz.core.QuartzSchedulerThread
 
deleteCalendar(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Delete the identified Calendar from the Scheduler.
deleteCalendar(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
deleteJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Delete the identified Job from the Scheduler - and any associated Triggers.
deleteJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 

E

ErrorLogger - class org.quartz.core.ErrorLogger.
 
ErrorLogger() - Constructor for class org.quartz.core.ErrorLogger
 
ExecutingJobsManager - class org.quartz.core.ExecutingJobsManager.
 
ExecutingJobsManager() - Constructor for class org.quartz.core.ExecutingJobsManager
 
errLogger - Variable in class org.quartz.core.QuartzScheduler
 
executingJobs - Variable in class org.quartz.core.ExecutingJobsManager
 

G

getCalendar(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Get the org.quartz.Calendar instance with the given name.
getCalendar(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getCalendarNames(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Get the names of all registered org.quartz.Calendars.
getCalendarNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getCurrentlyExecutingJobs() - Method in class org.quartz.core.QuartzScheduler
Return a list of JobExecutionContext objects that represent all currently executing Jobs.
getCurrentlyExecutingJobs() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getDbFailureRetryInterval() - Method in class org.quartz.core.QuartzSchedulerThread
 
getExecutingJobs() - Method in class org.quartz.core.ExecutingJobsManager
 
getGlobalJobListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the org.quartz.JobListener s in the Scheduler'sglobal list.
getGlobalJobListeners() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getGlobalTriggerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a list containing all of the org.quartz.TriggerListener s in the Scheduler'sglobal list.
getGlobalTriggerListeners() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getInstanceId() - Method in class org.quartz.core.QuartzSchedulerResources
Get the instance Id for the QuartzScheduler.
getInstanceId() - Method in class org.quartz.core.SchedulingContext
get the instanceId in the cluster.
getJobDetail(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get the org.quartz.JobDetail for the Job instance with the given name and group.
getJobDetail(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobGroupNames(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Get the names of all known org.quartz.Job groups.
getJobGroupNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the non-globalorg.quartz.JobListener that has the given name.
getJobListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobListenerNames() - Method in class org.quartz.core.QuartzScheduler
Get a Set containing the names of all the non-globalorg.quartz.JobListener s registered with the Scheduler.
getJobListenerNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobNames(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Get the names of all the org.quartz.Jobs in the given group.
getJobNames(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobRunShellFactory() - Method in class org.quartz.core.QuartzSchedulerResources
Get the JobRunShellFactory for the QuartzScheduler to use.
getJobStore() - Method in class org.quartz.core.QuartzSchedulerResources
Get the org.quartz.spi.JobStore for the QuartzScheduler to use.
getJobStoreClass() - Method in class org.quartz.core.QuartzScheduler
 
getJobStoreClass() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getLog() - Static method in class org.quartz.core.ErrorLogger
 
getLog() - Static method in class org.quartz.core.JobRunShell
 
getLog() - Static method in class org.quartz.core.QuartzScheduler
 
getLog() - Static method in class org.quartz.core.QuartzSchedulerThread
 
getName() - Method in class org.quartz.core.ExecutingJobsManager
 
getName() - Method in class org.quartz.core.QuartzSchedulerResources
Get the name for the QuartzScheduler.
getNumJobsCurrentlyExecuting() - Method in class org.quartz.core.ExecutingJobsManager
 
getNumJobsFired() - Method in class org.quartz.core.ExecutingJobsManager
 
getPausedTriggerGroups(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
 
getPausedTriggerGroups(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getRMICreateRegistryStrategy() - Method in class org.quartz.core.QuartzSchedulerResources
Get the setting of whether or not Quartz should create an RMI Registry, and if so, how.
getRMIRegistryHost() - Method in class org.quartz.core.QuartzSchedulerResources
Get the host name of the RMI Registry that the scheduler should export itself to.
getRMIRegistryPort() - Method in class org.quartz.core.QuartzSchedulerResources
Get the port number of the RMI Registry that the scheduler should export itself to.
getRandomizedIdleWaitTime() - Method in class org.quartz.core.QuartzSchedulerThread
 
getSchedulerContext() - Method in class org.quartz.core.QuartzScheduler
Returns the SchedulerContext of the Scheduler.
getSchedulerContext() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerInstanceId() - Method in class org.quartz.core.QuartzScheduler
Returns the instance Id of the QuartzScheduler.
getSchedulerInstanceId() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the org.quartz.SchedulerListener s registered with the Scheduler.
getSchedulerListeners() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerName() - Method in class org.quartz.core.QuartzScheduler
Returns the name of the QuartzScheduler.
getSchedulerName() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerSignaler() - Method in class org.quartz.core.QuartzScheduler
 
getSchedulerThreadGroup() - Method in class org.quartz.core.QuartzScheduler
Returns the name of the QuartzScheduler.
getThreadName() - Method in class org.quartz.core.QuartzSchedulerResources
Get the name for the QuartzSchedulerThread.
getThreadPool() - Method in class org.quartz.core.QuartzSchedulerResources
Get the org.quartz.spi.ThreadPool for the QuartzScheduler to use.
getThreadPoolClass() - Method in class org.quartz.core.QuartzScheduler
 
getThreadPoolClass() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getThreadPoolSize() - Method in class org.quartz.core.QuartzScheduler
 
getThreadPoolSize() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTrigger(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get the org.quartz.Trigger instance with the given name and group.
getTrigger(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerGroupNames(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Get the names of all known org.quartz.Trigger groups.
getTriggerGroupNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the non-globalorg.quartz.TriggerListener that has the given name.
getTriggerListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerListenerNames() - Method in class org.quartz.core.QuartzScheduler
Get a Set containing the names of all the non-globalorg.quartz.TriggerListener s registered with the Scheduler.
getTriggerListenerNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerNames(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Get the names of all the org.quartz.Triggers in the given group.
getTriggerNames(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerState(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get the current state of the identified org.quartz.Trigger.
getTriggerState(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggersOfJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get all org.quartz.Trigger s that are associated with the identified org.quartz.JobDetail.
getTriggersOfJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getUniqueIdentifier(String, String) - Static method in class org.quartz.core.QuartzSchedulerResources
 
getUniqueIdentifier() - Method in class org.quartz.core.QuartzSchedulerResources
 
getVersion() - Method in class org.quartz.core.QuartzScheduler
 
getVersion() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getVersionIteration() - Method in class org.quartz.core.QuartzScheduler
 
getVersionMajor() - Method in class org.quartz.core.QuartzScheduler
 
getVersionMinor() - Method in class org.quartz.core.QuartzScheduler
 
globalJobListeners - Variable in class org.quartz.core.QuartzScheduler
 
globalTriggerListeners - Variable in class org.quartz.core.QuartzScheduler
 

H

halt() - Method in class org.quartz.core.QuartzSchedulerThread
Signals the main processing loop to pause at the next possible point.
halted - Variable in class org.quartz.core.QuartzSchedulerThread
 
holdToPreventGC - Variable in class org.quartz.core.QuartzScheduler
 

I

idleLock - Variable in class org.quartz.core.QuartzSchedulerThread
 
idleWaitTime - Variable in class org.quartz.core.QuartzSchedulerThread
 
idleWaitVariablness - Variable in class org.quartz.core.QuartzSchedulerThread
 
initialStart - Variable in class org.quartz.core.QuartzScheduler
 
initialize(QuartzScheduler, TriggerFiredBundle) - Method in class org.quartz.core.JobRunShell
 
initialize(Scheduler, SchedulingContext) - Method in interface org.quartz.core.JobRunShellFactory
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionCOntext s within it, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.
instanceId - Variable in class org.quartz.core.QuartzSchedulerResources
 
instanceId - Variable in class org.quartz.core.SchedulingContext
 
interrupt(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Interrupt all instances of the identified InterruptableJob.
interrupt(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
isPaused() - Method in class org.quartz.core.QuartzScheduler
Reports whether the Scheduler is paused.
isPaused() - Method in class org.quartz.core.QuartzSchedulerThread
 
isPaused() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
isShutdown() - Method in class org.quartz.core.QuartzScheduler
Reports whether the Scheduler has been shutdown.
isShutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
isSignalOnSchedulingChange() - Method in class org.quartz.core.QuartzScheduler
 

J

JobRunShell - class org.quartz.core.JobRunShell.
JobRunShell instances are responsible for providing the 'safe' environment for Job s to run in, and for performing all of the work of executing the Job, catching ANY thrown exceptions, updating the Trigger with the Job's completion code, etc.
JobRunShell(JobRunShellFactory, Scheduler, SchedulingContext) - Constructor for class org.quartz.core.JobRunShell
Create a JobRunShell instance with the given settings.
JobRunShell.VetoedException - exception org.quartz.core.JobRunShell.VetoedException.
 
JobRunShell.VetoedException() - Constructor for class org.quartz.core.JobRunShell.VetoedException
 
JobRunShellFactory - interface org.quartz.core.JobRunShellFactory.
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
jec - Variable in class org.quartz.core.JobRunShell
 
jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.core.ExecutingJobsManager
 
jobListeners - Variable in class org.quartz.core.QuartzScheduler
 
jobMgr - Variable in class org.quartz.core.QuartzScheduler
 
jobRunShellFactory - Variable in class org.quartz.core.JobRunShell
 
jobRunShellFactory - Variable in class org.quartz.core.QuartzSchedulerResources
 
jobScheduled(Trigger) - Method in class org.quartz.core.ErrorLogger
 
jobStore - Variable in class org.quartz.core.QuartzSchedulerResources
 
jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.core.ExecutingJobsManager
 
jobUnscheduled(String, String) - Method in class org.quartz.core.ErrorLogger
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.core.ExecutingJobsManager
 
jobsPaused(String, String) - Method in class org.quartz.core.ErrorLogger
Called by the org.quartz.Scheduler when a org.quartz.JobDetail or group of org.quartz.JobDetails has been paused.
jobsResumed(String, String) - Method in class org.quartz.core.ErrorLogger
Called by the org.quartz.Scheduler when a org.quartz.JobDetail or group of org.quartz.JobDetails has been un-paused.

N

name - Variable in class org.quartz.core.QuartzSchedulerResources
 
newTriggerId() - Method in class org.quartz.core.QuartzScheduler
 
notifyJobListenersComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.core.JobRunShell
 
notifyJobListenersToBeExecuted(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobListenersWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobListenersWasVetoed(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobStoreJobComplete(SchedulingContext, Trigger, JobDetail, int) - Method in class org.quartz.core.QuartzScheduler
 
notifyListenersBeginning(JobExecutionContext) - Method in class org.quartz.core.JobRunShell
 
notifySchedulerListenersError(String, SchedulerException) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersFinalized(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersPausedJob(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersPausedTrigger(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedJob(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedTrigger(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersSchduled(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersShutdown() - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersUnschduled(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerThread() - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersComplete(JobExecutionContext, int) - Method in class org.quartz.core.JobRunShell
 
notifyTriggerListenersComplete(JobExecutionContext, int) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersFired(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersMisfired(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersMisfired(Trigger) - Method in class org.quartz.core.SchedulerSignalerImpl
 
numJobsExecuted() - Method in class org.quartz.core.QuartzScheduler
 
numJobsExecuted() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
numJobsFired - Variable in class org.quartz.core.ExecutingJobsManager
 

O

org.quartz.core - package org.quartz.core
The main package of Quartz, containing the client-side interfaces.

P

passivate() - Method in class org.quartz.core.JobRunShell
 
pause() - Method in class org.quartz.core.QuartzScheduler
Temporarily halts the QuartzScheduler's firing of org.quartz.Triggers.
pause() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseAll(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Pause the org.quartz.JobDetail with the given name - by pausing all of its current Triggers.
pauseJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseJobGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Pause all of the org.quartz.JobDetails in the given group - by pausing all of their Triggers.
pauseJobGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseLock - Variable in class org.quartz.core.QuartzSchedulerThread
 
pauseTrigger(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Pause the org.quartz.Trigger with the given name.
pauseTrigger(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseTriggerGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Pause all of the org.quartz.Triggers in the given group.
pauseTriggerGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
paused - Variable in class org.quartz.core.QuartzSchedulerThread
 

Q

QuartzScheduler - class org.quartz.core.QuartzScheduler.
This is the heart of Quartz, an indirect implementation of the org.quartz.Scheduler interface, containing methods to schedule org.quartz.Jobs, register org.quartz.JobListener instances, etc.
QuartzScheduler(QuartzSchedulerResources, SchedulingContext, long, long) - Constructor for class org.quartz.core.QuartzScheduler
Create a QuartzScheduler with the given configuration properties.
QuartzSchedulerResources - class org.quartz.core.QuartzSchedulerResources.
Contains all of the resources (JobStore,ThreadPool, etc.) necessary to create a QuartzScheduler instance.
QuartzSchedulerResources() - Constructor for class org.quartz.core.QuartzSchedulerResources
Create an instance with no properties initialized.
QuartzSchedulerThread - class org.quartz.core.QuartzSchedulerThread.
The thread responsible for performing the work of firing org.quartz.Trigger s that are registered with the QuartzScheduler.
QuartzSchedulerThread(QuartzScheduler, QuartzSchedulerResources, SchedulingContext) - Constructor for class org.quartz.core.QuartzSchedulerThread
Construct a new QuartzSchedulerThread for the given QuartzScheduler as a non-daemon Thread with normal priority.
QuartzSchedulerThread(QuartzScheduler, QuartzSchedulerResources, SchedulingContext, boolean, int) - Constructor for class org.quartz.core.QuartzSchedulerThread
Construct a new QuartzSchedulerThread for the given QuartzScheduler as a Thread with the given attributes.
qs - Variable in class org.quartz.core.JobRunShell
 
qs - Variable in class org.quartz.core.QuartzSchedulerThread
 
qsRsrcs - Variable in class org.quartz.core.QuartzSchedulerThread
 

R

RemotableQuartzScheduler - interface org.quartz.core.RemotableQuartzScheduler.
 
random - Variable in class org.quartz.core.QuartzScheduler
 
random - Variable in class org.quartz.core.QuartzSchedulerThread
 
releaseTriggerRetryLoop(Trigger) - Method in class org.quartz.core.QuartzSchedulerThread
 
removeGlobalJobListener(JobListener) - Method in class org.quartz.core.QuartzScheduler
Remove the given org.quartz.JobListener from the Scheduler's list of global listeners.
removeGlobalJobListener(JobListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeGlobalTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
Remove the given org.quartz.TriggerListener from the Scheduler's list of global listeners.
removeGlobalTriggerListener(TriggerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeJobListener(String) - Method in class org.quartz.core.QuartzScheduler
Remove the identifed org.quartz.JobListener from the Scheduler's list of registered listeners.
removeJobListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
 
removeSchedulerListener(SchedulerListener) - Method in class org.quartz.core.QuartzScheduler
Remove the given org.quartz.SchedulerListener from the Scheduler.
removeSchedulerListener(SchedulerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
Remove the identifed org.quartz.TriggerListener from the Scheduler's list of registered listeners.
removeTriggerListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
requestShutdown() - Method in class org.quartz.core.JobRunShell
 
rescheduleJob(SchedulingContext, String, String, Trigger) - Method in class org.quartz.core.QuartzScheduler
Remove (delete) the org.quartz.Trigger with the given name, and store the new given one - which must be associated with the same job.
rescheduleJob(SchedulingContext, String, String, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resources - Variable in class org.quartz.core.QuartzScheduler
 
resumeAll(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) the org.quartz.JobDetail with the given name.
resumeJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeJobGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all of the org.quartz.JobDetails in the given group.
resumeJobGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeTrigger(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) the org.quartz.Trigger with the given name.
resumeTrigger(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeTriggerGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all of the org.quartz.Triggers in the given group.
resumeTriggerGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
returnJobRunShell(JobRunShell) - Method in interface org.quartz.core.JobRunShellFactory
Called by the QuartzSchedulerThread to return instances of JobRunShell.
rmiCreateRegistryStrategy - Variable in class org.quartz.core.QuartzSchedulerResources
 
rmiRegistryHost - Variable in class org.quartz.core.QuartzSchedulerResources
 
rmiRegistryPort - Variable in class org.quartz.core.QuartzSchedulerResources
 
run() - Method in class org.quartz.core.JobRunShell
 
run() - Method in class org.quartz.core.QuartzSchedulerThread
The main processing loop of the QuartzSchedulerThread.
runningSince() - Method in class org.quartz.core.QuartzScheduler
 
runningSince() - Method in interface org.quartz.core.RemotableQuartzScheduler
 

S

SchedulerSignalerImpl - class org.quartz.core.SchedulerSignalerImpl.
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
SchedulerSignalerImpl(QuartzScheduler) - Constructor for class org.quartz.core.SchedulerSignalerImpl
 
SchedulingContext - class org.quartz.core.SchedulingContext.
An object used to pass information about the 'client' to the QuartzScheduler.
SchedulingContext() - Constructor for class org.quartz.core.SchedulingContext
Construct a SchedulingContext with default values.
schdCtxt - Variable in class org.quartz.core.JobRunShell
 
sched - Variable in class org.quartz.core.SchedulerSignalerImpl
 
schedThread - Variable in class org.quartz.core.QuartzScheduler
 
scheduleJob(SchedulingContext, JobDetail, Trigger) - Method in class org.quartz.core.QuartzScheduler
Add the org.quartz.Job identified by the given org.quartz.JobDetail to the Scheduler, and associate the given org.quartz.Trigger with it.
scheduleJob(SchedulingContext, Trigger) - Method in class org.quartz.core.QuartzScheduler
Schedule the given org.quartz.Trigger with the Job identified by the Trigger's settings.
scheduleJob(SchedulingContext, JobDetail, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJob(SchedulingContext, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduler - Variable in class org.quartz.core.JobRunShell
 
schedulerError(String, SchedulerException) - Method in class org.quartz.core.ErrorLogger
 
schedulerListeners - Variable in class org.quartz.core.QuartzScheduler
 
schedulerPlugins - Variable in class org.quartz.core.QuartzScheduler
 
schedulerShutdown() - Method in class org.quartz.core.ErrorLogger
 
setDbFailureRetryInterval(long) - Method in class org.quartz.core.QuartzSchedulerThread
 
setIdleWaitTime(long) - Method in class org.quartz.core.QuartzSchedulerThread
 
setInstanceId(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setInstanceId(String) - Method in class org.quartz.core.SchedulingContext
Set the instanceId.
setJobRunShellFactory(JobRunShellFactory) - Method in class org.quartz.core.QuartzSchedulerResources
Set the JobRunShellFactory for the QuartzScheduler to use.
setJobStore(JobStore) - Method in class org.quartz.core.QuartzSchedulerResources
Set the org.quartz.spi.JobStore for the QuartzScheduler to use.
setName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setRMICreateRegistryStrategy(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether or not Quartz should create an RMI Registry, and if so, how.
setRMIRegistryHost(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the host name of the RMI Registry that the scheduler should export itself to.
setRMIRegistryPort(int) - Method in class org.quartz.core.QuartzSchedulerResources
Set the port number of the RMI Registry that the scheduler should export itself to.
setSignalOnSchedulingChange(boolean) - Method in class org.quartz.core.QuartzScheduler
 
setThreadName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzSchedulerThread.
setThreadPool(ThreadPool) - Method in class org.quartz.core.QuartzSchedulerResources
Set the org.quartz.spi.ThreadPool for the QuartzScheduler to use.
shutdown() - Method in class org.quartz.core.QuartzScheduler
Halts the QuartzScheduler's firing of org.quartz.Triggers, and cleans up all resources associated with the QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.core.QuartzScheduler
Halts the QuartzScheduler's firing of org.quartz.Triggers, and cleans up all resources associated with the QuartzScheduler.
shutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
shutdown(boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
shutdownPlugins() - Method in class org.quartz.core.QuartzScheduler
 
shutdownRequested - Variable in class org.quartz.core.JobRunShell
 
signalOnSchedulingChange - Variable in class org.quartz.core.QuartzScheduler
 
signalSchedulingChange() - Method in class org.quartz.core.QuartzSchedulerThread
Signals the main processing loop that a change in scheduling has been made - in order to interrupt any sleeping that may be occuring while waiting for the fire time to arrive.
signalSchedulingChange() - Method in class org.quartz.core.SchedulerSignalerImpl
 
signaled - Variable in class org.quartz.core.QuartzSchedulerThread
 
signaler - Variable in class org.quartz.core.QuartzScheduler
 
start() - Method in class org.quartz.core.QuartzScheduler
Starts the QuartzScheduler's threads that fire org.quartz.Triggers.
start() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
startPlugins() - Method in class org.quartz.core.QuartzScheduler
 
supportsPersistence() - Method in class org.quartz.core.QuartzScheduler
 
supportsPersistence() - Method in interface org.quartz.core.RemotableQuartzScheduler
 

T

threadGroup - Variable in class org.quartz.core.QuartzScheduler
 
threadName - Variable in class org.quartz.core.QuartzSchedulerResources
 
threadPool - Variable in class org.quartz.core.QuartzSchedulerResources
 
togglePause(boolean) - Method in class org.quartz.core.QuartzSchedulerThread
Signals the main processing loop to pause at the next possible point.
triggerFinalized(Trigger) - Method in class org.quartz.core.ErrorLogger
 
triggerJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Trigger the identified org.quartz.Job (execute it now) - with a non-volatile trigger.
triggerJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
triggerJobWithVolatileTrigger(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Trigger the identified org.quartz.Job (execute it now) - with a volatile trigger.
triggerJobWithVolatileTrigger(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
triggerListeners - Variable in class org.quartz.core.QuartzScheduler
 
triggersPaused(String, String) - Method in class org.quartz.core.ErrorLogger
Called by the org.quartz.Scheduler when a org.quartz.Trigger or group of org.quartz.Triggers has been paused.
triggersResumed(String, String) - Method in class org.quartz.core.ErrorLogger
Called by the org.quartz.Scheduler when a org.quartz.Trigger or group of org.quartz.Triggers has been un-paused.

U

unBind() - Method in class org.quartz.core.QuartzScheduler
Un-bind the scheduler from an RMI registry.
unscheduleJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Remove the indicated org.quartz.Trigger from the scheduler.
unscheduleJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 

V

VERSION_ITERATION - Static variable in class org.quartz.core.QuartzScheduler
 
VERSION_MAJOR - Static variable in class org.quartz.core.QuartzScheduler
 
VERSION_MINOR - Static variable in class org.quartz.core.QuartzScheduler
 
validateState() - Method in class org.quartz.core.QuartzScheduler
 

A B C D E G H I J N O P Q R S T U V