Uses of Class
org.infinispan.transaction.TransactionLog.LogEntry

Packages that use TransactionLog.LogEntry
org.infinispan.transaction JTA transaction support. 
 

Uses of TransactionLog.LogEntry in org.infinispan.transaction
 

Methods in org.infinispan.transaction that return TransactionLog.LogEntry
 TransactionLog.LogEntry TransactionLog.LogEntry.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.transaction that return types with arguments of type TransactionLog.LogEntry
 Set<Class<? extends TransactionLog.LogEntry>> TransactionLog.LogEntry.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.transaction with parameters of type TransactionLog.LogEntry
 void TransactionLog.LogEntry.Externalizer.writeObject(ObjectOutput output, TransactionLog.LogEntry le)
           
 


-->

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