Uses of Class
com.gurock.smartinspect.scheduler.SchedulerCommand
-
Packages that use SchedulerCommand Package Description com.gurock.smartinspect.scheduler -
-
Uses of SchedulerCommand in com.gurock.smartinspect.scheduler
Methods in com.gurock.smartinspect.scheduler that return SchedulerCommand Modifier and Type Method Description SchedulerCommandSchedulerQueue. dequeue()Returns a scheduler command and removes it from the queue.Methods in com.gurock.smartinspect.scheduler with parameters of type SchedulerCommand Modifier and Type Method Description voidSchedulerQueue. enqueue(SchedulerCommand command, SchedulerQueue.QueueEnd insertTo)Adds a new scheduler command to the queue.booleanScheduler. schedule(SchedulerCommand command, SchedulerQueue.QueueEnd insertTo)Schedules a new command for asynchronous execution.
-