Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Modifier and Type | Method and Description |
---|---|
static void |
delay(long ms) |
void |
run() |
static void |
sleep(long ms) |
static void |
sleepSeconds(long sec) |
static void |
sleepUntil(OADateTime dt) |
static void |
sleepUntil(OADateTime dt,
long maxSeconds) |
static void |
yield() |
activeCount, checkAccess, clone, 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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, start, stop, stop, suspend, toString
public OAThread(Runnable runnable)
public static void yield()
public static void delay(long ms)
public static void sleepSeconds(long sec)
public static void sleep(long ms)
public static void sleepUntil(OADateTime dt)
public static void sleepUntil(OADateTime dt, long maxSeconds)
Copyright © 1999–2025 ViaOA. All rights reserved.