public class SliceThread
extends java.lang.Thread
Constructor and Description |
---|
SliceThread(java.lang.String name,
java.lang.Thread parent,
java.lang.Runnable r) |
SliceThread(java.lang.Thread parent,
java.lang.Runnable r) |
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
getParent()
Gets the parent thread of this receiver.
|
static java.util.concurrent.ExecutorService |
getPool()
Create a cached pool of slice threads.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.