com.sleepycat.je.txn
Class TxnCommit

java.lang.Object
  extended by com.sleepycat.je.txn.TxnEnd
      extended by com.sleepycat.je.txn.TxnCommit
All Implemented Interfaces:
Loggable

public class TxnCommit
extends TxnEnd

This class writes out a transaction commit or transaction end record.


Field Summary
 
Fields inherited from class com.sleepycat.je.txn.TxnEnd
id, time
 
Constructor Summary
TxnCommit()
          For constructing from the log.
TxnCommit(long id, long lastLsn)
           
 
Method Summary
protected  java.lang.String getTagName()
           
 
Methods inherited from class com.sleepycat.je.txn.TxnEnd
dumpLog, getId, getLastLsn, getLogSize, getTransactionId, readFromLog, writeToLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxnCommit

public TxnCommit(long id,
                 long lastLsn)

TxnCommit

public TxnCommit()
For constructing from the log.

Method Detail

getTagName

protected java.lang.String getTagName()
Specified by:
getTagName in class TxnEnd


Copyright 2004,2008 Oracle. All rights reserved.