Uses of Class org.jgroups.TimeoutException

Uses in package org.jgroups.util

Methods which throw type org.jgroups.TimeoutException

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.
void
Queue2.waitUntilEmpty(long timeout)
Blocks until the queue has no elements left.

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)
void
Checks whether responses from members contain exceptions or timeouts.
void
TransactionalHashtable.clear(long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
Replicated the update to all members, and use locks at each member to ensure serializability.
void
Object
TransactionalHashtable.lput(Object key, Object value)
void
Object
TransactionalHashtable.lremove(Object key, Object value)
Object
TransactionalHashtable.put(Object key, Object value, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
Replicates the update to all members, and use locks at each member to ensure serializability.
void
TransactionalHashtable.putAll(Map m, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
Replicated the update to all members, and use locks at each member to ensure serializability.
Object
TransactionalHashtable.remove(Object key, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit)
Replicated the update to all members, and use locks at each member to ensure serializability.
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

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
EnsChannel.peek(long timeout)
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
EnsChannel.receive(long timeout)
Object
JChannel.receive(long timeout)
Blocking receive method.

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) 2001,2002 www.jgroups.com . All Rights Reserved.