|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeoutException | |
|---|---|
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
| org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
| Uses of TimeoutException in org.jgroups.protocols |
|---|
| Methods in org.jgroups.protocols that throw TimeoutException | |
|---|---|
protected void |
RSVP.Entry.block(long timeout)
|
| Uses of TimeoutException in org.jgroups.util |
|---|
| Methods in org.jgroups.util that throw TimeoutException | |
|---|---|
protected T |
Promise._getResultWithTimeout(long timeout)
Blocks until a result is available, or timeout milliseconds have elapsed. |
T |
Promise.getResultWithTimeout(long timeout)
Blocks until a result is available, or timeout milliseconds have elapsed |
java.lang.Object |
Queue.peek(long timeout)
returns the first object on the queue, without removing it. |
java.lang.Object |
Queue.remove(long timeout)
Removes 1 element from the head. |
java.lang.Object |
Queue.removeWait(long timeout)
|
boolean |
AckCollector.waitForAllAcks(long timeout)
|
static void |
Util.waitUntilAllChannelsHaveSameSize(long timeout,
long interval,
Channel... channels)
Blocks until all channels have the same view |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||