org.apache.manifoldcf.crawler.interfaces
Class RepositoryConnectionManagerFactory

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

public class RepositoryConnectionManagerFactory
extends java.lang.Object

Repository connection manager factory.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
static IRepositoryConnectionManager make(IThreadContext tc)
          Make a repository connection manager handle.
 
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
Method Detail

make

public static IRepositoryConnectionManager make(IThreadContext tc)
                                         throws ManifoldCFException
Make a repository connection manager handle.

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