org.apache.manifoldcf.agents.interfaces
Class AgentFactory

java.lang.Object
  extended by org.apache.manifoldcf.agents.interfaces.AgentFactory

public class AgentFactory
extends java.lang.Object

This is the agent class factory.


Field Summary
static java.lang.String _rcsid
           
protected static java.lang.String agentIdentifier
           
 
Method Summary
static IAgent make(IThreadContext tc, java.lang.String className)
          Make an agent, given a class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values

agentIdentifier

protected static final java.lang.String agentIdentifier
See Also:
Constant Field Values
Method Detail

make

public static IAgent make(IThreadContext tc,
                          java.lang.String className)
                   throws ManifoldCFException
Make an agent, given a class name.

Parameters:
tc - is the thread context.
className - is the agent class name.
Returns:
the agent.
Throws:
ManifoldCFException