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 void
IOutputConnector. 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 void
BaseOutputConnector. 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 class
JobNotificationThread.OutputNotifyActivity
The ingest logger class
-