org.ehcache.transactions.xa.journal
Class TransientJournal.Entry<K>

java.lang.Object
  extended by org.ehcache.transactions.xa.journal.TransientJournal.Entry<K>
Enclosing class:
TransientJournal<K>

protected static class TransientJournal.Entry<K>
extends java.lang.Object


Constructor Summary
TransientJournal.Entry(org.ehcache.transactions.xa.journal.TransientJournal.XAState state, boolean heuristic, java.util.Collection<K> keys)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientJournal.Entry

public TransientJournal.Entry(org.ehcache.transactions.xa.journal.TransientJournal.XAState state,
                              boolean heuristic,
                              java.util.Collection<K> keys)