| Package | Description |
|---|---|
| com.cosylab.epics.caj.util |
| Modifier and Type | Field and Description |
|---|---|
protected PriorityBlockingQueue<SearchTimer.TimerTask> |
SearchTimer.heap
Tasks are maintained in a standard priority queue.
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchTimer.TimerTask |
SearchTimer.nextTask(boolean blockAndExtract,
long dt)
Return the next task to execute, or null if thread is interrupted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTimer.executeAfterDelay(long millisecondsToDelay,
SearchTimer.TimerTask task)
Execute the given command after waiting for the given delay.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.