|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Calendar
to the Scheduler.
Calendar
to the Scheduler.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
JobListener
to the
Scheduler
's global list.
JobListener
to the
Scheduler
's global list.
QuartzScheduler
.
QuartzScheduler
.
TriggerListener
to the
Scheduler
's global list.
TriggerListener
to the
Scheduler
's global list.
QuartzScheduler
.
QuartzScheduler
.
Job
to the Scheduler - with no associated
Trigger
.
Job
to the Scheduler - with no associated
Trigger
.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
JobListener
to the
end of the Job
's list of listeners.
JobListener
to the
Scheduler
's list, of registered JobListener
s.
JobListener
to the
Scheduler
's list, of registered JobListener
s.
QuartzScheduler
.
QuartzScheduler
.
SchedulerListener
with the
Scheduler
.
SchedulerListener
with the
Scheduler
.
QuartzScheduler
.
QuartzScheduler
.
SchedulerPlugin
to
the Scheduler
.
TriggerListener
to the
Scheduler
's list, of registered TriggerListener
s.
TriggerListener
to the
end of the Trigger
's list of listeners.
TriggerListener
to the
Scheduler
's list, of registered TriggerListener
s.
QuartzScheduler
.
QuartzScheduler
.
QuartzSchedulerThread
to obtain
instances of JobRunShell
.
QuartzSchedulerThread
to obtain
instances of JobRunShell
.
QuartzSchedulerThread
to obtain
instances of JobRunShell
.
Trigger
's
normal 'firing' schedule.ClassLoadHelper
uses all of the ClassLoadHelper
types that are found in this package in its attempts to load a class, when
one scheme is found to work, it is promoted to the scheme that will be
used first the next time a class is loaded (in order to improve perfomance).DBConnectionManager
to
provide connections from various sources.DriverDelegate
class that
needs to use the constants contained herein.JobPersistenceException with the given
message.
- CronTrigger - class org.quartz.CronTrigger.
- A concrete
Trigger
that is used to fire a
JobDetail
at given moments in time, defined with Unix
'cron-like' definitions. - CronTrigger() -
Constructor for class org.quartz.CronTrigger
- Create a
CronTrigger
with no settings.
- CronTrigger(String, String) -
Constructor for class org.quartz.CronTrigger
- Create a
CronTrigger
with the given name and group.
- CronTrigger(String, String, String, String) -
Constructor for class org.quartz.CronTrigger
- Create a
CronTrigger
with the given name and group,
and associated with the identified JobDetail
.
- CronTrigger(String, String, String, String, String) -
Constructor for class org.quartz.CronTrigger
- Create a
CronTrigger
with the given name and group,
associated with the identified JobDetail
, and with
the given "cron" expression.
- CronTrigger(String, String, String, String, String, TimeZone) -
Constructor for class org.quartz.CronTrigger
- Create a
CronTrigger
with the given name and group,
associated with the identified JobDetail
, and with
the given "cron" expression resolved with respect to the TimeZone
.
- CronTrigger(String, String, String, String, Date, Date, String) -
Constructor for class org.quartz.CronTrigger
- Create a
CronTrigger
that will occur at the given
time, until the given end time.
- CronTrigger(String, String, String, String, Date, Date, String, TimeZone) -
Constructor for class org.quartz.CronTrigger
- Create a
CronTrigger
with fire time dictated by the cronExpression
resolved with respect to the specified timeZone
occuring from the startTime
until the given endTime
.
- calendarCache -
Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- calendarExists(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not a calendar exists.
- calendarExists(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- calendarExists(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not a calendar exists.
- calendarIsReferenced(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not a calendar is referenced by any
triggers.
- calendarIsReferenced(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not a calendar is referenced by any
triggers.
- cleanVolatileTriggerAndJobs() -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- cleanVolatileTriggerAndJobs() -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Removes all volatile data
- cleanVolatileTriggerAndJobs(Connection) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Removes all volatile data.
- cleanVolatileTriggerAndJobs() -
Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
- clear() -
Method in class org.quartz.utils.DirtyFlagMap
-
- clearDirtyFlag() -
Method in class org.quartz.utils.DirtyFlagMap
- Clear the 'dirty' flag (set dirty flag to
false
).
- clone() -
Method in class org.quartz.JobDetail
-
- clone() -
Method in class org.quartz.Trigger
-
- clone() -
Method in class org.quartz.utils.DirtyFlagMap
-
- clusterCheckIn(Connection) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- clusterRecover(Connection, List) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- compareTo(Object) -
Method in class org.quartz.Trigger
- Compare the next fire time of this
Trigger
to that of
another.
- complete(boolean) -
Method in class org.quartz.core.JobRunShell
-
- complete(boolean) -
Method in class org.quartz.ee.jta.JTAJobRunShell
-
- completeTriggerRetryLoop(Trigger, JobDetail, int) -
Method in class org.quartz.core.JobRunShell
-
- computeFireTimes(Trigger, Calendar, int) -
Static method in class org.quartz.helpers.TriggerUtils
- Returns a list of Dates that are the next fire times of a
Trigger
.
- computeFireTimesBetween(Trigger, Calendar, Date, Date) -
Static method in class org.quartz.helpers.TriggerUtils
- Returns a list of Dates that are the next fire times of a
Trigger
that fall within the given date range.
- computeFirstFireTime(Calendar) -
Method in class org.quartz.CronTrigger
- Called by the scheduler at the time a
Trigger
is first
added to the scheduler, in order to have the Trigger
compute
its first fire time, based on any associated calendar.
- computeFirstFireTime(Calendar) -
Method in class org.quartz.SimpleTrigger
- Called by the scheduler at the time a
Trigger
is first
added to the scheduler, in order to have the Trigger
compute
its first fire time, based on any associated calendar.
- computeFirstFireTime(Calendar) -
Method in class org.quartz.Trigger
- This method should not be used by the Quartz client.
- computeNumTimesFiredBetween(Date, Date) -
Method in class org.quartz.SimpleTrigger
-
- containsKey(Object) -
Method in class org.quartz.utils.DirtyFlagMap
-
- containsTransientData() -
Method in class org.quartz.JobDataMap
-
- containsTransientData() -
Method in class org.quartz.SchedulerContext
-
- containsValue(Object) -
Method in class org.quartz.utils.DirtyFlagMap
-
- 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)
,
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)
,
with the addition of specifying the scheduler name and instance ID.
- createScheduler(String, String, ThreadPool, JobStore, String, int, int) -
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 (
RAMJobStore
) The
thread priority is set to Thread.NORM_PRIORITY
Trigger
group name used internally by the
scheduler - clients should not use the value of this constant
("FAILED_OVER_JOBS") for thename of a Trigger
's group.
Job
and Trigger
instances belong
to.
Trigger
group name used internally by the
scheduler - clients should not use the value of this constant
("MANUAL_TRIGGER") for thename of a Trigger
's group.
Trigger
group name used internally by the
scheduler - clients should not use the value of this constant
("RECOVERING_JOBS") for thename of a Trigger
's group.
SchedulerFactory
.Map
that wraps another Map
and flags itself 'dirty' when it is modified.Map
.
HashMap
.
HashMap
that has
the given initial capacity.
HashMap
that has
the given initial capacity and load factor.
Calendar
from the Scheduler.
Calendar
from the Scheduler.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
from the Scheduler - and any
associated Trigger
s.
Job
from the Scheduler - and any
associated Trigger
s.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
that invokes a method on an EJB.Scheduler
when a
Trigger
fires that is associated with the
Job
.
Scheduler
has executed the
JobDetail
associated with the Trigger
in order
to get the final instruction code from the trigger.
Scheduler
has executed the
JobDetail
associated with the Trigger
in order
to get the final instruction code from the trigger.
JobDataMap
.
SchedulerContext
.
Calendar
referenced by the
Trigger
instance that fired the Job
.
Calendar
instance with the given
name.
Calendar
instance with the given
name.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Calendar
associated with
this Trigger.
Calendar
s
.
Calendar
s
.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Calendar
s
in the JobStore
.
Calendar
s
in the JobStore
.
Calendar
s
in the JobStore
.
Calendar
s
in the JobStore
.
JobDataMap
.
SchedulerContext
.
SchedulerContext
of the
Scheduler
.
SchedulerContext
of the
Scheduler
.
SchedulerContext
of the
Scheduler
.
new Date()
.
TimeBroker
.
JobExecutionContext
objects that
represent all currently executing Jobs.
JobExecutionContext
objects that
represent all currently executing Jobs.
QuartzScheduler
.
QuartzScheduler
.
DataSource
that should be
used for performing database functions.
Date
object that represents the given time, on
today's date.
Date
object that represents the given time, on
the given date.
Date
object that represents the given time, on
the given date.
Calendar
instance
by its creator (if any).
Job
instance
by its creator (if any).
QuartzCalendar
instance
by its creator (if any).
Trigger
instance
by its creator (if any).
Calendar
instance
by its creator (if any).
JobDataMap
.
SchedulerContext
.
CronTrigger
should quit
repeating - even if repeastCount isn't yet satisfied.
SimpleTrigger
should quit
repeating - even if repeastCount isn't yet satisfied.
Trigger
should quit
repeating - even if an assigned 'repeatCount' isn't yet satisfied.
SortedSet
of Dates representing the excluded
days.
CronTrigger
will
fire.
SimpleTrigger
will
fire, if repeatCount is REPEAT_INDEFINITELY, null will be returned.
Trigger
will fire,
if the Trigger will repeat indefinitely, null will be returned.
CronTrigger
will
fire, after the given time.
SimpleTrigger
will
fire, after the given time.
Trigger
will fire,
after the given time.
SimpleTrigger
will
fire, before the given time.
JobDataMap
.
SchedulerContext
.
Job
that the
Trigger
points to, in the format "group.name".
Trigger
in the format
"group.name".
Trigger
in the format
"group.name".
JobListener
s
in the Scheduler
's global list.
JobListener
s in the
Scheduler
's global list.
QuartzScheduler
.
QuartzScheduler
.
TriggerListener
s
in the Scheduler
's global list.
TriggerListener
s in the
Scheduler
's global list.
QuartzScheduler
.
QuartzScheduler
.
Job
.
Trigger
.
QuartzScheduler
.
JobDataMap
.
SchedulerContext
.
Job
that will be executed.
JobDataMap
that is associated with the
Job
.
JobDetail
associated with the Job
.
JobDetail
for the Job
instance with the given name and group.
JobDetail
for the Job
instance with the given name and group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
JobDetail
's group.
JobDetail
groups.
Job
groups.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
groups.
Job
groups.
Job
groups.
Job
groups.
Job
that was created for this
execution.
JobListener
that has
the given name.
JobListener
that has the given name.
QuartzScheduler
.
QuartzScheduler
.
String
s containing the names of all
JobListener
s assigned to the Job
, in the
order in which they should be notified.
JobListener
s registered with the
Scheduler
.
JobListener
s registered with the
Scheduler
.
QuartzScheduler
.
QuartzScheduler
.
JobDetail
.
JobDetail
s
in the given
group.
Job
s
in the
given group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
s that
have the given group name.
Job
s that
have the given group name.
Job
s that
have the given group name.
Job
s that
have the given group name.
JobRunShellFactory
for the
QuartzScheduler
to use.
JobStore
for the
QuartzScheduler
to use.
JobStore
instance that is
being used by the Scheduler
.
JobDataMap
.
SchedulerContext
.
SchedulerMetaData
object describiing the settings
and capabilities of the scheduler instance.
Scheduler
should be given for
handling misfire situations for this Trigger
- the concrete
Trigger
type that you are using will have defined a set of
additional MISFIRE_INSTRUCTION_XXX
constants that may be
passed to this method.
Job
.
JobListener
.
Trigger
.
TriggerListener
.
QuartzScheduler
.
CronTrigger
will
fire.
SimpleTrigger
will
fire.
Trigger
will
fire.
DataSource
that should be
used for performing database functions.
Calendar
s that are
stored in the JobsStore
.
Calendar
s that are
stored in the JobsStore
.
Calendar
s that are
stored in the JobsStore
.
Calendar
s that are
stored in the JobsStore
.
Job
s that are stored
in the JobStore
.
Job
s that are stored
in the JobStore
.
JobDetail
s that are stored in the
JobsStore
.
Job
s that are stored
in the JobsStore
.
Trigger
s that are
stored in the JobsStore
.
Trigger
s that are
stored in the JobsStore
.
Trigger
s that are
stored in the JobsStore
.
Trigger
s that are
stored in the JobsStore
.
CronTrigger
will
fire.
SimpleTrigger
will
fire.
Trigger
will
fire.
SimpleTrigger
should
repeat, after which it will be automatically deleted.
SimpleTrigger
should repeat.
Scheduler
instance that fired the
Job
.
Scheduler.
- getScheduler() -
Method in class org.quartz.impl.DirectSchedulerFactory
- Returns a handle to the Scheduler produced by this factory.
- getScheduler(String, String) -
Method in class org.quartz.impl.DirectSchedulerFactory
- Returns a handle to the Scheduler with the given name and instance Id,
if it exists.
- getScheduler() -
Method in class org.quartz.impl.StdSchedulerFactory
- Returns a handle to the Scheduler produced by this factory.
- getScheduler(String) -
Static method in class org.quartz.impl.StdSchedulerFactory
- Returns a handle to the Scheduler with the given name, if it exists.
- getScheduler(String, String) -
Static method in class org.quartz.impl.StdSchedulerFactory
- Returns a handle to the Scheduler with the given name and instance Id,
if it exists.
- getSchedulerClass() -
Method in class org.quartz.SchedulerMetaData
- Returns the class-name of the
Scheduler
instance.
- 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 interface org.quartz.Scheduler
- Returns the instance Id of the
Scheduler
.
- getSchedulerInstanceId() -
Method in class org.quartz.SchedulerMetaData
- Returns the instance Id of the
Scheduler
.
- getSchedulerInstanceId() -
Method in class org.quartz.core.QuartzScheduler
- Returns the instance Id of the
QuartzScheduler
.
- getSchedulerInstanceId() -
Method in interface org.quartz.core.RemotableQuartzScheduler
-
- 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
.
- getSchedulerInstanceId() -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getSchedulerInstanceId() -
Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- getSchedulerListeners() -
Method in interface org.quartz.Scheduler
- Get a List containing all of the
SchedulerListener
s
registered with the Scheduler
.
- getSchedulerListeners() -
Method in class org.quartz.core.QuartzScheduler
- Get a List containing all of the
SchedulerListener
s
registered with the Scheduler
.
- getSchedulerListeners() -
Method in interface org.quartz.core.RemotableQuartzScheduler
-
- 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 interface org.quartz.Scheduler
- Returns the name of the
Scheduler
.
- getSchedulerName() -
Method in class org.quartz.SchedulerMetaData
- Returns the name of the
Scheduler
.
- getSchedulerName() -
Method in class org.quartz.core.QuartzScheduler
- Returns the name of the
QuartzScheduler
.
- getSchedulerName() -
Method in interface org.quartz.core.RemotableQuartzScheduler
-
- 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
.
- getSchedulerSignaler() -
Method in class org.quartz.core.QuartzScheduler
-
- getSchedulerThreadGroup() -
Method in class org.quartz.core.QuartzScheduler
- Returns the name of the
QuartzScheduler
.
- getSecond() -
Method in class org.quartz.utils.Pair
- Get the second object in the pair.
- getSelectWithLockSQL() -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getShortProperty(String) -
Method in class org.quartz.utils.PropertiesParser
-
- getShortProperty(String, short) -
Method in class org.quartz.utils.PropertiesParser
-
- getStartTime() -
Method in class org.quartz.CronTrigger
- Get the time at which the
CronTrigger
should
occur.
- getStartTime() -
Method in class org.quartz.SimpleTrigger
- Get the time at which the
SimpleTrigger
should
occur.
- getStartTime() -
Method in class org.quartz.Trigger
- Get the time at which the
Trigger
should occur.
- getStatus() -
Method in class org.quartz.utils.TriggerStatus
- Get the name portion of the key.
- getString(String) -
Method in class org.quartz.JobDataMap
- Retrieve the identified code>String
value from the
JobDataMap
.
- getString(String) -
Method in class org.quartz.SchedulerContext
- Retrieve the identified code>String
value from the
SchedulerContext
.
Scheduler
's meta-data values.
ThreadPool
for the
QuartzScheduler
to use.
ThreadPool
instance that is
being used by the Scheduler
.
Scheduler
's
ThreadPool
.
cronExpression
of this CronTrigger
will be resolved.
SimpleTrigger
has already
fired.
Trigger
instance that fired the
Job
.
Trigger
instance with the given
name and group.
Trigger
instance with the given
name and group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
groups.
Trigger
groups.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
groups.
Trigger
groups.
Trigger
groups.
Trigger
groups.
TriggerListener
that
has the given name.
TriggerListener
that has the given
name.
QuartzScheduler
.
QuartzScheduler
.
TriggerListener
s registered with the
Scheduler
.
String
s containing the names of all
TriggerListener
assigned to the Trigger
,
in the order in which they should be notified.
TriggerListener
s registered with the
Scheduler
.
QuartzScheduler
.
QuartzScheduler
.
Trigger
s
in the given
group.
Trigger
s
in
the given group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
s
that have the given group name.
Trigger
s
that have the given group name.
Trigger
s
that have the given group name.
Trigger
s
that have the given group name.
Trigger
.
Trigger
.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
.
Trigger
.
Trigger
.
Trigger
.
Trigger
s that are associated with the
identified JobDetail
.
Trigger
s that are associated with the
identified JobDetail
.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Scheduler
that the
Trigger
wants itself deleted.
Scheduler
that the
Trigger
has no further instructions.
Scheduler
that the
Trigger
wants the JobDetail
to
re-execute immediately.
Scheduler
that all
Trigger
s referencing the same JobDetail
as
this one should be put in the COMPLETE
state.
Scheduler
that the
Trigger
should be put in the COMPLETE
state.
ClassLoadHelper
that uses either the context class loader of
the thread that initialized Quartz.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
.
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
.
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
.
SchedulerFactory
with
the contenents of a Properties
file.
SchedulerFactory
with
the contenents of the Properties
file with the given name.
SchedulerFactory
with
the contenents of the Properties
file opened with the
given InputStream
.
SchedulerFactory
with
the contenents of the given Properties
object.
JobStore
is used, in order to give the it a chance
to initialize.
Scheduler
in order to give
the SchedulerPlugin
a chance to initialize.
Scheduler
in order to give
the SchedulerPlugin
a chance to initialize.
Scheduler
in order to give
the SchedulerPlugin
a chance to initialize.
JobStore
is
used, in order to give the it a chance to initialize.
JobStore
is
used, in order to give the it a chance to initialize.
Scheduler
in order to give
the SchedulerPlugin
a chance to initialize.
ThreadPool
is
used, in order to give the it a chance to initialize.
TimeBroker
is
used, in order to give the it a chance to initialize.
'ERR_CLIENT_ERROR'
category of errors.
'ERR_CLIENT_ERROR'
category of errors.
Map
is flagged dirty.
Job
should remain stored after it is
orphaned (no Trigger
s
point to it).
'ERR_JOB_LISTENER'
category of errors.
Scheduler
is paused.
Scheduler
is paused.
Scheduler
is paused.
QuartzScheduler
.
QuartzScheduler
.
'ERR_PERSISTENCE'
category of errors.
Job
is being re-executed because of a 'recovery'
situation, this method will return true
.
Scheduler
is being used remotely
(via RMI).
Scheduler
has been shutdown.
Scheduler
has been shutdown.
Scheduler
has been shutdown.
QuartzScheduler
.
QuartzScheduler
.
Job
implements the interface
StatefulJob
.
'ERR_THREAD_POOL'
category of errors.
'ERR_TRIGGER_LISTENER'
category of errors.
Job
should not be persisted in the
JobStore
for re-use after program
restarts.
QuartzCalendar
should be persisted in
the JobStore
for re-use after program
restarts.
Trigger
should be persisted in the
JobStore
for re-use after program restarts.
ConnectionProvider
that provides connections from a
DataSource
that is managed by an application server, and made
available via JNDI.JobRunShell
that
begins an XA transaction before executing the Job, and commits
(or rolls-back) the transaction after execution completes.JTAJobRunShell
to be used within the QuartzScheduler
instance.Job
instances.JobDataMap
.
JobDataMap
with the given data.
Job
instance.JobDetail
with no specified name or group,
and the default settings of all the other properties.
JobDetail
with the given name, and group,
and the default settings of all the other properties.
JobDetail
with the given name, and group,
and the given settings of all the other properties.
JobDetail
instance as it is executed,
and to a Trigger
instance after the execution
completes.JobDetail
to indicate
to the Quartz Scheduler
that an error occured while
executing, and whether or not the Job
requests to be re-fired
immediately (using the same JobExecutionContext
, or
whether it wants to be unscheduled.false
.
JobDetail
executes.JobPersistenceException with the given
message.
- JobPersistenceException(String, int) -
Constructor for class org.quartz.JobPersistenceException
- Create a
JobPersistenceException with the given
message and error code.
- JobPersistenceException(String, Exception) -
Constructor for class org.quartz.JobPersistenceException
- Create a
JobPersistenceException with the given
message and cause.
- JobPersistenceException(String, Exception, int) -
Constructor for class org.quartz.JobPersistenceException
- Create a
JobPersistenceException with the given
message, cause and error code.
- 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.
- JobRunShellFactory - interface org.quartz.core.JobRunShellFactory.
- Responsible for creating the instances of
JobRunShell
to be used within the QuartzScheduler
instance.- JobStore - interface org.quartz.spi.JobStore.
- The interface to be implemented by classes that want to provide a
Job
and
Trigger
storage mechanism for the
QuartzScheduler
's use. - JobStoreCMT - class org.quartz.impl.jdbcjobstore.JobStoreCMT.
JobStoreCMT
is meant to be used in an
application-server environment that provides
container-managed-transactions.- JobStoreCMT() -
Constructor for class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- JobStoreSupport - class org.quartz.impl.jdbcjobstore.JobStoreSupport.
- Contains base functionality for JDBC-based JobStore implementations.
- JobStoreSupport() -
Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- JobStoreTX - class org.quartz.impl.jdbcjobstore.JobStoreTX.
JobStoreTX
is meant to be used in a standalone
environment.- JobStoreTX() -
Constructor for class org.quartz.impl.jdbcjobstore.JobStoreTX
-
- jec -
Variable in class org.quartz.core.JobRunShell
-
- jobExists(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not the given job exists.
- jobExists(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Check existence of a given job.
- jobExists(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not the given job exists.
- jobRunShellFactory -
Variable in class org.quartz.core.JobRunShell
-
- jobScheduled(Trigger) -
Method in interface org.quartz.SchedulerListener
- Called by the
Scheduler
when a
JobDetail
is scheduled.
- jobScheduled(Trigger) -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
when a
JobDetail
is scheduled.
- jobStoreSupportsPersistence() -
Method in class org.quartz.SchedulerMetaData
- Returns whether or not the
Scheduler
's
JobStore
instance supports persistence.
- jobToBeExecuted(JobExecutionContext) -
Method in interface org.quartz.JobListener
- Called by the
Scheduler
when a
JobDetail
is about to be executed (an associated
Trigger
has occured).
- jobToBeExecuted(JobExecutionContext) -
Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- jobUnscheduled(String, String) -
Method in interface org.quartz.SchedulerListener
- Called by the
Scheduler
when a
JobDetail
is unscheduled.
- jobUnscheduled(String, String) -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
when a
JobDetail
is unscheduled.
- jobWasExecuted(JobExecutionContext, JobExecutionException) -
Method in interface org.quartz.JobListener
- Called by the
Scheduler
after a
JobDetail
has been executed, and be for the associated
Trigger
's triggered(xx)
method has been
called.
- jobWasExecuted(JobExecutionContext, JobExecutionException) -
Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- jobsPaused(String, String) -
Method in interface org.quartz.SchedulerListener
- Called by the
Scheduler
when a
JobDetail
or group of JobDetail
s
has been paused.
- jobsPaused(String, String) -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
when a
JobDetail
or group of JobDetail
s
has been paused.
- jobsResumed(String, String) -
Method in interface org.quartz.SchedulerListener
- Called by the
Scheduler
when a
JobDetail
or group of JobDetail
s
has been un-paused.
- jobsResumed(String, String) -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
when a
JobDetail
or group of JobDetail
s
has been un-paused.
Scheduler
that upon a mis-fire
situation, the CronTrigger
wants to have it's
next-fire-time updated to the next time in the schedule after the
current time (taking into account any associated
Calendar
, but it does not want to be fired now.
Scheduler
that upon a mis-fire
situation, the SimpleTrigger
wants to be fired now by
Scheduler
.
Scheduler
that upon a mis-fire
situation, the CronTrigger
wants to be fired now by
Scheduler
.
Scheduler
that upon a mis-fire
situation, the SimpleTrigger
wants to be re-scheduled
to the next scheduled time after 'now' - taking into account any associated
Calendar
, and with the repeat count left
unchanged.
Scheduler
that upon a mis-fire
situation, the SimpleTrigger
wants to be re-scheduled
to the next scheduled time after 'now' - taking into account any associated
Calendar
, and with the repeat count set to
what it would be, if it had not missed any firings.
Scheduler
that upon a mis-fire
situation, the SimpleTrigger
wants to be re-scheduled
to 'now' (even if the associated Calendar
excludes
'now') with the repeat count left as-is.
Scheduler
that upon a mis-fire
situation, the SimpleTrigger
wants to be re-scheduled
to 'now' (even if the associated Calendar
excludes
'now') with the repeat count set to what it would be, if it had not
missed any firings.
Scheduler
that upon a mis-fire
situation, the updateAfterMisfire()
method will be called
on the Trigger
to determine the mis-fire instruction.
CronTrigger
will occur
again.
SimpleTrigger
will occur
again.
Scheduler
to determine whether or not
it is possible for this Trigger
to fire again.
TriggerListener
s
and
JobListener
s
, rather than writing Jobs that
perform work.Scheduler
started..
ObjectAlreadyExistsException with the given
message.
- ObjectAlreadyExistsException(JobDetail) -
Constructor for class org.quartz.ObjectAlreadyExistsException
- Create a
ObjectAlreadyExistsException and auto-generate a
message using the name/group from the given JobDetail
.
- ObjectAlreadyExistsException(Trigger) -
Constructor for class org.quartz.ObjectAlreadyExistsException
- Create a
ObjectAlreadyExistsException and auto-generate a
message using the name/group from the given Trigger
.
- obtainLock(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.Semaphore
- Grants a lock on the identified resource to the calling thread (blocking
until it is available).
- obtainLock(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
- Grants a lock on the identified resource to the calling thread (blocking
until it is available).
- obtainLock(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
- Grants a lock on the identified resource to the calling thread (blocking
until it is available).
- org.quartz - package org.quartz
-
- org.quartz.core - package org.quartz.core
-
- org.quartz.ee.ejb - package org.quartz.ee.ejb
-
- org.quartz.ee.jta - package org.quartz.ee.jta
-
- org.quartz.ee.servlet - package org.quartz.ee.servlet
-
- org.quartz.helpers - package org.quartz.helpers
-
- org.quartz.impl - package org.quartz.impl
-
- org.quartz.impl.calendar - package org.quartz.impl.calendar
-
- org.quartz.impl.jdbcjobstore - package org.quartz.impl.jdbcjobstore
-
- org.quartz.plugins.history - package org.quartz.plugins.history
-
- org.quartz.plugins.management - package org.quartz.plugins.management
-
- org.quartz.simpl - package org.quartz.simpl
-
- org.quartz.spi - package org.quartz.spi
-
- org.quartz.utils - package org.quartz.utils
-
ConnectionProvider
implementation that creates it's own
pool of connections.Scheduler
's firing of
Trigger
s
.
QuartzScheduler
's firing of
Trigger
s
.
QuartzScheduler
.
QuartzScheduler
.
pauseTriggerGroup(group)
on every group.
pauseTriggerGroup(group)
on every group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
pauseTriggerGroup(group)
on every group.
pauseTriggerGroup(group)
on every group.
pauseTriggerGroup(group)
on every group.
pauseTriggerGroup(group)
on every group.
pauseTriggerGroup(group)
on every group.
JobDetail
with the given name - by pausing
all of its current Trigger
s.
JobDetail
with the given name - by pausing
all of its current Trigger
s.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
with the given name - by pausing
all of its current Trigger
s.
Job
with the given name - by pausing
all of its current Trigger
s.
JobDetail
with the given name - by pausing
all of its current Trigger
s.
Job
with the given name - by pausing
all of its current Trigger
s.
JobDetail
s
in the given group - by
pausing all of their Trigger
s.
JobDetail
s
in the given group - by
pausing all of their Trigger
s.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
s
in the given group - by
pausing all of their Trigger
s.
Job
s
in the given group - by
pausing all of their Trigger
s.
JobDetail
s
in the given group - by
pausing all of their Trigger
s.
Job
s
in the given group - by
pausing all of their Trigger
s.
Trigger
with the given name.
Trigger
with the given name.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
with the given name.
Trigger
with the given name.
Trigger
with the given name.
Trigger
with the given name.
Trigger
with the given name.
Trigger
s
in the given group.
Trigger
s
in the given group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
s
in the given group.
Trigger
s
in the given group.
Trigger
s
in the given group.
Trigger
s
in the given group.
Trigger
s
in the given group.
int
value to the Job
's
data map.
long
value to the Job
's
data map.
float
value to the Job
's
data map.
double
value to the Job
's
data map.
boolean
value to the Job
's
data map.
char
value to the Job
's
data map.
String
value to the Job
's
data map.
Serializable
object value to the
JobDataMap
.
int
value to the SchedulerContext
.
long
value to the SchedulerContext
.
float
value to the SchedulerContext
.
double
value to the SchedulerContext
.
boolean
value to the SchedulerContext
.
char
value to the SchedulerContext
.
String
value to the SchedulerContext
.
Object
value to the SchedulerContext
.
Map
to the
JobDataMap
.
Map
to the
SchedulerContext
.
Trigger
's
normal 'firing' schedule.Scheduler
interface, containing methods to
schedule Job
s, register
JobListener
instances, etc.QuartzScheduler
with the given configuration
properties.
JobStore
,
ThreadPool
, etc.) necessary to create a
QuartzScheduler
instance.Trigger
s that are registered with the
QuartzScheduler
.JobStore
that
utilizes RAM as its storage device.RAMJobStore
.
Scheduler
interface that remotely
proxies all method calls to the equivalent call on a given
QuartzScheduler
instance, via RMI.RemoteScheduler
instance to proxy the given
RemoteableQuartzScheduler
instance, and with the given
SchedulingContext
.
JobStore
that the scheduler no longer plans to
fire the given Trigger
, that it had previously acquired
(reserved).
JobStore
that the scheduler no longer plans to
fire the given Trigger
, that it had previously acquired
(reserved).
JobStore
that the scheduler no longer plans to
fire the given Trigger
, that it had previously acquired
(reserved).
JobStore
that the scheduler no longer plans to
fire the given Trigger
, that it had previously acquired
(reserved).
Calendar
with the
given name.
Calendar
with the
given name.
Calendar
with the
given name.
Calendar
with the
given name.
JobListener
from the
Scheduler
's list of global listeners.
JobListener
from the
Scheduler
's list of global listeners.
QuartzScheduler
.
QuartzScheduler
.
TriggerListener
from the
Scheduler
's list of global listeners.
TriggerListener
from
the Scheduler
's list of global listeners.
QuartzScheduler
.
QuartzScheduler
.
Job
with the given
name, and any Trigger
s that reference
it.
Job
with the given
name, and any Trigger
s that reference
it.
Job
with the given
name, and any Trigger
s that reference it.
Job
with the given
name, and any Trigger
s that reference
it.
JobListener
from
the Job
's list of listeners.
JobListener
from the
Scheduler
's list of registered listeners.
JobListener
from
the Scheduler
's list of registered listeners.
QuartzScheduler
.
QuartzScheduler
.
SchedulerListener
from the
Scheduler
.
SchedulerListener
from the
Scheduler
.
QuartzScheduler
.
QuartzScheduler
.
Trigger
with the
given name.
Trigger
with the
given name.
Trigger
with the
given name.
Trigger
with the
given name.
TriggerListener
from the
Scheduler
's list of registered listeners.
TriggerListener
from
the Trigger
's list of listeners.
TriggerListener
from the Scheduler
's list of registered listeners.
QuartzScheduler
.
QuartzScheduler
.
Scheduler
whether or not the Job
should be re-executed if a 'recovery' or 'fail-over' situation is
encountered.
resumeTriggerGroup(group)
on every group.
resumeTriggerGroup(group)
on every group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
resumeTriggerGroup(group)
on every group.
resumeTriggerGroup(group)
on every group.
resumeTriggerGroup(group)
on every group.
resumeTriggerGroup(group)
on every group.
JobDetail
with the given
name.
JobDetail
with the given
name.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
with the given
name.
Job
with the given
name.
JobDetail
with the given
name.
Job
with the given
name.
JobDetail
s
in the given
group.
JobDetail
s
in the given
group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Job
s
in the given
group.
Job
s
in the given
group.
JobDetail
s
in the given
group.
Job
s
in the given
group.
Trigger
with the given
name.
Trigger
with the given
name.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
with the given
name.
Trigger
with the given
name.
Trigger
with the given
name.
Trigger
with the given
name.
Trigger
with the given
name.
Trigger
s
in the given
group.
Trigger
s
in the given
group.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
Trigger
s
in the given
group.
Trigger
s
in the given
group.
Trigger
s
in the given
group.
Trigger
s
in the given
group.
Trigger
s
in the given
group.
Trigger
.
Trigger
.
Trigger
.
Trigger
.
JobDetail
for the
given Job
.
JobDetail
for the
given Job
.
JobDetail
for the
given Job
.
JobDetail
for the
given Job
.
Trigger
.
Trigger
.
Trigger
.
Trigger
.
QuartzSchedulerThread
to return
instances of JobRunShell
.
QuartzSchedulerThread
to return
instances of JobRunShell
.
QuartzSchedulerThread
to return
instances of JobRunShell
.
QuartzSchedulerThread
.
Runnable
object in the next available
Thread
.
Runnable
in the next
available Thread
.
Date
at which the Scheduler started
running.
Trigger
is in the "complete" state.
Trigger
is in the "error" state.
Trigger
does not exist.
Trigger
is in the "normal" state.
Trigger
is in the "paused" state.
SchedulerFactory
- or one of the components it
configures.JobPersistenceException with the given
message.
- SchedulerConfigException(String, Exception) -
Constructor for class org.quartz.SchedulerConfigException
- Create a
JobPersistenceException with the given
message and cause.
- SchedulerContext - class org.quartz.SchedulerContext.
- Holds context/environment data that can be made available to
Jobs as they are executed.
- SchedulerContext() -
Constructor for class org.quartz.SchedulerContext
- Create an empty
JobDataMap
.
- SchedulerContext(Map) -
Constructor for class org.quartz.SchedulerContext
- Create a
JobDataMap
with the given data.
- SchedulerException - exception org.quartz.SchedulerException.
- Base class for exceptions thrown by the Quartz
Scheduler
. - SchedulerException() -
Constructor for class org.quartz.SchedulerException
-
- SchedulerException(String) -
Constructor for class org.quartz.SchedulerException
-
- SchedulerException(String, int) -
Constructor for class org.quartz.SchedulerException
-
- SchedulerException(Exception) -
Constructor for class org.quartz.SchedulerException
-
- SchedulerException(String, Exception) -
Constructor for class org.quartz.SchedulerException
-
- SchedulerException(String, Exception, int) -
Constructor for class org.quartz.SchedulerException
-
- SchedulerFactory - interface org.quartz.SchedulerFactory.
- Provides a mechanism for obtaining client-usable handles to
Scheduler instances.- SchedulerListener - interface org.quartz.SchedulerListener.
- The interface to be implemented by classes that want to be informed
of major
Scheduler
events. - SchedulerMetaData - class org.quartz.SchedulerMetaData.
- Describes the settings and capabilities of a given
Scheduler
instance. - SchedulerMetaData(String, String, Class, boolean, boolean, boolean, boolean, Date, int, Class, boolean, Class, int, String) -
Constructor for class org.quartz.SchedulerMetaData
-
- SchedulerPlugin - interface org.quartz.spi.SchedulerPlugin.
- Provides an interface for a class to become a "plugin" to Quartz.
- 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.
- SchedulerSignaler - interface org.quartz.spi.SchedulerSignaler.
- An interface to be used by
JobStore
instances in order to
communicate signals back to the QuartzScheduler
. - SchedulerSignalerImpl - class org.quartz.core.SchedulerSignalerImpl.
- An interface to be used by
JobStore
instances in order to
communicate signals back to the QuartzScheduler
. - SchedulerStateRecord - class org.quartz.impl.jdbcjobstore.SchedulerStateRecord.
- Conveys a scheduler-instance state record.
- SchedulerStateRecord() -
Constructor for class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- 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.
- Semaphore - interface org.quartz.impl.jdbcjobstore.Semaphore.
- An interface for providing thread/resource locking in order to protect
resources from being altered by multiple threads at the same time.
- ShutdownHookPlugin - class org.quartz.plugins.management.ShutdownHookPlugin.
- This plugin catches the event of the JVM terminating (such as upon a CRTL-C)
and tells the scheuler to shutdown.
- ShutdownHookPlugin() -
Constructor for class org.quartz.plugins.management.ShutdownHookPlugin
-
- SimpleClassLoadHelper - class org.quartz.simpl.SimpleClassLoadHelper.
- A
ClassLoadHelper
that simply calls
Class.forName(..)
. - SimpleClassLoadHelper() -
Constructor for class org.quartz.simpl.SimpleClassLoadHelper
-
- SimpleSemaphore - class org.quartz.impl.jdbcjobstore.SimpleSemaphore.
- An interface for providing thread/resource locking in order to protect
resources from being altered by multiple threads at the same time.
- SimpleSemaphore() -
Constructor for class org.quartz.impl.jdbcjobstore.SimpleSemaphore
-
- SimpleThreadPool - class org.quartz.simpl.SimpleThreadPool.
- This is class is a simple implementation of a thread pool, based on the
ThreadPool
interface. - SimpleThreadPool() -
Constructor for class org.quartz.simpl.SimpleThreadPool
- Create a new (unconfigured)
SimpleThreadPool
.
- SimpleThreadPool(int, int) -
Constructor for class org.quartz.simpl.SimpleThreadPool
- Create a new
SimpleThreadPool
with the specified number of
Thread
s that have the given priority.
- SimpleTimeBroker - class org.quartz.simpl.SimpleTimeBroker.
- The interface to be implemented by classes that want to provide a
mechanism by which the
QuartzScheduler
can reliably determine the current time. - SimpleTimeBroker() -
Constructor for class org.quartz.simpl.SimpleTimeBroker
-
- SimpleTrigger - class org.quartz.SimpleTrigger.
- A concrete
Trigger
that is used to fire a
JobDetail
at a given moment in time, and optionally repeated
at a specified interval. - SimpleTrigger() -
Constructor for class org.quartz.SimpleTrigger
- Create a
SimpleTrigger
with no settings.
- SimpleTrigger(String, String) -
Constructor for class org.quartz.SimpleTrigger
- Create a
SimpleTrigger
that will occur immediately,
and not repeat.
- SimpleTrigger(String, String, int, long) -
Constructor for class org.quartz.SimpleTrigger
- Create a
SimpleTrigger
that will occur immediately,
and repeat at the the given interval the given number of times.
- SimpleTrigger(String, String, Date) -
Constructor for class org.quartz.SimpleTrigger
- Create a
SimpleTrigger
that will occur at the given
time, and not repeat.
- SimpleTrigger(String, String, Date, Date, int, long) -
Constructor for class org.quartz.SimpleTrigger
- Create a
SimpleTrigger
that will occur at the given
time, and repeat at the the given interval the given number of times, or
until the given end time.
- SimpleTrigger(String, String, String, String, Date, Date, int, long) -
Constructor for class org.quartz.SimpleTrigger
- Create a
SimpleTrigger
that will occur at the given
time, fire the identified Job
and repeat at the the given
interval the given number of times, or until the given end time.
- StatefulJob - interface org.quartz.StatefulJob.
- A marker interface for
JobDetail
s that wish to have
their state maintained between executions. - StdJDBCConstants - interface org.quartz.impl.jdbcjobstore.StdJDBCConstants.
- This interface extends
Constants
to include the query
string constants in use by the StdJDBCDelegate
class. - StdJDBCDelegate - class org.quartz.impl.jdbcjobstore.StdJDBCDelegate.
- This is meant to be an abstract base class for most, if not all,
DriverDelegate
implementations. - StdJDBCDelegate(Log, String, String) -
Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Create new StdJDBCDelegate instance.
- StdJobRunShellFactory - class org.quartz.impl.StdJobRunShellFactory.
- Responsible for creating the instances of
JobRunShell
to be used within the QuartzScheduler
instance.- StdJobRunShellFactory() -
Constructor for class org.quartz.impl.StdJobRunShellFactory
-
- StdRowLockSemaphore - class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.
- An interface for providing thread/resource locking in order to protect
resources from being altered by multiple threads at the same time.
- StdRowLockSemaphore(String, String) -
Constructor for class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- 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
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
-
- schdCtxt -
Variable in class org.quartz.core.JobRunShell
-
- scheduleJob(JobDetail, Trigger) -
Method in interface org.quartz.Scheduler
- Add the given
JobDetail
to the Scheduler, and associate
the given Trigger
with it.
- scheduleJob(Trigger) -
Method in interface org.quartz.Scheduler
- Schedule the given
Trigger
with the
Job
identified by the Trigger
's settings.
- scheduleJob(SchedulingContext, JobDetail, Trigger) -
Method in class org.quartz.core.QuartzScheduler
- Add the
Job
identified by the given
JobDetail
to the Scheduler, and associate
the given Trigger
with it.
- scheduleJob(SchedulingContext, Trigger) -
Method in class org.quartz.core.QuartzScheduler
- Schedule the given
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
-
- 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.core.JobRunShell
-
- schedulerError(String, SchedulerException) -
Method in interface org.quartz.SchedulerListener
- Called by the
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.
- schedulerError(String, SchedulerException) -
Method in class org.quartz.impl.QuartzServer
- Called by the
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 interface org.quartz.SchedulerListener
- Called by the
Scheduler
to inform the listener
that it has shutdown.
- schedulerShutdown() -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
to inform the listener
that it has shutdown.
- selectCalendar(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select a calendar.
- selectCalendar(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select a calendar.
- selectCalendars(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select all of the stored calendars.
- selectCalendars(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select all of the stored calendars.
- selectFiredTriggerRecords(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the states of all fired-trigger records for a given trigger,
or trigger group if trigger name is
null
.
- selectFiredTriggerRecords(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the states of all fired-trigger records for a given trigger,
or trigger group if trigger name is
null
.
- selectFiredTriggerRecordsByJob(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the states of all fired-trigger records for a given job,
or job group if job name is
null
.
- selectFiredTriggerRecordsByJob(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the states of all fired-trigger records for a given job,
or job group if job name is
null
.
- selectInstancesFiredTriggerRecords(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the states of all fired-trigger records for a given scheduler
instance.
- selectInstancesFiredTriggerRecords(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectJobDetail(Connection, String, String, ClassLoadHelper) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the JobDetail object for a given job name / group
name.
- selectJobDetail(Connection, String, String, ClassLoadHelper) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the JobDetail object for a given job name / group
name.
- selectJobExecutionCount(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get the number instances of the identified job currently executing.
- selectJobExecutionCount(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectJobForTrigger(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the job to which the trigger is associated.
- selectJobForTrigger(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the job to which the trigger is associated.
- selectJobGroups(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select all of the job group names that are stored.
- selectJobGroups(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select all of the job group names that are stored.
- selectJobListeners(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get all of the listeners for a given job.
- selectJobListeners(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Get all of the listeners for a given job.
- selectJobsInGroup(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select all of the jobs contained in a given group.
- selectJobsInGroup(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select all of the jobs contained in a given group.
- selectMisfiredTriggers(Connection, long) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get the names of all of the triggers that have misfired - according
to the given timestamp.
- selectMisfiredTriggers(Connection, long) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Get the names of all of the triggers that have misfired.
- selectMisfiredTriggersInGroupInState(Connection, String, String, long) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get the names of all of the triggers in the given group and state
that have misfired - according to the given timestamp.
- selectMisfiredTriggersInGroupInState(Connection, String, String, long) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Get the names of all of the triggers in the given group and state
that have misfired.
- selectMisfiredTriggersInState(Connection, String, long) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get the names of all of the triggers in the given state
that have misfired - according to the given timestamp.
- selectMisfiredTriggersInState(Connection, String, long) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectNextFireTime(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the next time that a trigger will be fired.
- selectNextFireTime(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the next time that a trigger will be fired.
- selectNumCalendars(Connection) -
Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumCalendars(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the total number of calendars stored.
- selectNumCalendars(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the total number of calendars stored.
- selectNumJobs(Connection) -
Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumJobs(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the total number of jobs stored.
- selectNumJobs(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the total number of jobs stored.
- selectNumTriggers(Connection) -
Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumTriggers(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the total number of triggers stored.
- selectNumTriggers(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the total number of triggers stored.
- selectNumTriggersForJob(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumTriggersForJob(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the number of triggers associated with a given
job.
- selectNumTriggersForJob(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the number of triggers associated with a given
job.
- selectSchedulerStateRecords(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- A List of all current
SchedulerStateRecords
.
- selectSchedulerStateRecords(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectStatefulJobsOfTriggerGroup(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the stateful jobs which are referenced by triggers in the
given trigger group.
- selectStatefulJobsOfTriggerGroup(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectTrigger(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select a trigger.
- selectTrigger(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select a trigger.
- selectTriggerForFireTime(Connection, long) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the trigger that will be fired at the given fire
time.
- selectTriggerForFireTime(Connection, long) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the trigger that will be fired at the given fire
time.
- selectTriggerGroups(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select all of the trigger group names that are stored.
- selectTriggerGroups(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select all of the trigger group names that are stored.
- selectTriggerListeners(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the listeners associated with a given trigger.
- selectTriggerListeners(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the listeners associated with a given trigger.
- selectTriggerNamesForJob(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get the names of all of the triggers associated with the
given job.
- selectTriggerNamesForJob(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Get the names of all of the triggers associated with the
given job.
- selectTriggerState(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select a trigger' state value.
- selectTriggerState(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select a trigger' state value.
- selectTriggerStatus(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select a trigger' status (state & next fire time).
- selectTriggerStatus(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select a trigger' status (state & next fire time).
- selectTriggersForJob(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select the triggers for a job
- selectTriggersForJob(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select the triggers for a job
- selectTriggersForRecoveringJobs(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select all of the triggers for jobs that are requesting
recovery.
- selectTriggersForRecoveringJobs(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select all of the triggers for jobs that are requesting
recovery.
- selectTriggersInGroup(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select all of the triggers contained in a given group.
- selectTriggersInGroup(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select all of the triggers contained in a given group.
- selectTriggersInState(Connection, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Select all of the triggers in a given state.
- selectTriggersInState(Connection, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Select all of the triggers in a given state.
- selectVolatileJobs(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get the names of all of the jobs that are volatile.
- selectVolatileJobs(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectVolatileTriggers(Connection) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Get the names of all of the triggers that are volatile.
- selectVolatileTriggers(Connection) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- serializeJobData(JobDataMap) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Remove the transient data from and then create a serialized
java.util.ByteArrayOutputStream
version of a
JobDataMap
.
- serializeObject(Object) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Create a serialized
java.util.ByteArrayOutputStream
version of an
Object.
- serve(SchedulerFactory, boolean) -
Method in class org.quartz.impl.QuartzServer
-
- setAllowsTransientData(boolean) -
Method in class org.quartz.JobDataMap
- Tell the
JobDataMap
that it should allow
non-Serializable
data.
- setAllowsTransientData(boolean) -
Method in class org.quartz.SchedulerContext
- Tell the
SchedulerContext
that it should allow
non-Serializable
data.
- setAlwaysLookup(boolean) -
Method in class org.quartz.utils.JNDIConnectionProvider
-
- setBaseCalendar(Calendar) -
Method in interface org.quartz.Calendar
- Set a new base calendar or remove the existing one.
- setBaseCalendar(QuartzCalendar) -
Method in interface org.quartz.QuartzCalendar
- Set a new base calendar or remove the existing one.
- setBaseCalendar(Calendar) -
Method in class org.quartz.impl.calendar.BaseCalendar
- Set a new base calendar or remove the existing one
- setCalendarName(String) -
Method in class org.quartz.Trigger
- Associate the
Calendar
with the given name with
this Trigger.
- setCheckinInterval(long) -
Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- setCheckinTimestamp(long) -
Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- setCleanShutdown(boolean) -
Method in class org.quartz.plugins.management.ShutdownHookPlugin
- Set whether or not the plug-in is configured to cause a clean
shutdown of the scheduler.
- setClusterCheckinInterval(long) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Set the frequency (in milliseconds) at which this instance "checks-in"
with the other instances of the cluster.
- setCronExpression(String) -
Method in class org.quartz.CronTrigger
-
- setDataSource(String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Set the name of the
DataSource
that should be
used for performing database functions.
- setDayExcluded(Calendar, boolean) -
Method in class org.quartz.impl.calendar.AnnualCalendar
- Redefine a certain day to be excluded (true) or included (false).
- setDayExcluded(int, boolean) -
Method in class org.quartz.impl.calendar.MonthlyCalendar
- Redefine a certain day of the month to be excluded (true) or included
(false).
- setDayExcluded(int, boolean) -
Method in class org.quartz.impl.calendar.WeeklyCalendar
- Redefine a certain day of the week to be excluded (true) or
included (false).
- setDaysExcluded(ArrayList) -
Method in class org.quartz.impl.calendar.AnnualCalendar
- Redefine the array of days excluded.
- setDaysExcluded(boolean[]) -
Method in class org.quartz.impl.calendar.MonthlyCalendar
- Redefine the array of days excluded.
- setDaysExcluded(boolean[]) -
Method in class org.quartz.impl.calendar.WeeklyCalendar
- Redefine the array of days excluded.
- setDescription(String) -
Method in interface org.quartz.Calendar
- Set a description for the
Calendar
instance - may be
useful for remembering/displaying the purpose of the calendar, though
the description has no meaning to Quartz.
- setDescription(String) -
Method in class org.quartz.JobDetail
- Set a description for the
Job
instance - may be
useful for remembering/displaying the purpose of the job, though
the description has no meaning to Quartz.
- setDescription(String) -
Method in interface org.quartz.QuartzCalendar
- Set a description for the
QuartzCalendar
instance - may be
useful for remembering/displaying the purpose of the calendar, though
the description has no meaning to Quartz.
- setDescription(String) -
Method in class org.quartz.Trigger
- Set a description for the
Trigger
instance - may be
useful for remembering/displaying the purpose of the trigger, though
the description has no meaning to Quartz.
- setDescription(String) -
Method in class org.quartz.impl.calendar.BaseCalendar
- Set a description for the
Calendar
instance - may be
useful for remembering/displaying the purpose of the calendar, though
the description has no meaning to Quartz.
- setDontSetAutoCommitFalse(boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Don't call set autocommit(false) on connections obtained from the
DataSource.
- setDontSetNonManagedTXConnectionAutoCommitFalse(boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Don't call set autocommit(false) on connections obtained from the
DataSource.
- setDriverDelegateClass(String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Set the JDBC driver delegate class.
- setDurability(boolean) -
Method in class org.quartz.JobDetail
- Set whether or not the
Job
should remain stored after it
is orphaned (no Trigger
s
point to it).
- setEndTime(Date) -
Method in class org.quartz.CronTrigger
-
- setEndTime(Date) -
Method in class org.quartz.SimpleTrigger
- Set the time at which the
SimpleTrigger
should quit
repeating (and be automatically deleted).
- setErrorCode(int) -
Method in class org.quartz.SchedulerException
- Get the error code associated with this exception.
- setFailedOver(boolean) -
Method in class org.quartz.JobExecutionContext
- Deprecated.
- setFireInstanceId(String) -
Method in class org.quartz.Trigger
- This method should not be used by the Quartz client.
- setFireInstanceId(String) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setFireInstanceState(String) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setFireTimestamp(long) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setFirst(Object) -
Method in class org.quartz.utils.Pair
- Set the value of the first object in the pair.
- setGroup(String) -
Method in class org.quartz.JobDetail
- Set the group of this
Job
.
- setGroup(String) -
Method in class org.quartz.Trigger
- Set the name of this
Trigger
.
- 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.
- setInstanceId(String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Set the instance Id of the Scheduler (must be unique within
a cluster).
- setIsClustered(boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Set whether this instance is part of a cluster.
- setJobClass(Class) -
Method in class org.quartz.JobDetail
- Set the instance of
Job
that will be executed.
- setJobCompleteMessage(String) -
Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
- Set the message that is logged when a Job completes its execution.
- setJobDataMap(JobDataMap) -
Method in class org.quartz.JobDetail
- Set the
JobDataMap
to be associated with the
Job
.
- setJobGroup(String) -
Method in class org.quartz.Trigger
- Set the name of the associated
JobDetail
's group.
- setJobIsStateful(boolean) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setJobKey(Key) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setJobKey(Key) -
Method in class org.quartz.utils.TriggerStatus
-
- setJobName(String) -
Method in class org.quartz.Trigger
- Set the name of the associated
JobDetail
.
- setJobRequestsRecovery(boolean) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- 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
JobStore
for the
QuartzScheduler
to use.
- setJobToBeFiredMessage(String) -
Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
- Set the message that is logged when a Job is about to execute.
- setKey(Key) -
Method in class org.quartz.utils.TriggerStatus
-
- setMisfireInstruction(int) -
Method in class org.quartz.Trigger
- Set the instruction the
Scheduler
should be given for
handling misfire situations for this Trigger
- the concrete
Trigger
type that you are using will have defined a set of
additional MISFIRE_INSTRUCTION_XXX
constants that may be
passed to this method.
- setMisfireThreshold(long) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- The the number of milliseconds by which a trigger must have missed its
next-fire-time, in order for it to be considered "misfired" and thus
have its misfire instruction applied.
- setMisfireThreshold(long) -
Method in class org.quartz.simpl.RAMJobStore
- The the number of milliseconds by which a trigger must have missed its
next-fire-time, in order for it to be considered "misfired" and thus
have its misfire instruction applied.
- setName(String) -
Method in class org.quartz.JobDetail
- Set the name of this
Job
.
- setName(String) -
Method in class org.quartz.Trigger
- Set the name of this
Trigger
.
- setName(String) -
Method in class org.quartz.core.QuartzSchedulerResources
- Set the name for the
QuartzScheduler
.
- setNextFireTime(Date) -
Method in class org.quartz.CronTrigger
- Sets the next time at which the
CronTrigger
will
fire.
- setNextFireTime(Date) -
Method in class org.quartz.SimpleTrigger
- Set the next time at which the
SimpleTrigger
should fire.
- setNonManagedTXDataSource(String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Set the name of the
DataSource
that should be
used for performing database functions.
- setPreviousFireTime(Date) -
Method in class org.quartz.CronTrigger
- Set the previous time at which the
SimpleTrigger
fired.
- setPreviousFireTime(Date) -
Method in class org.quartz.SimpleTrigger
- Set the previous time at which the
SimpleTrigger
fired.
- 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.
- setRecoverer(String) -
Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- setRepeatCount(int) -
Method in class org.quartz.SimpleTrigger
- Set the the number of time the
SimpleTrigger
should
repeat, after which it will be automatically deleted.
- setRepeatInterval(long) -
Method in class org.quartz.SimpleTrigger
- Set the the time interval (in milliseconds) at which the
SimpleTrigger
should repeat.
- setRequestsRecovery(boolean) -
Method in class org.quartz.JobDetail
- Set whether or not the the
Scheduler
should re-execute
the Job
if a 'recovery' or 'fail-over' situation is
encountered.
- setSchedulerInstanceId(String) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setSchedulerInstanceId(String) -
Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- setSecond(Object) -
Method in class org.quartz.utils.Pair
- Set the second object in the pair.
- setSelectWithLockSQL(String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- set the SQL statement to use to select and lock a row in the
"locks" table.
- setStartTime(Date) -
Method in class org.quartz.CronTrigger
-
- setStartTime(Date) -
Method in class org.quartz.SimpleTrigger
- Set the time at which the
SimpleTrigger
should
occur.
- setTablePrefix(String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Set the prefix that should be pre-pended to all table
names.
- setThreadCount(int) -
Method in class org.quartz.simpl.SimpleThreadPool
- Set the number of worker threads in the pool - has no effect after
initialize()
has been called.
- setThreadPool(ThreadPool) -
Method in class org.quartz.core.QuartzSchedulerResources
- Set the
ThreadPool
for the
QuartzScheduler
to use.
- setThreadPriority(int) -
Method in class org.quartz.simpl.SimpleThreadPool
- Set the thread priority of worker threads in the pool - has no effect
after
initialize()
has been called.
- setTimeZone(TimeZone) -
Method in class org.quartz.CronTrigger
- Sets the time zone for which the
cronExpression
of this CronTrigger
will be resolved.
- setTimesTriggered(int) -
Method in class org.quartz.SimpleTrigger
- Set the number of times the
SimpleTrigger
has already
fired.
- setTriggerCompleteMessage(String) -
Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
- Set the message that is printed upon the completion of a trigger's firing.
- setTriggerFiredMessage(String) -
Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
- Set the message that is printed upon a trigger's firing.
- setTriggerIdentity(Trigger, String) -
Static method in class org.quartz.helpers.TriggerUtils
- Set the given
Trigger
's name to the given value, and its
group to the default group (Scheduler.DEFAULT_GROUP
).
- setTriggerIdentity(Trigger, String, String) -
Static method in class org.quartz.helpers.TriggerUtils
- Set the given
Trigger
's name to the given value, and its
group to the given group.
- setTriggerIsVolatile(boolean) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setTriggerKey(Key) -
Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setTriggerMisfiredMessage(String) -
Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
- Set the message that is printed upon a trigger's firing.
- setUnscheduleAllTriggers(boolean) -
Method in class org.quartz.JobExecutionException
-
- setUnscheduleFiringTrigger(boolean) -
Method in class org.quartz.JobExecutionException
-
- setUseDBLocks(boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Set whether this instance should use database-based thread
synchronization.
- setUserTxLocation(String) -
Method in class org.quartz.ee.jta.UserTransactionHelper
- Set the JNDI URL at which the Application Server's UserTransaction can
be found.
- setVolatility(boolean) -
Method in class org.quartz.JobDetail
- Set whether or not the
Job
should be persisted in the
JobStore
for re-use after program restarts.
- setVolatility(boolean) -
Method in interface org.quartz.QuartzCalendar
- Set whether or not the
QuartzCalendar
should be persisted
in the JobStore
for re-use after
program restarts.
- setVolatility(boolean) -
Method in class org.quartz.Trigger
- Set whether or not the
Trigger
should be persisted in the
JobStore
for re-use after program restarts.
- shutdown() -
Method in interface org.quartz.Scheduler
- Halts the
Scheduler
's firing of
Trigger
s
, and cleans up all resources associated
with the Scheduler.
- shutdown(boolean) -
Method in interface org.quartz.Scheduler
- Halts the
Scheduler
's firing of
Trigger
s
, and cleans up all resources associated
with the Scheduler.
- shutdown() -
Method in class org.quartz.core.QuartzScheduler
- Halts the
QuartzScheduler
's firing of
Trigger
s
, and cleans up all resources
associated with the QuartzScheduler.
- shutdown(boolean) -
Method in class org.quartz.core.QuartzScheduler
- Halts the
QuartzScheduler
's firing of
Trigger
s
, 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
-
- 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
.
- shutdown() -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Called by the QuartzScheduler to inform the
JobStore
that it should free up all of it's
resources because the scheduler is shutting down.
- shutdown() -
Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
- Called in order to inform the
SchedulerPlugin
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() -
Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
- Called in order to inform the
SchedulerPlugin
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() -
Method in class org.quartz.plugins.management.ShutdownHookPlugin
- Called in order to inform the
SchedulerPlugin
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() -
Method in class org.quartz.simpl.RAMJobStore
- Called by the QuartzScheduler to inform the
JobStore
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() -
Method in class org.quartz.simpl.SimpleThreadPool
- Terminate any worker threads in this thread group.
- shutdown(boolean) -
Method in class org.quartz.simpl.SimpleThreadPool
- Terminate any worker threads in this thread group.
- shutdown() -
Method in class org.quartz.simpl.SimpleTimeBroker
-
- shutdown() -
Method in interface org.quartz.spi.JobStore
- Called by the QuartzScheduler to inform the
JobStore
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() -
Method in interface org.quartz.spi.SchedulerPlugin
- Called in order to inform the
SchedulerPlugin
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown(boolean) -
Method in interface org.quartz.spi.ThreadPool
- Called by the QuartzScheduler to inform the
ThreadPool
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() -
Method in interface org.quartz.spi.TimeBroker
- Called by the QuartzScheduler to inform the
TimeBroker
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdownRequested -
Variable in class org.quartz.core.JobRunShell
-
- signalSchedulingChange() -
Method in class org.quartz.core.SchedulerSignalerImpl
-
- signalSchedulingChange() -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- signalSchedulingChange() -
Method in interface org.quartz.spi.SchedulerSignaler
-
- size() -
Method in class org.quartz.utils.DirtyFlagMap
-
- start() -
Method in interface org.quartz.Scheduler
- Starts the
Scheduler
's threads that fire
Trigger
s
.
- start() -
Method in class org.quartz.core.QuartzScheduler
- Starts the
QuartzScheduler
's threads that fire
Trigger
s
.
- start() -
Method in interface org.quartz.core.RemotableQuartzScheduler
-
- 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
.
- storeCalendar(SchedulingContext, String, Calendar, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Store the given
Calendar
.
- storeCalendar(Connection, SchedulingContext, String, Calendar, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- storeCalendar(SchedulingContext, String, Calendar, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Store the given
Calendar
.
- storeCalendar(SchedulingContext, String, Calendar, boolean) -
Method in class org.quartz.simpl.RAMJobStore
- Store the given
Calendar
.
- storeCalendar(SchedulingContext, String, Calendar, boolean) -
Method in interface org.quartz.spi.JobStore
- Store the given
Calendar
.
- storeJob(SchedulingContext, JobDetail, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Store the given
JobDetail
.
- storeJob(Connection, SchedulingContext, JobDetail, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Insert or update a job.
- storeJob(SchedulingContext, JobDetail, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Store the given
JobDetail
.
- storeJob(SchedulingContext, JobDetail, boolean) -
Method in class org.quartz.simpl.RAMJobStore
- Store the given
Job
.
- storeJob(SchedulingContext, JobDetail, boolean) -
Method in interface org.quartz.spi.JobStore
- Store the given
JobDetail
.
- storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Store the given
JobDetail
and
Trigger
.
- storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Store the given
JobDetail
and
Trigger
.
- storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) -
Method in class org.quartz.simpl.RAMJobStore
- Store the given
JobDetail
and
Trigger
.
- storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) -
Method in interface org.quartz.spi.JobStore
- Store the given
JobDetail
and
Trigger
.
- storeTrigger(SchedulingContext, Trigger, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Store the given
Trigger
.
- storeTrigger(Connection, SchedulingContext, Trigger, boolean, String, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Insert or update a trigger.
- storeTrigger(SchedulingContext, Trigger, boolean) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Store the given
Trigger
.
- storeTrigger(SchedulingContext, Trigger, boolean) -
Method in class org.quartz.simpl.RAMJobStore
- Store the given
Trigger
.
- storeTrigger(SchedulingContext, Trigger, boolean) -
Method in interface org.quartz.spi.JobStore
- Store the given
Trigger
.
- supportsPersistence() -
Method in class org.quartz.core.QuartzScheduler
-
- supportsPersistence() -
Method in interface org.quartz.core.RemotableQuartzScheduler
-
- supportsPersistence() -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- supportsPersistence() -
Method in class org.quartz.simpl.RAMJobStore
-
- supportsPersistence() -
Method in interface org.quartz.spi.JobStore
-
ClassLoadHelper
that uses either the current thread's
context class loader
(Thread.currentThread().getContextClassLoader().loadClass( ..- ThreadContextClassLoadHelper() -
Constructor for class org.quartz.simpl.ThreadContextClassLoadHelper
-
- ThreadPool - interface org.quartz.spi.ThreadPool.
- The interface to be implemented by classes that want to provide a
thread pool for the
QuartzScheduler
's use. - TimeBroker - interface org.quartz.spi.TimeBroker.
- The interface to be implemented by classes that want to provide a
mechanism by which the
QuartzScheduler
can reliably determine the current time. - Trigger - class org.quartz.Trigger.
- The base abstract class to be extended by all
Trigger
s. - Trigger() -
Constructor for class org.quartz.Trigger
- Create a
Trigger
with no specified name, group, or
JobDetail
.
- Trigger(String, String) -
Constructor for class org.quartz.Trigger
- Create a
Trigger
with the given name, and group.
- Trigger(String, String, String, String) -
Constructor for class org.quartz.Trigger
- Create a
Trigger
with the given name, and group.
- TriggerFiredBundle - class org.quartz.spi.TriggerFiredBundle.
- A simple class (structure) used for returning execution-time data from
the JobStore to the
QuartzSchedulerThread
. - TriggerFiredBundle(JobDetail, Calendar, boolean) -
Constructor for class org.quartz.spi.TriggerFiredBundle
-
- TriggerListener - interface org.quartz.TriggerListener.
- The interface to be implemented by classes that want to be informed
when a
Trigger
fires. - TriggerStatus - class org.quartz.utils.TriggerStatus.
- Object representing a job or trigger key.
- TriggerStatus(String, Date) -
Constructor for class org.quartz.utils.TriggerStatus
- Construct a new TriggerStatus with the status name and nextFireTime.
- TriggerUtils - class org.quartz.helpers.TriggerUtils.
- Convenience and utility methods for simplifying the construction and
configuration of
Trigger
s
. - TriggerUtils() -
Constructor for class org.quartz.helpers.TriggerUtils
-
- tablePrefix -
Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- tablePrefix -
Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- toString() -
Method in class org.quartz.JobDetail
- Return a simple string representation of this object.
- toString() -
Method in class org.quartz.SchedulerException
-
- toString() -
Method in class org.quartz.SchedulerMetaData
- Return a simple string representation of this object.
- toString() -
Method in class org.quartz.Trigger
- Return a simple string representation of this object.
- toString() -
Method in class org.quartz.utils.Key
- Return the string representation of the key.
- toString() -
Method in class org.quartz.utils.TriggerStatus
- Return the string representation of the TriggerStatus.
- triggerComplete(Trigger, JobExecutionContext, int) -
Method in interface org.quartz.TriggerListener
- Called by the
Scheduler
when a
Trigger
has fired, it's associated
JobDetail
has been executed, and it's
triggered(xx)
method has been called.
- triggerComplete(Trigger, JobExecutionContext, int) -
Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- triggerExists(Connection, String, String) -
Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not a trigger exists.
- triggerExists(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Check existence of a given trigger.
- triggerExists(Connection, String, String) -
Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not a trigger exists.
- triggerFinalized(Trigger) -
Method in interface org.quartz.SchedulerListener
- Called by the
Scheduler
when a
Trigger
has reached the condition in which it will
never fire again.
- triggerFinalized(Trigger) -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
when a
Trigger
has reached the condition in which it will
never fire again.
- triggerFired(Trigger, JobExecutionContext) -
Method in interface org.quartz.TriggerListener
- Called by the
Scheduler
when a
Trigger
has fired, and it's associated
JobDetail
is about to be executed.
- triggerFired(SchedulingContext, Trigger) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Inform the
JobStore
that the scheduler is now firing the
given Trigger
(executing its associated Job
),
that it had previously acquired (reserved).
- triggerFired(Connection, SchedulingContext, Trigger) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- triggerFired(SchedulingContext, Trigger) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Inform the
JobStore
that the scheduler is now firing the
given Trigger
(executing its associated Job
),
that it had previously acquired (reserved).
- triggerFired(Trigger, JobExecutionContext) -
Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- triggerFired(SchedulingContext, Trigger) -
Method in class org.quartz.simpl.RAMJobStore
- Inform the
JobStore
that the scheduler is now firing the
given Trigger
(executing its associated Job
),
that it had previously acquired (reserved).
- triggerFired(SchedulingContext, Trigger) -
Method in interface org.quartz.spi.JobStore
- Inform the
JobStore
that the scheduler is now firing the
given Trigger
(executing its associated Job
),
that it had previously acquired (reserved).
- triggerJob(String, String) -
Method in interface org.quartz.Scheduler
- Trigger the identified
JobDetail
(execute it now) -
the generated trigger will be non-volatile.
- triggerJob(SchedulingContext, String, String) -
Method in class org.quartz.core.QuartzScheduler
- Trigger the identified
Job
(execute it
now) - with a non-volatile trigger.
- triggerJob(SchedulingContext, String, String) -
Method in interface org.quartz.core.RemotableQuartzScheduler
-
- 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 interface org.quartz.Scheduler
- Trigger the identified
JobDetail
(execute it now) -
the generated trigger will be volatile.
- triggerJobWithVolatileTrigger(SchedulingContext, String, String) -
Method in class org.quartz.core.QuartzScheduler
- Trigger the identified
Job
(execute it
now) - with a volatile trigger.
- triggerJobWithVolatileTrigger(SchedulingContext, String, String) -
Method in interface org.quartz.core.RemotableQuartzScheduler
-
- 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.
- triggerMisfired(Trigger) -
Method in interface org.quartz.TriggerListener
- Called by the
Scheduler
when a
Trigger
has misfired.
- triggerMisfired(Trigger) -
Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- triggered(Calendar) -
Method in class org.quartz.CronTrigger
- Called when the
Scheduler
has decided to 'fire'
the trigger (execute the associated Job
), in order to give
the Trigger
a chance to update itself for its next
triggering (if any).
- triggered(Calendar) -
Method in class org.quartz.SimpleTrigger
- Called when the
Scheduler
has decided to 'fire'
the trigger (execute the associated Job
), in order to give
the Trigger
a chance to update itself for its next
triggering (if any).
- triggered(Calendar) -
Method in class org.quartz.Trigger
- This method should not be used by the Quartz client.
- triggeredJobComplete(SchedulingContext, Trigger, JobDetail, int) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Inform the
JobStore
that the scheduler has
completed the firing of the given Trigger
(and the
execution its associated Job
), and that the
JobDataMap
in the given
JobDetail
should be updated if the
Job
is stateful.
- triggeredJobComplete(Connection, SchedulingContext, Trigger, JobDetail, int) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- triggeredJobComplete(SchedulingContext, Trigger, JobDetail, int) -
Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Inform the
JobStore
that the scheduler has
completed the firing of the given Trigger
(and the
execution its associated Job
), and that the
JobDataMap
in the given
JobDetail
should be updated if the
Job
is stateful.
- triggeredJobComplete(SchedulingContext, Trigger, JobDetail, int) -
Method in class org.quartz.simpl.RAMJobStore
- Inform the
JobStore
that the scheduler has completed the
firing of the given Trigger
(and the execution its associated
Job
), and that the JobDataMap
in the given JobDetail
should be updated if the
Job
is stateful.
- triggeredJobComplete(SchedulingContext, Trigger, JobDetail, int) -
Method in interface org.quartz.spi.JobStore
- Inform the
JobStore
that the scheduler has completed the
firing of the given Trigger
(and the execution its associated
Job
), and that the JobDataMap
in the given JobDetail
should be updated if the
Job
is stateful.
- triggersPaused(String, String) -
Method in interface org.quartz.SchedulerListener
- Called by the
Scheduler
when a
Trigger
or group of Trigger
s
has been paused.
- triggersPaused(String, String) -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
when a
Trigger
or group of Trigger
s
has been paused.
- triggersResumed(String, String) -
Method in interface org.quartz.SchedulerListener
- Called by the
Scheduler
when a
Trigger
or group of Trigger
s
has been un-paused.
- triggersResumed(String, String) -
Method in class org.quartz.impl.QuartzServer
- Called by the
Scheduler
when a
Trigger
or group of Trigger
s
has been un-paused.
Trigger
from the scheduler.
Trigger
from the
scheduler.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
QuartzScheduler
, passing the SchedulingContext
associated with this instance.
CronTrigger
's state based on the
MISFIRE_INSTRUCTION_XXX that was selected when the
SimpleTrigger
was created.
SimpleTrigger
's state based on the
MISFIRE_INSTRUCTION_XXX that was selected when the
SimpleTrigger
was created.
JobDetail
are
valid for submission into a Scheduler
.
JobDetail
are
valid for submission into a Scheduler
.
JobDetail
are
valid for submission into a Scheduler
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |