Uses of Interface
org.objectweb.perseus.cache.api.CacheEntry

Packages that use CacheEntry
org.objectweb.perseus.cache.api   
org.objectweb.perseus.cache.lib   
org.objectweb.perseus.cache.replacement.api   
 

Uses of CacheEntry in org.objectweb.perseus.cache.api
 

Subinterfaces of CacheEntry in org.objectweb.perseus.cache.api
 interface FixableCacheEntry
          It represents a cache entry which can be fix or unfix.
 

Methods in org.objectweb.perseus.cache.api that return CacheEntry
 CacheEntry CacheManager.bind(java.lang.Object id, java.lang.Object object)
          This method allows a in-memory object (incarnation) to be placed in the cache.
 CacheEntry CacheManager.lookup(java.lang.Object id)
          This method searches the object, identified by lid, within the cache.
 CacheEntry CacheEvent.getEntry()
           
 

Methods in org.objectweb.perseus.cache.api with parameters of type CacheEntry
 void CacheManager.fix(CacheEntry ce)
          This method notifies the cache manager the intention to use the object identified by lid.
 void CacheManager.unfix(CacheEntry ce)
          This method is used to notify the cache manager that the object identified by lid is not longer to be used.
 void CacheManager.touch(CacheEntry entry)
          Called whenever an object has been accessed.
 boolean CacheEntryFilter.accept(CacheEntry ce)
          returns true is the cachentry specified is accepted by the filter.
 

Uses of CacheEntry in org.objectweb.perseus.cache.lib
 

Classes in org.objectweb.perseus.cache.lib that implement CacheEntry
 class BasicReplaceableCacheEntry
          This class is a simple implementation of the ReplaceableCacheEntry interface.
 

Fields in org.objectweb.perseus.cache.lib declared as CacheEntry
 CacheEntry BasicCacheManager.Event.ce
           
 

Methods in org.objectweb.perseus.cache.lib that return CacheEntry
 CacheEntry BasicCacheManager.bind(java.lang.Object id, java.lang.Object object)
           
 CacheEntry BasicCacheManager.lookup(java.lang.Object id)
           
 CacheEntry BasicCacheManager.Event.getEntry()
           
 

Methods in org.objectweb.perseus.cache.lib with parameters of type CacheEntry
 void BasicCacheManager.fix(CacheEntry _ce)
           
 void BasicCacheManager.unfix(CacheEntry ce)
           
 void BasicCacheManager.touch(CacheEntry ce)
           
 

Constructors in org.objectweb.perseus.cache.lib with parameters of type CacheEntry
BasicCacheManager.Event(int eventid, CacheEntry _ce, int cachesize)
           
 

Uses of CacheEntry in org.objectweb.perseus.cache.replacement.api
 

Subinterfaces of CacheEntry in org.objectweb.perseus.cache.replacement.api
 interface ReplaceableCacheEntry
          It defines an entry which contains a logical clock which permits to implement some replacement politic.
 



Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.