org.infinispan.transaction
Class TransactionLog.LogEntry

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

public static class TransactionLog.LogEntry
extends Object


Constructor Summary
TransactionLog.LogEntry(GlobalTransaction transaction, WriteCommand... modifications)
           
 
Method Summary
 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,
                               WriteCommand... modifications)
Method Detail

getTransaction

public GlobalTransaction getTransaction()

getModifications

public WriteCommand[] getModifications()


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