Package org.apache.manifoldcf.agents
Class AgentRun.AgentRunShutdownRunner
- java.lang.Object
-
- org.apache.manifoldcf.agents.AgentRun.AgentRunShutdownRunner
-
- All Implemented Interfaces:
IShutdownHook
- Enclosing class:
- AgentRun
protected static class AgentRun.AgentRunShutdownRunner extends java.lang.Object implements IShutdownHook
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
processID
-
Constructor Summary
Constructors Constructor Description AgentRunShutdownRunner(java.lang.String processID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doCleanup(IThreadContext tc)
Do the requisite cleanup.
-
-
-
Method Detail
-
doCleanup
public void doCleanup(IThreadContext tc) throws ManifoldCFException
Description copied from interface:IShutdownHook
Do the requisite cleanup.- Specified by:
doCleanup
in interfaceIShutdownHook
- Throws:
ManifoldCFException
-
-