org.castor.cache.hashbelt.reaper
public abstract class NotifyingReaper extends AbstractReaper
At the end, the objects in the container have been expired and there's no record of them in the hashbelt.
Since: 1.0
Version: $Revision: 6230 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Method Summary | |
---|---|
void | handleExpiredContainer(Container expiredContainer) |
protected abstract void | handleExpiredObject(Object expiredObject)
Methode called with an object that has expired before it is garbage collected.
|
See Also: Reaper
Parameters: expiredObject The object that has expired.