Class ThrottleGroupsFactory.ThrottlerPoll
- java.lang.Object
-
- org.apache.manifoldcf.connectorcommon.interfaces.ThrottleGroupsFactory.ThrottlerPoll
-
- All Implemented Interfaces:
IPollingHook
- Enclosing class:
- ThrottleGroupsFactory
protected static class ThrottleGroupsFactory.ThrottlerPoll extends java.lang.Object implements IPollingHook
Class that polls throttler
-
-
Constructor Summary
Constructors Constructor Description ThrottlerPoll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doPoll(IThreadContext threadContext)
Do the requisite cleanup.
-
-
-
Method Detail
-
doPoll
public void doPoll(IThreadContext threadContext) throws ManifoldCFException
Description copied from interface:IPollingHook
Do the requisite cleanup.- Specified by:
doPoll
in interfaceIPollingHook
- Throws:
ManifoldCFException
-
-