Package org.apache.openjpa.slice
Class SliceThread
- java.lang.Object
-
- java.lang.Thread
-
- org.apache.openjpa.slice.SliceThread
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description SliceThread(String name, Thread parent, Runnable r)
SliceThread(Thread parent, Runnable r)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Thread
getParent()
Gets the parent thread of this receiver.static ExecutorService
getPool()
Create a cached pool of slice threads.-
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Method Detail
-
getParent
public Thread getParent()
Gets the parent thread of this receiver.
-
getPool
public static ExecutorService getPool()
Create a cached pool of slice threads. The thread factory creates specialized threads for preferential locking treatment.
-
-