Interface IShutdownHook
-
- All Known Implementing Classes:
AgentRun.AgentRunShutdownRunner,AgentsDaemon.AgentsShutdownHook,ManifoldCF.DatabaseShutdown,ManifoldCF.FileTrack,ThrottleGroupsFactory.ThrottlerShutdown,ZooKeeperLockManager.ZooKeeperShutdown
public interface IShutdownHookThis interface describes functionality needed for a shutdown hook
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoCleanup(IThreadContext threadContext)Do the requisite cleanup.
-
-
-
Method Detail
-
doCleanup
void doCleanup(IThreadContext threadContext) throws ManifoldCFException
Do the requisite cleanup.- Throws:
ManifoldCFException
-
-