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 void
doCleanup(IThreadContext threadContext)
Do the requisite cleanup.
-
-
-
Method Detail
-
doCleanup
public void doCleanup(IThreadContext threadContext) throws ManifoldCFException
Description copied from interface:IShutdownHook
Do the requisite cleanup.- Specified by:
doCleanup
in interfaceIShutdownHook
- Throws:
ManifoldCFException
-
-