Package | Description |
---|---|
org.apache.manifoldcf.agents.interfaces | |
org.apache.manifoldcf.agents.system | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected IAgent |
AgentsDaemon.CleanupAgent.agent |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,IAgent> |
AgentsDaemon.runningHash
This is the place we keep track of the agents we've started.
|
Constructor and Description |
---|
CleanupAgent(IThreadContext threadContext,
IAgent agent,
java.lang.String processID) |
Modifier and Type | Class and Description |
---|---|
class |
CrawlerAgent
This is the main agent class for the crawler.
|