Uses of Class
com.quartzdesk.service.types.v5_0.scheduler.ExecType

Packages that use ExecType
com.quartzdesk.service.types.v5_0.scheduler   
com.quartzdesk.service.types.v5_0.scheduler.quartz   
 

Uses of ExecType in com.quartzdesk.service.types.v5_0.scheduler
 

Fields in com.quartzdesk.service.types.v5_0.scheduler declared as ExecType
protected  ExecType ExecHistory.execType
           
 

Methods in com.quartzdesk.service.types.v5_0.scheduler that return ExecType
static ExecType ExecType.fromValue(String v)
           
 ExecType ExecHistory.getExecType()
          Gets the value of the execType property.
static ExecType ExecType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecType[] ExecType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.quartzdesk.service.types.v5_0.scheduler with parameters of type ExecType
 void ExecHistory.setExecType(ExecType value)
          Sets the value of the execType property.
 ExecHistory ExecHistory.withExecType(ExecType value)
           
 

Uses of ExecType in com.quartzdesk.service.types.v5_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v5_0.scheduler.quartz declared as ExecType
protected  ExecType QuartzExecutingJob.execType
           
protected  ExecType QuartzMisfiredTrigger.refireEhExecType
           
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz that return ExecType
 ExecType QuartzExecutingJob.getExecType()
          Gets the value of the execType property.
 ExecType QuartzMisfiredTrigger.getRefireEhExecType()
          Gets the value of the refireEhExecType property.
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz with parameters of type ExecType
 void QuartzExecutingJob.setExecType(ExecType value)
          Sets the value of the execType property.
 void QuartzMisfiredTrigger.setRefireEhExecType(ExecType value)
          Sets the value of the refireEhExecType property.
 QuartzExecutingJob QuartzExecutingJob.withExecType(ExecType value)
           
 QuartzExecHistory QuartzExecHistory.withExecType(ExecType value)
           
 QuartzMisfiredTrigger QuartzMisfiredTrigger.withRefireEhExecType(ExecType value)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.