org.terracotta.modules.ehcache.writebehind
Class KeyBasedOperationWrapper

java.lang.Object
  extended by org.terracotta.modules.ehcache.writebehind.KeyBasedOperationWrapper
All Implemented Interfaces:
KeyBasedOperation

public class KeyBasedOperationWrapper
extends Object
implements KeyBasedOperation


Constructor Summary
KeyBasedOperationWrapper(Object key, long creationTime)
           
 
Method Summary
 long getCreationTime()
           
 Object getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyBasedOperationWrapper

public KeyBasedOperationWrapper(Object key,
                                long creationTime)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface KeyBasedOperation

getCreationTime

public long getCreationTime()
Specified by:
getCreationTime in interface KeyBasedOperation


Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.