|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trigger.TriggerState | |
---|---|
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 |
Uses of Trigger.TriggerState in org.quartz |
---|
Methods in org.quartz that return Trigger.TriggerState | |
---|---|
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. |
Uses of Trigger.TriggerState in org.quartz.core |
---|
Methods in org.quartz.core that return Trigger.TriggerState | |
---|---|
Trigger.TriggerState |
RemotableQuartzScheduler.getTriggerState(TriggerKey triggerKey)
|
Trigger.TriggerState |
QuartzScheduler.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified . |
Uses of Trigger.TriggerState in org.quartz.impl |
---|
Methods in org.quartz.impl that return Trigger.TriggerState | |
---|---|
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. |
Uses of Trigger.TriggerState in org.quartz.impl.jdbcjobstore |
---|
Methods in org.quartz.impl.jdbcjobstore that return Trigger.TriggerState | |
---|---|
Trigger.TriggerState |
JobStoreSupport.getTriggerState(Connection conn,
TriggerKey key)
|
Trigger.TriggerState |
JobStoreSupport.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified . |
Uses of Trigger.TriggerState in org.quartz.simpl |
---|
Methods in org.quartz.simpl that return Trigger.TriggerState | |
---|---|
Trigger.TriggerState |
RAMJobStore.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified . |
Uses of Trigger.TriggerState in org.quartz.spi |
---|
Methods in org.quartz.spi that return Trigger.TriggerState | |
---|---|
Trigger.TriggerState |
JobStore.getTriggerState(TriggerKey triggerKey)
Get the current state of the identified . |
Uses of Trigger.TriggerState in org.terracotta.quartz |
---|
Methods in org.terracotta.quartz that return Trigger.TriggerState | |
---|---|
Trigger.TriggerState |
PlainTerracottaJobStore.getTriggerState(TriggerKey triggerKey)
|
Trigger.TriggerState |
AbstractTerracottaJobStore.getTriggerState(TriggerKey triggerKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |