com.continuent.tungsten.replicator.extractor.oracle
Class CDCDataMessage

java.lang.Object
  extended by com.continuent.tungsten.replicator.extractor.oracle.CDCMessage
      extended by com.continuent.tungsten.replicator.extractor.oracle.CDCDataMessage

public class CDCDataMessage
extends CDCMessage

Version:
1.0
Author:
Stephane Giron

Constructor Summary
CDCDataMessage(RowChangeData rowChange, java.sql.Timestamp sourceTStamp, long currentSCN)
           
 
Method Summary
 RowChangeData getRowChange()
           
 long getSCN()
           
 java.sql.Timestamp getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDCDataMessage

public CDCDataMessage(RowChangeData rowChange,
                      java.sql.Timestamp sourceTStamp,
                      long currentSCN)
Method Detail

getRowChange

public RowChangeData getRowChange()

getTimestamp

public java.sql.Timestamp getTimestamp()

getSCN

public long getSCN()