Uses of Package
org.objectweb.perseus.cache.api

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

Classes in org.objectweb.perseus.cache.api used by org.objectweb.perseus.cache.api
CacheCapacityEvent
          This class represents an event produced by the cache when its size has been changed.
CacheEntry
          Defines the interface for management of entries held in the cache.
CacheEntryFilter
          Defines a filter of cache entry.
CacheEvent
          Defines the interface template for CacheEvent implementation.
CacheException
          It represents an exception occrured in a CacheManager.
FixableCacheEntry
          It represents a cache entry which can be fix or unfix.
UnFixProtocolException
          This exception is raised when the unfix method is called whereas the cache entry is already unused.
 

Classes in org.objectweb.perseus.cache.api used by org.objectweb.perseus.cache.lib
CacheAttributeController
          This interface is management-related.
CacheCapacityEvent
          This class represents an event produced by the cache when its size has been changed.
CacheEntry
          Defines the interface for management of entries held in the cache.
CacheEntryFactory
          Interface for the CacheEntry factory (see GoF's Abstract Factory pattern.)
CacheEntryFilter
          Defines a filter of cache entry.
CacheEvent
          Defines the interface template for CacheEvent implementation.
CacheException
          It represents an exception occrured in a CacheManager.
CacheManager
          This interface is the functional (applicative) view for the Caching Service.
FixableCacheEntry
          It represents a cache entry which can be fix or unfix.
UnbindManager
          This interface is used by the replacement manager to evict an instance from the cache.
UnFixProtocolException
          This exception is raised when the unfix method is called whereas the cache entry is already unused.
 

Classes in org.objectweb.perseus.cache.api used by org.objectweb.perseus.cache.replacement.api
CacheEntry
          Defines the interface for management of entries held in the cache.
CacheException
          It represents an exception occrured in a CacheManager.
FixableCacheEntry
          It represents a cache entry which can be fix or unfix.
UnbindManager
          This interface is used by the replacement manager to evict an instance from the cache.
 

Classes in org.objectweb.perseus.cache.api used by org.objectweb.perseus.cache.replacement.lib
CacheCapacityEvent
          This class represents an event produced by the cache when its size has been changed.
CacheCapacityEventListener
          It represents a listener of CacheCapacityEvent produced by a CacheManager when the cache is resized.
CacheEntryFilter
          Defines a filter of cache entry.
CacheException
          It represents an exception occrured in a CacheManager.
FixableCacheEntry
          It represents a cache entry which can be fix or unfix.
UnbindManager
          This interface is used by the replacement manager to evict an instance from the cache.
 



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