|
|||||||||
| Home >> All >> org >> quartz >> [ core overview ] | PREV NEXT | ||||||||
A
- addCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.core.QuartzScheduler
-
Add (register) the given
Calendarto 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.JobListenerto theScheduler'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.TriggerListenerto theScheduler'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
Jobto the Scheduler - with no associatedTrigger. - 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.JobListenerto theScheduler's list, of registeredJobListeners. - 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.SchedulerListenerwith theScheduler. - addSchedulerListener(SchedulerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
- addSchedulerPlugin(SchedulerPlugin) - Method in class org.quartz.core.QuartzScheduler
-
Add the given
org.quartz.spi.SchedulerPluginto theScheduler. - addTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
-
Add the given
org.quartz.TriggerListenerto theScheduler's list, of registeredTriggerListeners. - 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
QuartzSchedulerThreadto obtain instances ofJobRunShell. - 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
Calendarfrom 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
Jobfrom the Scheduler - and any associatedTriggers. - 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.Calendarinstance 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
JobExecutionContextobjects 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.JobListeners in theScheduler'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.TriggerListeners in theScheduler'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.JobDetailfor theJobinstance 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.Jobgroups. - getJobGroupNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
- getJobListener(String) - Method in class org.quartz.core.QuartzScheduler
-
Get the non-global
org.quartz.JobListenerthat 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-global
org.quartz.JobListeners registered with theScheduler. - 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.Jobsin the given group. - getJobNames(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
- getJobRunShellFactory() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the
JobRunShellFactoryfor theQuartzSchedulerto use. - getJobStore() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the
org.quartz.spi.JobStorefor theQuartzSchedulerto 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
SchedulerContextof theScheduler. - 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.SchedulerListeners registered with theScheduler. - 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.ThreadPoolfor theQuartzSchedulerto 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.Triggerinstance 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.Triggergroups. - getTriggerGroupNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
- getTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
-
Get the non-global
org.quartz.TriggerListenerthat 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-global
org.quartz.TriggerListeners registered with theScheduler. - 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.Triggersin 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.Triggers that are associated with the identifiedorg.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
Schedulerthat should be made available within theJobRunShelland theJobExecutionCOntexts within it, and a handle to theSchedulingContextthat the shell will use in its own operations with theJobStore. - 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
Scheduleris 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
Schedulerhas 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
Jobs to run in, and for performing all of the work of executing theJob, catching ANY thrown exceptions, updating theTriggerwith theJob'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
JobRunShellto be used within theQuartzScheduler 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.Schedulerwhen aorg.quartz.JobDetailor group oforg.quartz.JobDetailshas been paused.- jobsResumed(String, String) - Method in class org.quartz.core.ErrorLogger
- Called by the
org.quartz.Schedulerwhen aorg.quartz.JobDetailor group oforg.quartz.JobDetailshas 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 oforg.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.JobDetailwith the given name - by pausing all of its currentTriggers. - 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.JobDetailsin the given group - by pausing all of theirTriggers. - 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.Triggerwith 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.Triggersin 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.Schedulerinterface, containing methods to scheduleorg.quartz.Jobs, registerorg.quartz.JobListenerinstances, etc. - QuartzScheduler(QuartzSchedulerResources, SchedulingContext, long, long) - Constructor for class org.quartz.core.QuartzScheduler
-
Create a
QuartzSchedulerwith the given configuration properties. - QuartzSchedulerResources - class org.quartz.core.QuartzSchedulerResources.
-
Contains all of the resources (
JobStore,ThreadPool, etc.) necessary to create aQuartzSchedulerinstance. - 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.Triggers that are registered with theQuartzScheduler. - QuartzSchedulerThread(QuartzScheduler, QuartzSchedulerResources, SchedulingContext) - Constructor for class org.quartz.core.QuartzSchedulerThread
-
Construct a new
QuartzSchedulerThreadfor the givenQuartzScheduleras a non-daemonThreadwith normal priority. - QuartzSchedulerThread(QuartzScheduler, QuartzSchedulerResources, SchedulingContext, boolean, int) - Constructor for class org.quartz.core.QuartzSchedulerThread
-
Construct a new
QuartzSchedulerThreadfor the givenQuartzScheduleras aThreadwith 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.JobListenerfrom theScheduler'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.TriggerListenerfrom theScheduler'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.JobListenerfrom theScheduler'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.SchedulerListenerfrom theScheduler. - removeSchedulerListener(SchedulerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
- removeTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
-
Remove the identifed
org.quartz.TriggerListenerfrom theScheduler'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.Triggerwith 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.JobDetailwith 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.JobDetailsin 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.Triggerwith 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.Triggersin 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
QuartzSchedulerThreadto return instances ofJobRunShell. - 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
JobStoreinstances in order to communicate signals back to theQuartzScheduler. - 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.Jobidentified by the givenorg.quartz.JobDetailto the Scheduler, and associate the givenorg.quartz.Triggerwith it. - scheduleJob(SchedulingContext, Trigger) - Method in class org.quartz.core.QuartzScheduler
-
Schedule the given
org.quartz.Triggerwith theJobidentified by theTrigger'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
JobRunShellFactoryfor theQuartzSchedulerto use. - setJobStore(JobStore) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set the
org.quartz.spi.JobStorefor theQuartzSchedulerto 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.ThreadPoolfor theQuartzSchedulerto use. - shutdown() - Method in class org.quartz.core.QuartzScheduler
-
Halts the
QuartzScheduler's firing oforg.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 oforg.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 fireorg.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.Schedulerwhen aorg.quartz.Triggeror group oforg.quartz.Triggershas been paused. - triggersResumed(String, String) - Method in class org.quartz.core.ErrorLogger
-
Called by the
org.quartz.Schedulerwhen aorg.quartz.Triggeror group oforg.quartz.Triggershas 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.Triggerfrom 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
|
|||||||||
| Home >> All >> org >> quartz >> [ core overview ] | PREV NEXT | ||||||||