org.egothor.slotter
Class TransactionLog

java.lang.Object
  extended by org.egothor.slotter.TransactionLog

public class TransactionLog
extends java.lang.Object

TransactionLog.java Created on 2. srpen 2006, 2:25

Author:
galambos

Constructor Summary
TransactionLog(int id, SequenceWithClose<GlobalPosition> log)
           
 
Method Summary
 int getId()
           
 SequenceWithClose<GlobalPosition> getLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionLog

public TransactionLog(int id,
                      SequenceWithClose<GlobalPosition> log)
Method Detail

getId

public int getId()

getLog

public SequenceWithClose<GlobalPosition> getLog()