| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
| com.helger.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
| com.helger.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.
|
| Modifier and Type | Method and Description |
|---|---|
ITrigger.ETriggerState |
IScheduler.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
static ITrigger.ETriggerState |
ITrigger.ETriggerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITrigger.ETriggerState[] |
ITrigger.ETriggerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ITrigger.ETriggerState |
IQuartzScheduler.getTriggerState(TriggerKey triggerKey) |
ITrigger.ETriggerState |
QuartzScheduler.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
| Modifier and Type | Method and Description |
|---|---|
ITrigger.ETriggerState |
StdScheduler.getTriggerState(TriggerKey triggerKey)
Calls the equivalent method on the 'proxied'
QuartzScheduler. |
| Modifier and Type | Method and Description |
|---|---|
ITrigger.ETriggerState |
RAMJobStore.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
| Modifier and Type | Method and Description |
|---|---|
ITrigger.ETriggerState |
IJobStore.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified
. |
Copyright © 2016–2021 Philip Helger. All rights reserved.