public interface ThreadLike
| Modifier and Type | Method and Description | 
|---|---|
int | 
getPriority()  | 
void | 
interrupt()  | 
boolean | 
isAlive()  | 
boolean | 
isCurrent()  | 
boolean | 
isInterrupted()  | 
void | 
join()  | 
void | 
join(long millis)  | 
Thread | 
nativeThread()  | 
void | 
setPriority(int priority)  | 
void | 
start()  | 
void start()
void interrupt()
boolean isAlive()
void join()
          throws InterruptedException,
                 ExecutionException
void join(long millis)
          throws InterruptedException,
                 ExecutionException
int getPriority()
void setPriority(int priority)
boolean isCurrent()
boolean isInterrupted()
Thread nativeThread()
Copyright © 2001-2015 JRuby. All Rights Reserved.