org.objectweb.perseus.cache.api
Interface FixableCacheEntry

All Superinterfaces:
CacheEntry
All Known Subinterfaces:
ReplaceableCacheEntry
All Known Implementing Classes:
BasicReplaceableCacheEntry

public interface FixableCacheEntry
extends CacheEntry

It represents a cache entry which can be fix or unfix.

Author:
Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)

Method Summary
 void fixCe()
          Marks this entry as used.
 int getCeFixCount()
           
 void unfixCe()
          Marks this entry as used.
 
Methods inherited from interface org.objectweb.perseus.cache.api.CacheEntry
getCeIdentifier, getCeObject
 

Method Detail

fixCe

public void fixCe()
Marks this entry as used.


unfixCe

public void unfixCe()
             throws UnFixProtocolException
Marks this entry as used.

Throws:
UnFixProtocolException

getCeFixCount

public int getCeFixCount()
Returns:
the number of use of this entry.


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