| Package | Description |
|---|---|
| org.jboss.util.timeout |
Timeout utilties.
|
| Modifier and Type | Field and Description |
|---|---|
private HashedTimeoutPriorityQueueImpl.TimeoutExtImpl[] |
HashedTimeoutPriorityQueueImpl.InternalPriorityQueue.queue
The timeouts
|
private HashedTimeoutPriorityQueueImpl.TimeoutExtImpl |
HashedTimeoutPriorityQueueImpl.top
The top element
|
| Modifier and Type | Method and Description |
|---|---|
private HashedTimeoutPriorityQueueImpl.TimeoutExtImpl |
HashedTimeoutPriorityQueueImpl.cleanupTimeoutExtImpl(HashedTimeoutPriorityQueueImpl.TimeoutExtImpl timeout)
Recursive cleanup of a TimeoutImpl
|
private HashedTimeoutPriorityQueueImpl.TimeoutExtImpl |
HashedTimeoutPriorityQueueImpl.InternalPriorityQueue.removeNode(int index)
Remove a node from the tree and normalize.
|
| Modifier and Type | Method and Description |
|---|---|
private HashedTimeoutPriorityQueueImpl.TimeoutExtImpl |
HashedTimeoutPriorityQueueImpl.cleanupTimeoutExtImpl(HashedTimeoutPriorityQueueImpl.TimeoutExtImpl timeout)
Recursive cleanup of a TimeoutImpl
|
(package private) TimeoutExt |
HashedTimeoutPriorityQueueImpl.InternalPriorityQueue.offer(HashedTimeoutPriorityQueueImpl.TimeoutExtImpl timeout) |