ThreadGroup | JDK 1.0 |
java.lang |
Synopsis | ^ ? |
public class | ThreadGroup { |
// Public Constructors |
![]() |
String name); |
![]() |
ThreadGroup parent, String name); |
// Property Accessor Methods (by property name) |
![]() |
); |
![]() |
boolean daemon); |
![]() |
); | synchronized |
![]() |
); |
![]() |
int pri); |
![]() |
); |
![]() |
); |
// Public Instance Methods |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
Thread[ ] list); |
![]() |
ThreadGroup[ ] list); |
![]() |
Thread[ ] list, boolean recurse); |
![]() |
ThreadGroup[ ] list, boolean recurse); |
![]() |
); |
![]() |
); |
![]() |
ThreadGroup g); |
![]() |
Thread t, Throwable e); |
// Public methods overriding Object |
![]() |
); |
// Deprecated Methods |
![]() |
boolean b); |
![]() |
); |
![]() |
); |
![]() |
); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() |
![]() | ||
![]() | ThreadGroup | ![]() |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
daemon | boolean | is / set | ||
destroyed | boolean | is | read-only | |
maxPriority | int | get / set | ||
name | String | get | read-only | |
parent | ThreadGroup | get | read-only |
Inherited Properties | ^ ? |
Object: | class |
Inherited Methods | ^ ? |
Object: | clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), wait(), wait(), wait() |
Passed To | ^ ? |
Returned By | ^ ? |
Uses | ^ ? |
Used By | ^ ? |