Class ThreadContextFactory
- java.lang.Object
-
- org.apache.manifoldcf.core.interfaces.ThreadContextFactory
-
public class ThreadContextFactory extends java.lang.ObjectUse this factory to create a thread context. Only one per thread is recommended, although more will cause inefficiencies rather than failure.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IThreadContextmake()Make a thread context.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static IThreadContext make()
Make a thread context.
-
-