Thread.State, Thread.UncaughtExceptionHandler
修飾子とタイプ | フィールドと説明 |
---|---|
boolean |
canceled |
boolean |
done |
Exception |
exception |
String |
function |
hiSyncGate |
gate |
int |
result |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
修飾子とタイプ | メソッドと説明 |
---|---|
void |
done() |
void |
done(int result_,
Exception exception_) |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public int result
public hiSyncGate gate
public String function
public boolean done
public boolean canceled
public Exception exception
public IntThread(String function_)
public void done(int result_, Exception exception_)
public void done()