Package org.jgroups.stack
Class StaticInterval
java.lang.Object
org.jgroups.stack.StaticInterval
- All Implemented Interfaces:
Interval
Manages retransmission timeouts. Always returns the next timeout, until the last timeout in the
array is reached. Returns the last timeout from then on. Note that this class is invalid input: '<'em?not immutable,
so it shouldn't be shared between instances, as
next()
will modify the state.- Version:
- $Id: StaticInterval.java,v 1.3 2007/08/10 12:47:38 belaban Exp $
- Author:
- John Giorgiadis, Bela Ban
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StaticInterval
public StaticInterval(long... vals)
-
-
Method Details