org.apache.jetspeed.cache.impl
Class EhCacheDistributedElementImpl

java.lang.Object
  extended by org.apache.jetspeed.cache.impl.EhCacheElementImpl
      extended by org.apache.jetspeed.cache.impl.EhCacheDistributedElementImpl
All Implemented Interfaces:
org.apache.jetspeed.cache.CacheElement

public class EhCacheDistributedElementImpl
extends EhCacheElementImpl


Field Summary
 
Fields inherited from class org.apache.jetspeed.cache.impl.EhCacheElementImpl
element
 
Fields inherited from interface org.apache.jetspeed.cache.CacheElement
ActionAdded, ActionChanged, ActionEvicted, ActionExpired, ActionRemoved
 
Constructor Summary
EhCacheDistributedElementImpl(net.sf.ehcache.Element element)
           
EhCacheDistributedElementImpl(Serializable key, org.apache.jetspeed.cache.DistributedCacheObject value)
           
 
Method Summary
 void notifyChange(int action)
           
 
Methods inherited from class org.apache.jetspeed.cache.impl.EhCacheElementImpl
getContent, getImplElement, getKey, getTimeToIdleSeconds, getTimeToLiveSeconds, isEternal, setEternal, setTimeToIdleSeconds, setTimeToLiveSeconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhCacheDistributedElementImpl

public EhCacheDistributedElementImpl(net.sf.ehcache.Element element)

EhCacheDistributedElementImpl

public EhCacheDistributedElementImpl(Serializable key,
                                     org.apache.jetspeed.cache.DistributedCacheObject value)
Method Detail

notifyChange

public void notifyChange(int action)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.