Packages

class ThreadGroup extends UncaughtExceptionHandler

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreadGroup
  2. UncaughtExceptionHandler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ThreadGroup(name: String)
  2. new ThreadGroup(parent: ThreadGroup, name: String)
  3. new ThreadGroup(parent: ThreadGroup, name: String, daemon: Boolean, maxPriority: Int)

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. def activeCount(): Int
  5. def activeGroupCount(): Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def enumerate(out: Array[ThreadGroup], recurse: scala.Boolean): Int
  9. def enumerate(groups: Array[ThreadGroup]): Int
  10. def enumerate(out: Array[Thread], recurse: scala.Boolean): Int
  11. def enumerate(out: Array[Thread]): Int
  12. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def getMaxPriority(): Int
  17. final def getName(): String
  18. final def getParent(): ThreadGroup
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def interrupt(): Unit
  21. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  22. def list(): Unit
  23. final val name: String
  24. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final val parent: ThreadGroup
  28. def parentOf(group: ThreadGroup): scala.Boolean
  29. final def setMaxPriority(priority: Int): Unit
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    ThreadGroup → AnyRef → Any
  32. def uncaughtException(thread: Thread, throwable: Throwable): Unit
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. 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.

  2. 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.

  3. def destroy(): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version Java 16) The API and mechanism for destroying a ThreadGroup is inherently flawed.

  4. final def isDaemon(): scala.Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version Java 16) The API and mechanism for destroying a ThreadGroup is inherently flawed.

  5. def isDestroyed(): scala.Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version java 16) The API and mechanism for destroying a ThreadGroup is inherently flawed.

  6. 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.

  7. 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.

  8. def stop(): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version Java 1.2) This method is inherently unsafe.

  9. def suspend(): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version Java 1.2) This method is inherently deadlock-prone.

Inherited from AnyRef

Inherited from Any

Ungrouped