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 void
doCleanup(IThreadContext threadContext)
Do the requisite cleanup.protected void
finalize()
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:IShutdownHook
Do the requisite cleanup.- Specified by:
doCleanup
in interfaceIShutdownHook
- Throws:
ManifoldCFException
-
finalize
protected void finalize() throws java.lang.Throwable
Finalizer, which is designed to catch class unloading that tomcat 5.5 does.- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-