Class AgentsDaemon.AgentsShutdownHook
- java.lang.Object
 - 
- org.apache.manifoldcf.agents.system.AgentsDaemon.AgentsShutdownHook
 
 
- 
- All Implemented Interfaces:
 IShutdownHook
- Enclosing class:
 - AgentsDaemon
 
protected class AgentsDaemon.AgentsShutdownHook extends java.lang.Object implements IShutdownHook
Agents shutdown hook class 
- 
- 
Constructor Summary
Constructors Constructor Description AgentsShutdownHook() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoCleanup(IThreadContext threadContext)Do the requisite cleanup. 
 - 
 
- 
- 
Method Detail
- 
doCleanup
public void doCleanup(IThreadContext threadContext) throws ManifoldCFException
Description copied from interface:IShutdownHookDo the requisite cleanup.- Specified by:
 doCleanupin interfaceIShutdownHook- Throws:
 ManifoldCFException
 
 - 
 
 -