ContextThread

trait ContextThread extends Thread
class Thread
trait Runnable
class Object
trait Matchable
class Any

Value members

Abstract methods

Inherited methods

final def checkAccess(): Unit
Inherited from
Thread
@CallerSensitive
def getContextClassLoader(): ClassLoader
Inherited from
Thread
def getId(): Long
Inherited from
Thread
final def getName(): String
Inherited from
Thread
final def getPriority(): Int
Inherited from
Thread
def getStackTrace(): Array[StackTraceElement]
Inherited from
Thread
def getState(): State
Inherited from
Thread
final def getThreadGroup(): ThreadGroup
Inherited from
Thread
def getUncaughtExceptionHandler(): UncaughtExceptionHandler
Inherited from
Thread
def interrupt(): Unit
Inherited from
Thread
final def isAlive(): Boolean
Inherited from
Thread
final def isDaemon(): Boolean
Inherited from
Thread
def isInterrupted(): Boolean
Inherited from
Thread
@throws(java.lang.InterruptedException)
final def join(): Unit
Inherited from
Thread
@throws(java.lang.InterruptedException)
final def join(x$0: Long, x$1: Int): Unit
Inherited from
Thread
@throws(java.lang.InterruptedException)
final def join(x$0: Long): Unit
Inherited from
Thread
def run(): Unit
Inherited from
Thread
def setContextClassLoader(x$0: ClassLoader): Unit
Inherited from
Thread
final def setDaemon(x$0: Boolean): Unit
Inherited from
Thread
final def setName(x$0: String): Unit
Inherited from
Thread
final def setPriority(x$0: Int): Unit
Inherited from
Thread
def setUncaughtExceptionHandler(x$0: UncaughtExceptionHandler): Unit
Inherited from
Thread
def start(): Unit
Inherited from
Thread
def toString(): String
Inherited from
Thread

Deprecated and Inherited methods

@Deprecated(since = "1.2", forRemoval = true) @deprecated("see corresponding Javadoc for more information.", "")
def countStackFrames(): Int
Deprecated
Inherited from
Thread
@Deprecated(since = "1.2") @deprecated("see corresponding Javadoc for more information.", "")
final def resume(): Unit
Deprecated
Inherited from
Thread
@Deprecated(since = "1.2") @deprecated("see corresponding Javadoc for more information.", "")
final def stop(): Unit
Deprecated
Inherited from
Thread
@Deprecated(since = "1.2") @deprecated("see corresponding Javadoc for more information.", "")
final def suspend(): Unit
Deprecated
Inherited from
Thread