org.apache.manifoldcf.agents.system
Class ManifoldCF.AgentsShutdownHook

java.lang.Object
  extended by org.apache.manifoldcf.agents.system.ManifoldCF.AgentsShutdownHook
All Implemented Interfaces:
IShutdownHook
Enclosing class:
ManifoldCF

protected static class ManifoldCF.AgentsShutdownHook
extends java.lang.Object
implements IShutdownHook

Agents shutdown hook class


Constructor Summary
ManifoldCF.AgentsShutdownHook()
           
 
Method Summary
 void doCleanup()
          Do the requisite cleanup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifoldCF.AgentsShutdownHook

public ManifoldCF.AgentsShutdownHook()
Method Detail

doCleanup

public void doCleanup()
               throws ManifoldCFException
Description copied from interface: IShutdownHook
Do the requisite cleanup.

Specified by:
doCleanup in interface IShutdownHook
Throws:
ManifoldCFException