ThreadGroup

php\lang\ThreadGroup

Class ThreadGroup

Methods


__construct($name, $parent = null)
Параметры:
getName()
Результат:string
getParent()
Результат:php\lang\ThreadGroup, null
getActiveCount()
Результат:int
getActiveGroupCount()
Результат:int
isDaemon()
Результат:bool
setDaemon($value)
Параметры:
  • $valuebool
isDestroyed()
Результат:bool
getMaxPriority()
Результат:int
setMaxPriority($value)
Параметры:
  • $valueint
destroy()
checkAccess()

Determines if the currently running thread has permission to modify this thread group.

throws php\lang\JavaException

interrupt()