Uses of Class org.quartz.Trigger.CompletedExecutionInstruction (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Class
org.quartz.Trigger.CompletedExecutionInstruction

Packages that use Trigger.CompletedExecutionInstruction
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.jdbcjobstore   
org.quartz.impl.triggers This package contains Trigger implementations that ship with Quartz. 
org.quartz.listeners   
org.quartz.locality   
org.quartz.plugins.history   
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.CompletedExecutionInstruction in org.quartz
 

Methods in org.quartz that return Trigger.CompletedExecutionInstruction
static Trigger.CompletedExecutionInstruction Trigger.CompletedExecutionInstruction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Trigger.CompletedExecutionInstruction[] Trigger.CompletedExecutionInstruction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.quartz with parameters of type Trigger.CompletedExecutionInstruction
 void TriggerListener.triggerComplete(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode)
           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.
 

Uses of Trigger.CompletedExecutionInstruction in org.quartz.core
 

Methods in org.quartz.core with parameters of type Trigger.CompletedExecutionInstruction
 boolean JobRunShell.completeTriggerRetryLoop(org.quartz.spi.OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction instCode)
           
protected  void QuartzScheduler.notifyJobStoreJobComplete(org.quartz.spi.OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode)
           
protected  void QuartzScheduler.notifyJobStoreJobVetoed(org.quartz.spi.OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode)
           
 void QuartzScheduler.notifyTriggerListenersComplete(JobExecutionContext jec, Trigger.CompletedExecutionInstruction instCode)
           
 boolean JobRunShell.vetoedJobRetryLoop(org.quartz.spi.OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction instCode)
           
 

Uses of Trigger.CompletedExecutionInstruction in org.quartz.impl.jdbcjobstore
 

Methods in org.quartz.impl.jdbcjobstore with parameters of type Trigger.CompletedExecutionInstruction
protected  void JobStoreSupport.triggeredJobComplete(Connection conn, org.quartz.spi.OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode)
           
 void JobStoreSupport.triggeredJobComplete(org.quartz.spi.OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode)
           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.
 

Uses of Trigger.CompletedExecutionInstruction in org.quartz.impl.triggers
 

Methods in org.quartz.impl.triggers that return Trigger.CompletedExecutionInstruction
 Trigger.CompletedExecutionInstruction AbstractTrigger.executionComplete(JobExecutionContext context, JobExecutionException result)
           This method should not be used by the Quartz client.
 

Uses of Trigger.CompletedExecutionInstruction in org.quartz.listeners
 

Methods in org.quartz.listeners with parameters of type Trigger.CompletedExecutionInstruction
 void TriggerListenerSupport.triggerComplete(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode)
           
 void BroadcastTriggerListener.triggerComplete(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode)
           
 

Uses of Trigger.CompletedExecutionInstruction in org.quartz.locality
 

Methods in org.quartz.locality that return Trigger.CompletedExecutionInstruction
 Trigger.CompletedExecutionInstruction DelegatingLocalityTrigger.executionComplete(JobExecutionContext context, JobExecutionException result)
          
 

Uses of Trigger.CompletedExecutionInstruction in org.quartz.plugins.history
 

Methods in org.quartz.plugins.history with parameters of type Trigger.CompletedExecutionInstruction
 void LoggingTriggerHistoryPlugin.triggerComplete(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode)
           
 

Uses of Trigger.CompletedExecutionInstruction in org.quartz.simpl
 

Methods in org.quartz.simpl with parameters of type Trigger.CompletedExecutionInstruction
 void RAMJobStore.triggeredJobComplete(org.quartz.spi.OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode)
           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.
 



Copyright 2001-2011, Terracotta, Inc.