Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
org.quartz.impl.jdbcjobstore | |
org.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
org.quartz.spi |
Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services.
|
org.terracotta.quartz |
Modifier and Type | Method and Description |
---|---|
Trigger.TriggerState |
Scheduler.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
static Trigger.TriggerState |
Trigger.TriggerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.TriggerState[] |
Trigger.TriggerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Trigger.TriggerState |
RemotableQuartzScheduler.getTriggerState(TriggerKey triggerKey) |
Trigger.TriggerState |
QuartzScheduler.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
Modifier and Type | Method and Description |
---|---|
Trigger.TriggerState |
StdScheduler.getTriggerState(TriggerKey triggerKey)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
Trigger.TriggerState |
RemoteScheduler.getTriggerState(TriggerKey triggerKey)
Calls the equivalent method on the 'proxied'
QuartzScheduler . |
Trigger.TriggerState |
RemoteMBeanScheduler.getTriggerState(TriggerKey triggerKey)
Calls the equivalent method on the 'proxied'
QuartzScheduler ,
passing the SchedulingContext associated with this
instance. |
Modifier and Type | Method and Description |
---|---|
Trigger.TriggerState |
JobStoreSupport.getTriggerState(Connection conn,
TriggerKey key) |
Trigger.TriggerState |
JobStoreSupport.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
Modifier and Type | Method and Description |
---|---|
Trigger.TriggerState |
RAMJobStore.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
Modifier and Type | Method and Description |
---|---|
Trigger.TriggerState |
JobStore.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
Modifier and Type | Method and Description |
---|---|
Trigger.TriggerState |
PlainTerracottaJobStore.getTriggerState(TriggerKey triggerKey) |
Trigger.TriggerState |
AbstractTerracottaJobStore.getTriggerState(TriggerKey triggerKey) |
Copyright 2001-2019, Terracotta, Inc.