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

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

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

Fields in com.quartzdesk.service.quartz.v5_0 declared as MonitorSchedulerState
protected  MonitorSchedulerState GetSchedulerMonitorStateResponse.state
           
 

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

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

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

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