Uses of Class
org.jgroups.TimeoutException
Packages that use TimeoutException
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of TimeoutException in org.jgroups
Methods in org.jgroups that throw TimeoutExceptionModifier and TypeMethodDescriptionabstract Object
Channel.peek
(long timeout) Deprecated.JChannel.peek
(long timeout) Just peeks at the next message, view or block.abstract Object
Channel.receive
(long timeout) Deprecated.Use aReceiver
insteadJChannel.receive
(long timeout) Deprecated.Use aReceiver
instead -
Uses of TimeoutException in org.jgroups.blocks
Methods in org.jgroups.blocks that throw TimeoutExceptionModifier and TypeMethodDescriptionMessageDispatcher.sendMessage
(Message msg, int mode, long timeout) Sends a message to a single member (destination = msg.dest) and returns the response.RpcDispatcher.sendMessage
(Message msg, int mode, long timeout) -
Uses of TimeoutException in org.jgroups.jmx
Methods in org.jgroups.jmx that throw TimeoutException -
Uses of TimeoutException in org.jgroups.util
Methods in org.jgroups.util that throw TimeoutExceptionModifier and TypeMethodDescriptionPromise.getResultWithTimeout
(long timeout) Blocks until a result is available, or timeout milliseconds have elapsedQueue.peek
(long timeout) returns the first object on the queue, without removing it.Queue.remove
(long timeout) Removes 1 element from the head.boolean
AckCollector.waitForAllAcks
(long timeout)
Receiver
instead, this method will not be available in JGroups 3.0