class ThreadGroup extends UncaughtExceptionHandler
- Alphabetic
- By Inheritance
- ThreadGroup
- UncaughtExceptionHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ThreadGroup(name: String)
- new ThreadGroup(parent: ThreadGroup, name: String)
- new ThreadGroup(parent: ThreadGroup, name: String, daemon: Boolean, maxPriority: Int)
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def activeCount(): Int
- def activeGroupCount(): Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def enumerate(out: Array[ThreadGroup], recurse: scala.Boolean): Int
- def enumerate(groups: Array[ThreadGroup]): Int
- def enumerate(out: Array[Thread], recurse: scala.Boolean): Int
- def enumerate(out: Array[Thread]): Int
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getMaxPriority(): Int
- final def getName(): String
- final def getParent(): ThreadGroup
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def interrupt(): Unit
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def list(): Unit
- final val name: String
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final val parent: ThreadGroup
- def parentOf(group: ThreadGroup): scala.Boolean
- final def setMaxPriority(priority: Int): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ThreadGroup → AnyRef → Any
- def uncaughtException(thread: Thread, throwable: Throwable): Unit
- Definition Classes
- ThreadGroup → UncaughtExceptionHandler
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def allowThreadSuspension(b: scala.Boolean): scala.Boolean
- Annotations
- @deprecated
- Deprecated
(Since version Java 1.2) The definition of this call depends on suspend(), which is deprecated.
- def checkAccess(): Unit
- Annotations
- @deprecated
- Deprecated
(Since version Java 17) This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.
- def destroy(): Unit
- Annotations
- @deprecated
- Deprecated
(Since version Java 16) The API and mechanism for destroying a ThreadGroup is inherently flawed.
- final def isDaemon(): scala.Boolean
- Annotations
- @deprecated
- Deprecated
(Since version Java 16) The API and mechanism for destroying a ThreadGroup is inherently flawed.
- def isDestroyed(): scala.Boolean
- Annotations
- @deprecated
- Deprecated
(Since version java 16) The API and mechanism for destroying a ThreadGroup is inherently flawed.
- def resume(): Unit
- Annotations
- @deprecated
- Deprecated
(Since version Java 1.2) This method is used solely in conjunction with Thread.suspend and ThreadGroup.suspend, both of which have been deprecated, as they are inherently deadlock-prone.
- final def setDaemon(daemon: scala.Boolean): Unit
- Annotations
- @deprecated
- Deprecated
(Since version java 16) The API and mechanism for destroying a ThreadGroup is inherently flawed.
- def stop(): Unit
- Annotations
- @deprecated
- Deprecated
(Since version Java 1.2) This method is inherently unsafe.
- def suspend(): Unit
- Annotations
- @deprecated
- Deprecated
(Since version Java 1.2) This method is inherently deadlock-prone.