org.jboss.cache.transaction
Class TransactionLog.LogEntry

java.lang.Object
  extended by org.jboss.cache.transaction.TransactionLog.LogEntry
Enclosing class:
TransactionLog

public static class TransactionLog.LogEntry
extends Object


Constructor Summary
TransactionLog.LogEntry(GlobalTransaction transaction, List<WriteCommand> modifications)
           
 
Method Summary
 List<WriteCommand> getModifications()
           
 GlobalTransaction getTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionLog.LogEntry

public TransactionLog.LogEntry(GlobalTransaction transaction,
                               List<WriteCommand> modifications)
Method Detail

getTransaction

public GlobalTransaction getTransaction()

getModifications

public List<WriteCommand> getModifications()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.