public final class SidedThreadGroup
extends java.lang.ThreadGroup
implements java.util.concurrent.ThreadFactory
Side.| Constructor and Description |
|---|
SidedThreadGroup(Side side) |
| Modifier and Type | Method and Description |
|---|---|
Side |
getSide()
Gets the side this sided thread group belongs to.
|
java.lang.Thread |
newThread(java.lang.Runnable runnable) |
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString, uncaughtExceptionprivate final Side side
SidedThreadGroup(Side side)
public Side getSide()
public java.lang.Thread newThread(@Nonnull
java.lang.Runnable runnable)
newThread in interface java.util.concurrent.ThreadFactory