Uses of Class
com.quartzdesk.service.types.v2_0.scheduler.quartz.monitor.QuartzMonitorSchedulerState

Packages that use QuartzMonitorSchedulerState
com.quartzdesk.service.quartz.v6_0   
com.quartzdesk.service.types.v2_0.scheduler.quartz.monitor   
 

Uses of QuartzMonitorSchedulerState in com.quartzdesk.service.quartz.v6_0
 

Fields in com.quartzdesk.service.quartz.v6_0 declared as QuartzMonitorSchedulerState
protected  QuartzMonitorSchedulerState GetSchedulerMonitorStateResponse.state
           
 

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

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

Uses of QuartzMonitorSchedulerState in com.quartzdesk.service.types.v2_0.scheduler.quartz.monitor
 

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