Uses of Class
com.cosylab.epics.caj.util.SearchTimer.TimerTask
-
Packages that use SearchTimer.TimerTask Package Description com.cosylab.epics.caj.util -
-
Uses of SearchTimer.TimerTask in com.cosylab.epics.caj.util
Fields in com.cosylab.epics.caj.util with type parameters of type SearchTimer.TimerTask Modifier and Type Field Description protected PriorityBlockingQueue<SearchTimer.TimerTask>SearchTimer. heapTasks are maintained in a standard priority queue.Methods in com.cosylab.epics.caj.util that return SearchTimer.TimerTask Modifier and Type Method Description protected SearchTimer.TimerTaskSearchTimer. nextTask(boolean blockAndExtract, long dt)Return the next task to execute, or null if thread is interrupted.Methods in com.cosylab.epics.caj.util with parameters of type SearchTimer.TimerTask Modifier and Type Method Description voidSearchTimer. executeAfterDelay(long millisecondsToDelay, SearchTimer.TimerTask task)Execute the given command after waiting for the given delay.
-