com.nhncorp.neptune.changelog
Class TransactionData

java.lang.Object
  extended by com.nhncorp.neptune.changelog.TransactionData

public class TransactionData
extends java.lang.Object


Constructor Summary
TransactionData()
           
 
Method Summary
static TransactionData createFrom(byte[] bytes)
           
 ChangeLog getChangeLogAt(int curLogIndex)
           
 int getChangeLogLength()
           
 byte[] getID()
           
 int getSeqNo()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionData

public TransactionData()
Method Detail

createFrom

public static TransactionData createFrom(byte[] bytes)
                                  throws java.io.IOException
Throws:
java.io.IOException

getSeqNo

public int getSeqNo()

getID

public byte[] getID()

getChangeLogLength

public int getChangeLogLength()

getChangeLogAt

public ChangeLog getChangeLogAt(int curLogIndex)