Class JobManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.crawler.interfaces.JobManagerFactory
-
public class JobManagerFactory extends java.lang.Object
Factory class for IJobManager.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
protected static java.lang.String
jobManagerName
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IJobManager
make(IThreadContext threadContext)
Create a job manager handle.
-
-
-
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
-
-