Uses of Class
com.quartzdesk.service.types.v1_0.scheduler.quartz.monitor.MonitorJobState

Packages that use MonitorJobState
com.quartzdesk.service.quartz.v5_0   
com.quartzdesk.service.types.v1_0.scheduler.quartz.monitor   
 

Uses of MonitorJobState in com.quartzdesk.service.quartz.v5_0
 

Fields in com.quartzdesk.service.quartz.v5_0 declared as MonitorJobState
protected  MonitorJobState GetJobMonitorStateResponse.state
           
 

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

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

Uses of MonitorJobState in com.quartzdesk.service.types.v1_0.scheduler.quartz.monitor
 

Methods in com.quartzdesk.service.types.v1_0.scheduler.quartz.monitor that return MonitorJobState
static MonitorJobState MonitorJobState.fromValue(String v)
           
static MonitorJobState MonitorJobState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MonitorJobState[] MonitorJobState.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.