Class JobManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.crawler.interfaces.JobManagerFactory
-
public class JobManagerFactory extends java.lang.ObjectFactory class for IJobManager.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsidprotected static java.lang.StringjobManagerName
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IJobManagermake(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
-
-