Uses of Class
org.jgroups.TimeoutException

Packages that use TimeoutException
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of TimeoutException in org.jgroups.protocols
 

Methods in org.jgroups.protocols that throw TimeoutException
protected  void RSVP.Entry.block(long timeout)
           
 

Uses of TimeoutException in org.jgroups.util
 

Methods in org.jgroups.util that throw TimeoutException
protected  T Promise._getResultWithTimeout(long timeout)
          Blocks until a result is available, or timeout milliseconds have elapsed.
 T Promise.getResultWithTimeout(long timeout)
          Blocks until a result is available, or timeout milliseconds have elapsed
 java.lang.Object Queue.peek(long timeout)
          returns the first object on the queue, without removing it.
 java.lang.Object Queue.remove(long timeout)
          Removes 1 element from the head.
 java.lang.Object Queue.removeWait(long timeout)
           
 boolean AckCollector.waitForAllAcks(long timeout)
           
static void Util.waitUntilAllChannelsHaveSameSize(long timeout, long interval, Channel... channels)
          Blocks until all channels have the same view
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.