| java.lang.Object java.lang.Thread
All known Subclasses: java.io.DeleteFileHelper,
Constructor Summary | |
public | Thread() | public | Thread(Runnable target) | public | Thread(String name) | public | Thread(ThreadGroup group, Runnable target) | public | Thread(ThreadGroup group, String name) | public | Thread(Runnable target, String name) | public | Thread(ThreadGroup group, Runnable target, String name) | public | Thread(ThreadGroup group, Runnable target, String name, long size) | | Thread(VMThread vmThread, String name, int priority, boolean daemon) |
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) | | |
daemon | volatile boolean daemon(Code) | | |
priority | volatile int priority(Code) | | |
vmThread | volatile VMThread vmThread(Code) | | |
Thread | Thread(VMThread vmThread, String name, int priority, boolean daemon)(Code) | | |
activeCount | public static int activeCount()(Code) | | |
checkAccess | final public void checkAccess()(Code) | | |
countStackFrames | public int countStackFrames()(Code) | | |
destroy | public void destroy()(Code) | | |
die | synchronized void die()(Code) | | |
dumpStack | public static void dumpStack()(Code) | | |
getPriority | final public synchronized int getPriority()(Code) | | |
interrupt | public synchronized void interrupt()(Code) | | |
interrupted | public static boolean interrupted()(Code) | | |
isAlive | final public boolean isAlive()(Code) | | |
isDaemon | final public boolean isDaemon()(Code) | | |
isInterrupted | public boolean isInterrupted()(Code) | | |
resume | final public synchronized void resume()(Code) | | |
setContextClassLoader | public synchronized void setContextClassLoader(ClassLoader classloader)(Code) | | |
setDaemon | final public synchronized void setDaemon(boolean daemon)(Code) | | |
setName | final public synchronized void setName(String name)(Code) | | |
setPriority | final public synchronized void setPriority(int priority)(Code) | | |
start | public synchronized void start()(Code) | | |
stop | final public void stop()(Code) | | |
suspend | final public synchronized void suspend()(Code) | | |
yield | public static void yield()(Code) | | |
|
|