Uses of Interface
org.apache.manifoldcf.core.interfaces.IPollingHook
-
Packages that use IPollingHook Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.core.system -
-
Uses of IPollingHook in org.apache.manifoldcf.connectorcommon.interfaces
Classes in org.apache.manifoldcf.connectorcommon.interfaces that implement IPollingHook Modifier and Type Class Description protected static classThrottleGroupsFactory.ThrottlerPollClass that polls throttler -
Uses of IPollingHook in org.apache.manifoldcf.core.system
Classes in org.apache.manifoldcf.core.system that implement IPollingHook Modifier and Type Class Description protected static classManifoldCF.CachePollClass that cleans up expired cache objects on polling.Fields in org.apache.manifoldcf.core.system with type parameters of type IPollingHook Modifier and Type Field Description protected static java.util.List<IPollingHook>ManifoldCF. pollingHooksArray of polling hooks (for managing polling)Methods in org.apache.manifoldcf.core.system with parameters of type IPollingHook Modifier and Type Method Description static voidManifoldCF. addPollingHook(IPollingHook hook)Add a polling hook to the list.
-