| java.lang.Object java.lang.Thread
All known Subclasses: DiningPhilosophers.Philosopher,
Thread | public class Thread implements Runnable(Code) | | MJI model class for java.lang.Thread library abstraction
|
MAX_PRIORITY | final public static int MAX_PRIORITY(Code) | | |
MIN_PRIORITY | final public static int MIN_PRIORITY(Code) | | |
NORM_PRIORITY | final public static int NORM_PRIORITY(Code) | | |
isDaemon | boolean isDaemon(Code) | | |
threadNum | static int threadNum(Code) | | |
activeCount | public static int activeCount()(Code) | | |
checkAccess | public void checkAccess()(Code) | | |
countStackFrames | native public int countStackFrames()(Code) | | |
currentThread | native public static Thread currentThread()(Code) | | |
destroy | public void destroy()(Code) | | |
dumpStack | public static void dumpStack()(Code) | | |
getPriority | public int getPriority()(Code) | | |
holdsLock | native public static boolean holdsLock(Object obj)(Code) | | |
interrupt | native public void interrupt()(Code) | | |
interrupted | public static boolean interrupted()(Code) | | |
isAlive | native public boolean isAlive()(Code) | | |
isDaemon | public boolean isDaemon()(Code) | | |
isInterrupted | native public boolean isInterrupted()(Code) | | |
setDaemon | public synchronized void setDaemon(boolean isDaemon)(Code) | | |
setDaemon0 | native void setDaemon0(boolean on)(Code) | | |
setPriority | public void setPriority(int priority)(Code) | | |
setPriority0 | native void setPriority0(int priority)(Code) | | |
start | native public void start()(Code) | | |
suspend | public void suspend()(Code) | | |
yield | native public static void yield()(Code) | | |
|
|