org.apache.manifoldcf.core.interfaces
Interface IShutdownHook

All Known Implementing Classes:
ManifoldCF.AgentsShutdownHook, ManifoldCF.DatabaseShutdown, ManifoldCF.FileTrack

public interface IShutdownHook

This interface describes functionality needed for a shutdown hook


Method Summary
 void doCleanup()
          Do the requisite cleanup.
 

Method Detail

doCleanup

void doCleanup()
               throws ManifoldCFException
Do the requisite cleanup.

Throws:
ManifoldCFException