org.apache.manifoldcf.crawler.interfaces
Class JobManagerFactory

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

public class JobManagerFactory
extends java.lang.Object

Factory class for IJobManager.


Field Summary
static java.lang.String _rcsid
           
protected static java.lang.String jobManagerName
           
 
Method Summary
static IJobManager make(IThreadContext threadContext)
          Create a job 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

jobManagerName

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

make

public static IJobManager make(IThreadContext threadContext)
                        throws ManifoldCFException
Create a job manager handle.

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