com.continuent.tungsten.replicator.thl
Class THLEventStatus

java.lang.Object
  extended by com.continuent.tungsten.replicator.thl.THLEventStatus

public class THLEventStatus
extends java.lang.Object

Version:
1.0
Author:
Stephane Giron

Constructor Summary
THLEventStatus(long seqno, java.lang.Exception eventException, short status)
           
 
Method Summary
 java.lang.Exception getException()
           
 long getSeqno()
           
 short getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

THLEventStatus

public THLEventStatus(long seqno,
                      java.lang.Exception eventException,
                      short status)
Method Detail

getSeqno

public long getSeqno()

getException

public java.lang.Exception getException()

getStatus

public short getStatus()