com.continuent.tungsten.replicator.thl
Class SeqNoRange

java.lang.Object
  extended by com.continuent.tungsten.replicator.thl.SeqNoRange
All Implemented Interfaces:
java.io.Serializable

public class SeqNoRange
extends java.lang.Object
implements java.io.Serializable

This class defines a SeqNoRange

Version:
1.0
Author:
Teemu Ollakka
See Also:
Serialized Form

Constructor Summary
SeqNoRange(long minSeqNo, long maxSeqNo)
          Creates a new SeqNoRange object
 
Method Summary
 long getMaxSeqNo()
          TODO: getMaxSeqNo definition.
 long getMinSeqNo()
          TODO: getMinSeqNo definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeqNoRange

public SeqNoRange(long minSeqNo,
                  long maxSeqNo)
Creates a new SeqNoRange object

Parameters:
minSeqNo -
maxSeqNo -
Method Detail

getMinSeqNo

public long getMinSeqNo()
TODO: getMinSeqNo definition.

Returns:
min seqno

getMaxSeqNo

public long getMaxSeqNo()
TODO: getMaxSeqNo definition.

Returns:
max seqno