| Package | Description |
|---|---|
| com.gurock.smartinspect.protocols | |
| com.gurock.smartinspect.scheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.scheduleWritePacket(Packet packet,
SchedulerQueue.QueueEnd insertTo) |
| Modifier and Type | Method and Description |
|---|---|
static SchedulerQueue.QueueEnd |
SchedulerQueue.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerQueue.enqueue(SchedulerCommand command,
SchedulerQueue.QueueEnd insertTo)
Adds a new scheduler command to the queue.
|
boolean |
Scheduler.schedule(SchedulerCommand command,
SchedulerQueue.QueueEnd insertTo)
Schedules a new command for asynchronous execution.
|
Copyright © 2023. All rights reserved.