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

Quick Search    Search Deep
A B C D G I J L M O P Q R S T U

A

AUTO_GENERATE_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
addCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addGlobalJobListener(JobListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalJobListener(JobListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addJob(JobDetail, boolean) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addJob(JobDetail, boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addJobListener(JobListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addJobListener(JobListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addTriggerListener(TriggerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.

B

bind(Scheduler) - Method in class org.quartz.impl.SchedulerRepository
 
borrowJobRunShell() - Method in class org.quartz.impl.StdJobRunShellFactory
Called by the org.quartz.core.QuartzSchedulerThread to obtain instances of org.quartz.core.JobRunShell.

C

cfg - Variable in class org.quartz.impl.StdSchedulerFactory
 
createRemoteScheduler(String, int) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a proxy to a remote scheduler.
createRemoteScheduler(String, String, String, int) - Method in class org.quartz.impl.DirectSchedulerFactory
Same as DirectSchedulerFactory.createRemoteScheduler(String rmiHost, int rmiPort) 55 , with the addition of specifying the scheduler name and instance ID.
createScheduler(ThreadPool, JobStore) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a scheduler using the specified thread pool and job store.
createScheduler(String, String, ThreadPool, JobStore) - Method in class org.quartz.impl.DirectSchedulerFactory
Same as DirectSchedulerFactory.createScheduler(ThreadPool threadPool, JobStore jobStore) 55 , with the addition of specifying the scheduler name and instance ID.
createScheduler(String, String, ThreadPool, JobStore, String, int, long, long) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a scheduler using the specified thread pool and job store and binds it to RMI.
createVolatileSchduler(int) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates an in memory job store (org.quartz.simpl.RAMJobStore) The thread priority is set to Thread.NORM_PRIORITY

D

DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.DirectSchedulerFactory
 
DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
DEFAULT_SCHEDULER_NAME - Static variable in class org.quartz.impl.DirectSchedulerFactory
 
DirectSchedulerFactory - class org.quartz.impl.DirectSchedulerFactory.
A singleton implementation of org.quartz.SchedulerFactory.
DirectSchedulerFactory() - Constructor for class org.quartz.impl.DirectSchedulerFactory
Constructor
deleteCalendar(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteCalendar(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

G

getAllSchedulers() - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to all known Schedulers (made by any StdSchedulerFactory instance.).
getAllSchedulers() - Method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to all known Schedulers (made by any StdSchedulerFactory instance.).
getCalendar(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendar(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendarNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendarNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getContext() - Method in class org.quartz.impl.RemoteScheduler
Returns the SchedulerContext of the Scheduler.
getContext() - Method in class org.quartz.impl.StdScheduler
Returns the SchedulerContext of the Scheduler.
getCurrentlyExecutingJobs() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCurrentlyExecutingJobs() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getDefaultScheduler() - Static method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the default Scheduler, creating it if it does not yet exist.
getGlobalJobListeners() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getGlobalJobListeners() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getGlobalTriggerListeners() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getGlobalTriggerListeners() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getInstance() - Static method in class org.quartz.impl.DirectSchedulerFactory
 
getInstance() - Static method in class org.quartz.impl.SchedulerRepository
 
getJobDetail(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobDetail(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobGroupNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobGroupNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobListenerNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobListenerNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobNames(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobNames(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getLog() - Method in class org.quartz.impl.DirectSchedulerFactory
 
getLog() - Static method in class org.quartz.impl.StdSchedulerFactory
 
getMetaData() - Method in class org.quartz.impl.RemoteScheduler
 
getMetaData() - Method in class org.quartz.impl.StdScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.impl.RemoteScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.impl.StdScheduler
 
getRemoteScheduler() - Method in class org.quartz.impl.RemoteScheduler
 
getScheduler() - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to the Scheduler produced by this factory.
getScheduler(String) - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to the Scheduler with the given name, if it exists.
getScheduler() - Method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the Scheduler produced by this factory.
getScheduler(String) - Method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the Scheduler with the given name, if it exists (if it has already been instantiated).
getSchedulerInstId() - Method in class org.quartz.impl.StdSchedulerFactory
 
getSchedulerInstanceId() - Method in class org.quartz.impl.RemoteScheduler
Returns the instance Id of the Scheduler.
getSchedulerInstanceId() - Method in class org.quartz.impl.StdScheduler
Returns the instance Id of the Scheduler.
getSchedulerListeners() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getSchedulerListeners() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getSchedulerName() - Method in class org.quartz.impl.RemoteScheduler
Returns the name of the Scheduler.
getSchedulerName() - Method in class org.quartz.impl.StdScheduler
Returns the name of the Scheduler.
getSchedulerName() - Method in class org.quartz.impl.StdSchedulerFactory
 
getSetMethod(String, PropertyDescriptor[]) - Method in class org.quartz.impl.StdSchedulerFactory
 
getTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerGroupNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerGroupNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerListenerNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerListenerNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerNames(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerNames(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerState(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerState(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggersOfJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggersOfJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

I

initException - Variable in class org.quartz.impl.DirectSchedulerFactory
 
initException - Variable in class org.quartz.impl.StdSchedulerFactory
 
initialize(Scheduler, SchedulingContext) - Method in class org.quartz.impl.StdJobRunShellFactory
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.
initialize() - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the org.quartz.SchedulerFactory with the contenents of a Properties file.
initialize(String) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the org.quartz.SchedulerFactory with the contenents of the Properties file with the given name.
initialize(InputStream) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the org.quartz.SchedulerFactory with the contenents of the Properties file opened with the given InputStream.
initialize(Properties) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the org.quartz.SchedulerFactory with the contenents of the given Properties object.
initialized - Variable in class org.quartz.impl.DirectSchedulerFactory
 
inst - Static variable in class org.quartz.impl.SchedulerRepository
 
instance - Static variable in class org.quartz.impl.DirectSchedulerFactory
 
instantiate() - Method in class org.quartz.impl.StdSchedulerFactory
 
interrupt(String, String) - Method in class org.quartz.impl.RemoteScheduler
 
interrupt(String, String) - Method in class org.quartz.impl.StdScheduler
 
invalidateHandleCreateException(String, Exception) - Method in class org.quartz.impl.RemoteScheduler
 
isPaused() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isPaused() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isShutdown() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isShutdown() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.

J

jobScheduled(Trigger) - Method in class org.quartz.impl.QuartzServer
Called by the org.quartz.Scheduler when a org.quartz.JobDetail is scheduled.
jobUnscheduled(String, String) - Method in class org.quartz.impl.QuartzServer
Called by the org.quartz.Scheduler when a org.quartz.JobDetail is unscheduled.
jobsPaused(String, String) - Method in class org.quartz.impl.QuartzServer
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.impl.QuartzServer
Called by the org.quartz.Scheduler when a org.quartz.JobDetail or group of org.quartz.JobDetails has been un-paused.

L

loadClass(String) - Method in class org.quartz.impl.StdSchedulerFactory
 
lookup(String) - Method in class org.quartz.impl.SchedulerRepository
 
lookupAll() - Method in class org.quartz.impl.SchedulerRepository
 

M

main(String[]) - Static method in class org.quartz.impl.QuartzServer
 

O

org.quartz.impl - package org.quartz.impl
 
overRideWithSysProps(Properties) - Method in class org.quartz.impl.StdSchedulerFactory
 

P

PROPERTIES_FILE - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_DRIVER - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_ALWAYS_LOOKUP - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_CREDENTIALS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_INITIAL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_PRINCIPAL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_PROVDER - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_MAX_CONNECTIONS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_PASSWORD - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_USER - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_VALIDATION_QUERY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_LISTENER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_USE_PROP - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_LISTENER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_PLUGIN_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_PLUGIN_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_CLASS_LOAD_HELPER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_CONTEXT_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_DB_FAILURE_RETRY_INTERVAL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_IDLE_WAIT_TIME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INSTANCE_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_CREATE_REGISTRY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_EXPORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_HOST - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_PORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_PROXY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_THREAD_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_USER_TX_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_WRAP_JOB_IN_USER_TX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_THREAD_POOL_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_THREAD_POOL_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_TRIGGER_LISTENER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
pause() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pause() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseAll() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseAll() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJobGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJobGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTriggerGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTriggerGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
propSrc - Variable in class org.quartz.impl.StdSchedulerFactory
 

Q

QuartzServer - class org.quartz.impl.QuartzServer.
Instantiates an instance of Quartz Scheduler as a stand-alone program, if the scheduler is configured for RMI it will be made available.
QuartzServer() - Constructor for class org.quartz.impl.QuartzServer
 

R

RemoteScheduler - class org.quartz.impl.RemoteScheduler.
An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler instance, via RMI.
RemoteScheduler(SchedulingContext, String, String, int) - Constructor for class org.quartz.impl.RemoteScheduler
Construct a RemoteScheduler instance to proxy the given RemoteableQuartzScheduler instance, and with the given SchedulingContext.
remove(String) - Method in class org.quartz.impl.SchedulerRepository
 
removeGlobalJobListener(JobListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeGlobalJobListener(JobListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeJobListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeJobListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeTriggerListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeTriggerListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
rescheduleJob(String, String, Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
rescheduleJob(String, String, Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeAll() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeAll() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJobGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJobGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTriggerGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTriggerGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
returnJobRunShell(JobRunShell) - Method in class org.quartz.impl.StdJobRunShellFactory
Called by the org.quartz.core.QuartzSchedulerThread to return instances of org.quartz.core.JobRunShell.
rmiHost - Variable in class org.quartz.impl.RemoteScheduler
 
rmiPort - Variable in class org.quartz.impl.RemoteScheduler
 
rsched - Variable in class org.quartz.impl.RemoteScheduler
 

S

SchedulerRepository - class org.quartz.impl.SchedulerRepository.
Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups - all within a ClassLoader space.
SchedulerRepository() - Constructor for class org.quartz.impl.SchedulerRepository
 
StdJobRunShellFactory - class org.quartz.impl.StdJobRunShellFactory.
Responsible for creating the instances of org.quartz.core.JobRunShell to be used within the org.quartz.core.QuartzScheduler instance.
StdJobRunShellFactory() - Constructor for class org.quartz.impl.StdJobRunShellFactory
 
StdScheduler - class org.quartz.impl.StdScheduler.
An implementation of the Scheduler interface that directly proxies all method calls to the equivalent call on a given QuartzScheduler instance.
StdScheduler(QuartzScheduler, SchedulingContext) - Constructor for class org.quartz.impl.StdScheduler
Construct a StdScheduler instance to proxy the given QuartzScheduler instance, and with the given SchedulingContext.
StdSchedulerFactory - class org.quartz.impl.StdSchedulerFactory.
An implementation of org.quartz.SchedulerFactory that does all of it's work of creating a QuartzScheduler instance based on the contenents of a Properties file.
StdSchedulerFactory() - Constructor for class org.quartz.impl.StdSchedulerFactory
 
StdSchedulerFactory(Properties) - Constructor for class org.quartz.impl.StdSchedulerFactory
 
StdSchedulerFactory(String) - Constructor for class org.quartz.impl.StdSchedulerFactory
 
sched - Variable in class org.quartz.impl.QuartzServer
 
sched - Variable in class org.quartz.impl.StdScheduler
 
schedCtxt - Variable in class org.quartz.impl.RemoteScheduler
 
schedCtxt - Variable in class org.quartz.impl.StdJobRunShellFactory
 
schedCtxt - Variable in class org.quartz.impl.StdScheduler
 
schedId - Variable in class org.quartz.impl.RemoteScheduler
 
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduler - Variable in class org.quartz.impl.StdJobRunShellFactory
 
schedulerError(String, SchedulerException) - Method in class org.quartz.impl.QuartzServer
Called by the org.quartz.Scheduler when a serious error has occured within the scheduler - such as repeated failures in the JobStore, or the inability to instantiate a Job instance when its Trigger has fired.
schedulerShutdown() - Method in class org.quartz.impl.QuartzServer
Called by the org.quartz.Scheduler to inform the listener that it has shutdown.
schedulers - Variable in class org.quartz.impl.SchedulerRepository
 
serve(SchedulerFactory, boolean) - Method in class org.quartz.impl.QuartzServer
 
setBeanProps(Object, Properties) - Method in class org.quartz.impl.StdSchedulerFactory
 
shutdown() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.

T

triggerFinalized(Trigger) - Method in class org.quartz.impl.QuartzServer
Called by the org.quartz.Scheduler when a org.quartz.Trigger has reached the condition in which it will never fire again.
triggerJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJobWithVolatileTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJobWithVolatileTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggersPaused(String, String) - Method in class org.quartz.impl.QuartzServer
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.impl.QuartzServer
Called by the org.quartz.Scheduler when a org.quartz.Trigger or group of org.quartz.Triggers has been un-paused.

U

unscheduleJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
unscheduleJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

A B C D G I J L M O P Q R S T U