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

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

public class CDCCommitMessage
extends CDCMessage

Version:
1.0
Author:
Stephane Giron

Constructor Summary
CDCCommitMessage(long currentSCN)
           
 
Method Summary
 long getScn()
          Returns the scn value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDCCommitMessage

public CDCCommitMessage(long currentSCN)
Method Detail

getScn

public long getScn()
Returns the scn value.

Returns:
Returns the scn.