Thread | JDK 1.0 |
java.lang | runnable |
Synopsis | ^ ? |
public class | Thread implements Runnable { |
// Public Constructors |
![]() |
); |
![]() |
String name); |
![]() |
Runnable target); |
![]() |
ThreadGroup group, Runnable target); |
![]() |
Runnable target, String name); |
![]() |
ThreadGroup group, String name); |
![]() |
ThreadGroup group, Runnable target, String name); |
// Public Constants |
![]() | =10 |
![]() | =1 |
![]() | =5 |
// Public Class Methods |
![]() |
); |
![]() |
); | native |
![]() |
); |
![]() |
Thread[ ] tarray); |
![]() |
); |
![]() |
long millis) throws InterruptedException; | native |
![]() |
long millis, int nanos) throws InterruptedException; |
![]() |
); | native |
// Property Accessor Methods (by property name) |
![]() |
); | native default:false |
![]() |
); |
![]() |
ClassLoader cl); |
![]() |
); | default:false |
![]() |
boolean on); |
![]() |
); | default:false |
![]() |
); | default:"Thread-4" |
![]() |
String name); |
![]() |
); | default:5 |
![]() |
int newPriority); |
![]() |
); |
// Public Instance Methods |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
) throws InterruptedException; |
![]() |
long millis) throws InterruptedException; | synchronized |
![]() |
long millis, int nanos) throws InterruptedException; | synchronized |
![]() |
); | native synchronized |
// Methods implementing Runnable |
![]() |
); |
// Public methods overriding Object |
![]() |
); |
// Deprecated Methods |
![]() |
); | native |
![]() |
); |
![]() |
); |
![]() |
Throwable obj); | synchronized |
![]() |
); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() | ||||
![]() | ||||||
![]() | Thread | ![]() | ![]() | ![]() | Runnable | ![]() |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
alive | boolean | is | false | read-only |
contextClassLoader | ClassLoader | get / set | ||
daemon | boolean | is / set | false | |
interrupted | boolean | is | false | read-only |
name | String | get / set | "Thread-4" | |
priority | int | get / set | 5 | |
threadGroup | 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 | ^ ? |