Package | Description |
---|---|
org.jboss.util.timeout |
Timeout utilties.
|
Modifier and Type | Method and Description |
---|---|
TimeoutExt |
HashedTimeoutPriorityQueueImpl.offer(long time,
TimeoutTarget target) |
TimeoutExt |
TimeoutPriorityQueue.offer(long time,
TimeoutTarget target)
Add a timeout to the queue
|
TimeoutExt |
TimeoutPriorityQueueImpl.offer(long time,
TimeoutTarget target) |
TimeoutExt |
HashedTimeoutPriorityQueueImpl.peek() |
TimeoutExt |
TimeoutPriorityQueue.peek()
Retrieves but does not remove the top of the queue
or null if there is no such element
|
TimeoutExt |
TimeoutPriorityQueueImpl.peek() |
TimeoutExt |
HashedTimeoutPriorityQueueImpl.poll() |
TimeoutExt |
TimeoutPriorityQueue.poll()
Retrieves and removes the top of the queue if it times out
or null if there is no such element
|
TimeoutExt |
TimeoutPriorityQueueImpl.poll() |
TimeoutExt |
HashedTimeoutPriorityQueueImpl.poll(long wait) |
TimeoutExt |
TimeoutPriorityQueue.poll(long wait)
Retrieves and removes the top of the queue if it times out
or null if there is no such element
|
TimeoutExt |
TimeoutPriorityQueueImpl.poll(long wait) |
TimeoutExt |
HashedTimeoutPriorityQueueImpl.take() |
TimeoutExt |
TimeoutPriorityQueue.take()
Take a timeout when it times out
|
TimeoutExt |
TimeoutPriorityQueueImpl.take() |
Modifier and Type | Method and Description |
---|---|
boolean |
HashedTimeoutPriorityQueueImpl.remove(TimeoutExt timeout) |
boolean |
TimeoutPriorityQueue.remove(TimeoutExt timeout)
Removes the passed timeout from the queue
|
boolean |
TimeoutPriorityQueueImpl.remove(TimeoutExt timeout) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.