Uses of Class
com.gurock.smartinspect.scheduler.SchedulerQueue.QueueEnd
-
Packages that use SchedulerQueue.QueueEnd Package Description com.gurock.smartinspect.protocols com.gurock.smartinspect.scheduler -
-
Uses of SchedulerQueue.QueueEnd in com.gurock.smartinspect.protocols
Methods in com.gurock.smartinspect.protocols with parameters of type SchedulerQueue.QueueEnd Modifier and Type Method Description voidProtocol. scheduleWritePacket(Packet packet, SchedulerQueue.QueueEnd insertTo) -
Uses of SchedulerQueue.QueueEnd in com.gurock.smartinspect.scheduler
Methods in com.gurock.smartinspect.scheduler that return SchedulerQueue.QueueEnd Modifier and Type Method Description static SchedulerQueue.QueueEndSchedulerQueue.QueueEnd. valueOf(String name)Returns the enum constant of this type with the specified name.static SchedulerQueue.QueueEnd[]SchedulerQueue.QueueEnd. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gurock.smartinspect.scheduler with parameters of type SchedulerQueue.QueueEnd 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.
-