Uses of Class
com.gurock.smartinspect.scheduler.SchedulerAction
-
Packages that use SchedulerAction Package Description com.gurock.smartinspect.scheduler -
-
Uses of SchedulerAction in com.gurock.smartinspect.scheduler
Fields in com.gurock.smartinspect.scheduler declared as SchedulerAction Modifier and Type Field Description static SchedulerActionSchedulerAction. ConnectRepresents a connect protocol operation.static SchedulerActionSchedulerAction. DisconnectRepresents a disconnect protocol operation.static SchedulerActionSchedulerAction. DispatchRepresents a dispatch protocol operation.static SchedulerActionSchedulerAction. WritePacketRepresents a write protocol operation.Methods in com.gurock.smartinspect.scheduler that return SchedulerAction Modifier and Type Method Description SchedulerActionSchedulerCommand. getAction()Returns the scheduler action to execute.Methods in com.gurock.smartinspect.scheduler with parameters of type SchedulerAction Modifier and Type Method Description voidSchedulerCommand. setAction(SchedulerAction action)Sets the scheduler action to execute.
-