org.apache.manifoldcf.crawler.interfaces
Class ConnectorManagerFactory

java.lang.Object
  extended by org.apache.manifoldcf.crawler.interfaces.ConnectorManagerFactory

public class ConnectorManagerFactory
extends java.lang.Object

Factory for connector manager.


Field Summary
static java.lang.String _rcsid
           
protected static java.lang.String connMgr
           
 
Method Summary
static IConnectorManager make(IThreadContext tc)
          Construct a connector manager.
 
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

connMgr

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

make

public static IConnectorManager make(IThreadContext tc)
                              throws ManifoldCFException
Construct a connector manager.

Parameters:
tc - is the thread context.
Returns:
the connector manager handle.
Throws:
ManifoldCFException