Uses of Class
org.quartz.Trigger.TriggerState

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. 
 

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 Trigger.
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 Trigger.
 

Uses of Trigger.TriggerState in org.quartz.impl
 

Methods in org.quartz.impl that return Trigger.TriggerState
 Trigger.TriggerState RemoteScheduler.getTriggerState(TriggerKey triggerKey)
           Calls the equivalent method on the 'proxied' QuartzScheduler.
 Trigger.TriggerState StdScheduler.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 Trigger.
 

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 Trigger.
 



Copyright 2001-2013, Terracotta, Inc.