org.objectweb.perseus.cache.api

Interface FixableCacheEntry

All Superinterfaces:
CacheEntry
Known Subinterfaces:
ReplaceableCacheEntry
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 Details

fixCe

public void fixCe()
Marks this entry as used.


getCeFixCount

public int getCeFixCount()

Returns:
the number of use of this entry.


unfixCe

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

Throws:
UnFixProtocolException -


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