Class MappingThread
- java.lang.Object
-
- java.lang.Thread
-
- org.apache.manifoldcf.authorities.system.MappingThread
-
- All Implemented Interfaces:
java.lang.Runnable
public class MappingThread extends java.lang.ThreadThis thread performs actual user mapping operations.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsidprotected RequestQueue<MappingRequest>requestQueue
-
Constructor Summary
Constructors Constructor Description MappingThread(java.lang.String id, RequestQueue<MappingRequest> requestQueue)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
requestQueue
protected RequestQueue<MappingRequest> requestQueue
-
-
Constructor Detail
-
MappingThread
public MappingThread(java.lang.String id, RequestQueue<MappingRequest> requestQueue) throws ManifoldCFExceptionConstructor.- Throws:
ManifoldCFException
-
-