Uses of Class
org.jgroups.TimeoutException
-
Packages that use TimeoutException Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.jmx org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TimeoutException in org.jgroups
Methods in org.jgroups that throw TimeoutException Modifier and Type Method Description abstract java.lang.ObjectChannel. peek(long timeout)Deprecated.Use aReceiverinstead, this method will not be available in JGroups 3.0java.lang.ObjectJChannel. peek(long timeout)Just peeks at the next message, view or block.abstract java.lang.ObjectChannel. receive(long timeout)Deprecated.Use aReceiverinsteadjava.lang.ObjectJChannel. receive(long timeout)Deprecated.Use aReceiverinstead -
Uses of TimeoutException in org.jgroups.blocks
Methods in org.jgroups.blocks that throw TimeoutException Modifier and Type Method Description java.lang.ObjectMessageDispatcher. sendMessage(Message msg, int mode, long timeout)Sends a message to a single member (destination = msg.dest) and returns the response.java.lang.ObjectRpcDispatcher. sendMessage(Message msg, int mode, long timeout) -
Uses of TimeoutException in org.jgroups.jmx
Methods in org.jgroups.jmx that throw TimeoutException Modifier and Type Method Description java.lang.ObjectJChannel. peek(long timeout)java.lang.ObjectJChannelMBean. peek(long timeout)java.lang.ObjectJChannel. receive(long timeout)java.lang.ObjectJChannelMBean. receive(long timeout) -
Uses of TimeoutException in org.jgroups.util
Methods in org.jgroups.util that throw TimeoutException Modifier and Type Method Description TPromise. getResultWithTimeout(long timeout)Blocks until a result is available, or timeout milliseconds have elapsedjava.lang.ObjectQueue. peek(long timeout)returns the first object on the queue, without removing it.java.lang.ObjectQueue. remove(long timeout)Removes 1 element from the head.booleanAckCollector. waitForAllAcks(long timeout)
-