org.clapper.curn
Interface ShutdownPlugIn

All Superinterfaces:
PlugIn
All Known Implementing Classes:
MetaPlugIn

public interface ShutdownPlugIn
extends PlugIn

This interface defines the methods that must be supported by plug-ins that wish to be invoked just before curn shuts down.

Version:
$Revision: 6300 $
See Also:
PlugIn, MetaPlugIn, Curn

Method Summary
 void runShutdownPlugIn()
          Called just before curn gets ready to exit.
 
Methods inherited from interface org.clapper.curn.PlugIn
getPlugInName, getPlugInSortKey, initPlugIn
 

Method Detail

runShutdownPlugIn

void runShutdownPlugIn()
                       throws CurnException
Called just before curn gets ready to exit. This method allows plug-ins to perform any clean-up they require.

Throws:
CurnException - on error


Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.