Frames | No Frames |
Methods which throw type org.jgroups.TimeoutException | |
Object | |
Object | JChannelMBean.peek(long timeout) |
Object | |
Object | JChannelMBean.receive(long timeout) |
Methods which throw type org.jgroups.TimeoutException | |
Object | RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout) |
Object | RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout) |
Object | |
Object | |
Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
Methods which throw type org.jgroups.TimeoutException | |
Object | Promise.getResultWithTimeout(long timeout) Blocks until a result is available, or timeout milliseconds have elapsed
|
Object | LinkedListQueue.peek(long timeout) returns the first object on the queue, without removing it. |
Object | returns the first object on the queue, without removing it. |
Object | returns the first object on the queue, without removing it. |
Object | LinkedListQueue.remove(long timeout) Removes 1 element from the head. |
Object | Removes 1 element from the head. |
Object | Removes 1 element from the head. |
boolean | AckCollector.waitForAllAcks(long timeout) |
void | Queue2.waitUntilEmpty(long timeout) Blocks until the queue has no elements left. |
void | CondVar.waitUntilWithTimeout(Object result, long timeout) Waits until the condition matches the expected result. |
Methods which throw type org.jgroups.TimeoutException | |
Object | RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout) |
Object | RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout) |
Object | |
Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
Object |
Methods which throw type org.jgroups.TimeoutException | |
Object | Returns the next message, view, block, suspect or other event without removing
it from the queue. |
Object | Just peeks at the next message, view or block. |
Object | Receives a message, a view change or a block event. |
Object | Blocking receive method. |