org.apache.manifoldcf.core.interfaces
Class ThreadContextFactory

java.lang.Object
  extended by org.apache.manifoldcf.core.interfaces.ThreadContextFactory

public class ThreadContextFactory
extends java.lang.Object

Use this factory to create a thread context. Only one per thread is recommended, although more will cause inefficiencies rather than failure.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
static IThreadContext make()
          Make a thread context.
 
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 IThreadContext make()
Make a thread context.