Uses of Interface
org.apache.manifoldcf.agents.interfaces.IAgent
-
Packages that use IAgent Package Description org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.agents.system org.apache.manifoldcf.crawler.system -
-
Uses of IAgent in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that return IAgent Modifier and Type Method Description static IAgent[]
AgentManagerFactory. instantiateAllAgents(IThreadContext threadContext)
Instantiate the complete set of IAgent objects.static IAgent
AgentFactory. make(java.lang.String className)
Make an agent, given a class name. -
Uses of IAgent in org.apache.manifoldcf.agents.system
Fields in org.apache.manifoldcf.agents.system declared as IAgent Modifier and Type Field Description protected IAgent
AgentsDaemon.CleanupAgent. agent
Fields in org.apache.manifoldcf.agents.system with type parameters of type IAgent Modifier and Type Field Description protected java.util.Map<java.lang.String,IAgent>
AgentsDaemon. runningHash
This is the place we keep track of the agents we've started.Constructors in org.apache.manifoldcf.agents.system with parameters of type IAgent Constructor Description CleanupAgent(IThreadContext threadContext, IAgent agent, java.lang.String processID)
-
Uses of IAgent in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IAgent Modifier and Type Class Description class
CrawlerAgent
This is the main agent class for the crawler.
-