org.castor.cache.hashbelt.reaper
public abstract class RefreshingReaper extends AbstractReaper
Note that you must supply the implementation of the refresh method.
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 Object | refresh(Object objectToBeRefreshed)
Function called to attempt to refresh the object. |
See Also: Reaper
Parameters: objectToBeRefreshed The object to be refreshed.
Returns: The refreshed object, or null if the object could not be refreshed.