org.jgroups.util
Class SeqnoList.SeqnoRange

java.lang.Object
  extended by org.jgroups.util.SeqnoList.Seqno
      extended by org.jgroups.util.SeqnoList.SeqnoRange
Enclosing class:
SeqnoList

protected static class SeqnoList.SeqnoRange
extends SeqnoList.Seqno


Field Summary
protected  long to
           
 
Fields inherited from class org.jgroups.util.SeqnoList.Seqno
from
 
Constructor Summary
SeqnoList.SeqnoRange(long from, long to)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

to

protected long to
Constructor Detail

SeqnoList.SeqnoRange

public SeqnoList.SeqnoRange(long from,
                            long to)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SeqnoList.Seqno


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