Uses of Class org.jgroups.TimeoutException

Uses in package org.jgroups

Methods which throw type org.jgroups.TimeoutException

Object
Channel.peek(long timeout)
Returns the next message, view, block, suspect or other event without removing it from the queue.
Object
JChannel.peek(long timeout)
Just peeks at the next message, view or block.
Object
Channel.receive(long timeout)
Receives a message, a view change or a block event.
Object
JChannel.receive(long timeout)
Blocking receive method.

Uses in package org.jgroups.jmx

Methods which throw type org.jgroups.TimeoutException

Object
JChannel.peek(long timeout)
Object
JChannelMBean.peek(long timeout)
Object
JChannel.receive(long timeout)
Object
JChannelMBean.receive(long timeout)

Uses in package org.jgroups.util

Methods which throw type org.jgroups.TimeoutException

Object
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
Queue.peek(long timeout)
returns the first object on the queue, without removing it.
Object
Queue2.peek(long timeout)
returns the first object on the queue, without removing it.
Object
LinkedListQueue.remove(long timeout)
Removes 1 element from the head.
Object
Queue.remove(long timeout)
Removes 1 element from the head.
Object
Queue2.remove(long timeout)
Removes 1 element from the head.
boolean
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.

Uses in package org.jgroups.blocks

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
RpcDispatcher.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
Object
MessageDispatcher.sendMessage(Message msg, int mode, long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response.
Object
RpcDispatcher.sendMessage(Message msg, int mode, long timeout)

Uses in package org.jgroups.stack

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
RpcProtocol.callRemoteMethod(Address dest, String method_name, int mode, long timeout)
Object
RpcProtocol.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
Object
MessageProtocol.sendMessage(Message msg, int mode, long timeout)
Sends a message to a single member (destination = msg.dest) and returns the response.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.