Class ZooKeeperLockManager.ZooKeeperShutdown
- java.lang.Object
-
- org.apache.manifoldcf.core.lockmanager.ZooKeeperLockManager.ZooKeeperShutdown
-
- All Implemented Interfaces:
IShutdownHook
- Enclosing class:
- ZooKeeperLockManager
protected static class ZooKeeperLockManager.ZooKeeperShutdown extends java.lang.Object implements IShutdownHook
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperShutdown()
-
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
Do the requisite cleanup.- Specified by:
doCleanupin interfaceIShutdownHook- Throws:
ManifoldCFException
-
-