Class ThrottleGroupsFactory.ThrottlerShutdown
- java.lang.Object
-
- org.apache.manifoldcf.connectorcommon.interfaces.ThrottleGroupsFactory.ThrottlerShutdown
-
- All Implemented Interfaces:
IShutdownHook
- Enclosing class:
- ThrottleGroupsFactory
protected static class ThrottleGroupsFactory.ThrottlerShutdown extends java.lang.Object implements IShutdownHook
Class that cleans up throttler on exit
-
-
Constructor Summary
Constructors Constructor Description ThrottlerShutdown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoCleanup(IThreadContext threadContext)Do the requisite cleanup.protected voidfinalize()Finalizer, which is designed to catch class unloading that tomcat 5.5 does.
-
-
-
Method Detail
-
doCleanup
public void doCleanup(IThreadContext threadContext) throws ManifoldCFException
Description copied from interface:IShutdownHookDo the requisite cleanup.- Specified by:
doCleanupin interfaceIShutdownHook- Throws:
ManifoldCFException
-
finalize
protected void finalize() throws java.lang.ThrowableFinalizer, which is designed to catch class unloading that tomcat 5.5 does.- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
-