Interface IPollingHook
-
- All Known Implementing Classes:
ManifoldCF.CachePoll,ThrottleGroupsFactory.ThrottlerPoll
public interface IPollingHookThis interface describes functionality needed for a periodic polling operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoPoll(IThreadContext threadContext)Do the requisite cleanup.
-
-
-
Method Detail
-
doPoll
void doPoll(IThreadContext threadContext) throws ManifoldCFException
Do the requisite cleanup.- Throws:
ManifoldCFException
-
-