Uses of Class
org.jboss.util.threadpool.BasicThreadPool.TimeoutInfo
-
Packages that use BasicThreadPool.TimeoutInfo Package Description org.jboss.util.threadpool -
-
Uses of BasicThreadPool.TimeoutInfo in org.jboss.util.threadpool
Fields in org.jboss.util.threadpool with type parameters of type BasicThreadPool.TimeoutInfo Modifier and Type Field Description private java.util.concurrent.PriorityBlockingQueue<BasicThreadPool.TimeoutInfo>
BasicThreadPool. tasksWithTimeouts
The Heapof tasks ordered by their completion timeout Methods in org.jboss.util.threadpool that return BasicThreadPool.TimeoutInfo Modifier and Type Method Description protected BasicThreadPool.TimeoutInfo
BasicThreadPool. getNextTimeout()
-