Uses of Class
com.quartzdesk.service.types.v3_0.scheduler.quartz.monitor.QuartzMonitorJobState

Packages that use QuartzMonitorJobState
com.quartzdesk.service.quartz.v7_0   
com.quartzdesk.service.types.v3_0.scheduler.quartz.monitor   
 

Uses of QuartzMonitorJobState in com.quartzdesk.service.quartz.v7_0
 

Fields in com.quartzdesk.service.quartz.v7_0 declared as QuartzMonitorJobState
protected  QuartzMonitorJobState GetJobMonitorStateResponse.state
           
 

Methods in com.quartzdesk.service.quartz.v7_0 that return QuartzMonitorJobState
 QuartzMonitorJobState GetJobMonitorStateResponse.getState()
          Gets the value of the state property.
 

Methods in com.quartzdesk.service.quartz.v7_0 with parameters of type QuartzMonitorJobState
 void GetJobMonitorStateResponse.setState(QuartzMonitorJobState value)
          Sets the value of the state property.
 GetJobMonitorStateResponse GetJobMonitorStateResponse.withState(QuartzMonitorJobState value)
           
 

Uses of QuartzMonitorJobState in com.quartzdesk.service.types.v3_0.scheduler.quartz.monitor
 

Methods in com.quartzdesk.service.types.v3_0.scheduler.quartz.monitor that return QuartzMonitorJobState
static QuartzMonitorJobState QuartzMonitorJobState.fromValue(String v)
           
static QuartzMonitorJobState QuartzMonitorJobState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QuartzMonitorJobState[] QuartzMonitorJobState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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