ThreadGroup¶
-
php\lang\ThreadGroup Class ThreadGroup
Methods
__construct($name, $parent = null)¶
Parameters:
- $name –
- $parent – php\lang\ThreadGroup
getName()¶
Returns: string
getParent()¶
Returns: php\lang\ThreadGroup, null
getActiveCount()¶
Returns: int
getActiveGroupCount()¶
Returns: int
isDaemon()¶
Returns: bool
setDaemon($value)¶
Parameters:
- $value – bool
isDestroyed()¶
Returns: bool
getMaxPriority()¶
Returns: int
setMaxPriority($value)¶
Parameters:
- $value – int
destroy()¶
checkAccess()¶Determines if the currently running thread has permission to modify this thread group.
throws php\lang\JavaException
interrupt()¶