org.jgroups.stack
Class Interval
public
class
Interval
extends Object
Manages retransmission timeouts. Always returns the next timeout, until the last timeout in the
array is reached. Returns the last timeout from then on, until reset() is called.
Author: John Giorgiadis Bela Ban
public Interval(long[] interval)
public long first()
public long[] getInterval()
public long next()
Returns: the next interval
public void reset()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.