Uses of Interface
org.apache.manifoldcf.agents.interfaces.IOutputNotifyActivity
-
Packages that use IOutputNotifyActivity Package Description org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.agents.output org.apache.manifoldcf.crawler.system -
-
Uses of IOutputNotifyActivity in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces with parameters of type IOutputNotifyActivity Modifier and Type Method Description voidIOutputConnector. noteJobComplete(IOutputNotifyActivity activities)Notify the connector of a completed job. -
Uses of IOutputNotifyActivity in org.apache.manifoldcf.agents.output
Methods in org.apache.manifoldcf.agents.output with parameters of type IOutputNotifyActivity Modifier and Type Method Description voidBaseOutputConnector. noteJobComplete(IOutputNotifyActivity activities)Notify the connector of a completed job. -
Uses of IOutputNotifyActivity in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IOutputNotifyActivity Modifier and Type Class Description protected static classJobNotificationThread.OutputNotifyActivityThe ingest logger class
-