org.terracotta.modules.ehcache.writebehind.snapshots
Class SerializationKeySnapshot

java.lang.Object
  extended by org.terracotta.modules.ehcache.writebehind.snapshots.KeySnapshot
      extended by org.terracotta.modules.ehcache.writebehind.snapshots.SerializationKeySnapshot

public class SerializationKeySnapshot
extends KeySnapshot


Constructor Summary
SerializationKeySnapshot(SerializationStrategy strategy, Object key)
           
 
Method Summary
 Object getKey(SerializationStrategy strategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationKeySnapshot

public SerializationKeySnapshot(SerializationStrategy strategy,
                                Object key)
                         throws IOException
Throws:
IOException
Method Detail

getKey

public Object getKey(SerializationStrategy strategy)
              throws IOException,
                     ClassNotFoundException
Specified by:
getKey in class KeySnapshot
Throws:
IOException
ClassNotFoundException


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.