Interface Reaper

  • All 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.
    Since:
    1.0
    Version:
    $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
    Author:
    Gregory Block
    • Method Detail

      • handleExpiredContainer

        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.