org.ehcache.transactions.xa.journal
Class PersistentJournal.SerializableEntry<K>

java.lang.Object
  extended by org.ehcache.transactions.xa.journal.PersistentJournal.SerializableEntry<K>
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PersistentJournal<K>

protected static class PersistentJournal.SerializableEntry<K>
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected PersistentJournal.SerializableEntry(TransientJournal.Entry<K> entry, Serializer<K> keySerializer)
           
 
Method Summary
protected  java.util.Collection<K> deserializeKeys(Serializer<K> keySerializer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentJournal.SerializableEntry

protected PersistentJournal.SerializableEntry(TransientJournal.Entry<K> entry,
                                              Serializer<K> keySerializer)
Method Detail

deserializeKeys

protected java.util.Collection<K> deserializeKeys(Serializer<K> keySerializer)
                                           throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException