ThreadGroup

php\lang\ThreadGroup

Class ThreadGroup

Methods


__construct($name, $parent = null)
Parameters:
getName()
Returns:string
getParent()
Returns:php\lang\ThreadGroup, null
getActiveCount()
Returns:int
getActiveGroupCount()
Returns:int
isDaemon()
Returns:bool
setDaemon($value)
Parameters:
  • $valuebool
isDestroyed()
Returns:bool
getMaxPriority()
Returns:int
setMaxPriority($value)
Parameters:
  • $valueint
destroy()
checkAccess()

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

throws php\lang\JavaException

interrupt()