org.apache.cocoon.core
Interface Core.CleanupTask

All Known Implementing Classes:
PoolableComponentHandler.ProxyHandler
Enclosing interface:
Core

public static interface Core.CleanupTask

The interface for the cleanup task. A cleanup task can be run after a request has been processed.


Method Summary
 void invoke()
          Start the cleanup.
 

Method Detail

invoke

public void invoke()
Start the cleanup. This method should never raise any exception!



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.