org.castor.cache.hashbelt.reaper

Interface Reaper

Known Implementing Classes:
AbstractReaper, NotifyingReaper, NullReaper, RefreshingReaper, ReinsertingReaper

public interface Reaper

Reapers implement a single method - they are called with a container that has expired, and told to perform an action on the expired container before the container is garbage collected.
Version:
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Gregory Block
Since:
1.0

Method Summary

void
handleExpiredContainer(Container expiredContainer)
Methode called with a container that has expired before the container is garbage collected.

Method Details

handleExpiredContainer

public void handleExpiredContainer(Container expiredContainer)
Methode called with a container that has expired before the container is garbage collected.
Parameters:
expiredContainer - The container that has expired.

Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com