org.infinispan.transaction
Class TransactionLog.LogEntry
java.lang.Object
org.infinispan.transaction.TransactionLog.LogEntry
- Enclosing class:
- TransactionLog
public static class TransactionLog.LogEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionLog.LogEntry
public TransactionLog.LogEntry(GlobalTransaction transaction,
WriteCommand... modifications)
getTransaction
public GlobalTransaction getTransaction()
getModifications
public WriteCommand[] getModifications()
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.