|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
ti.pub.WorkerThread
ti.chimera.registry.Node.NonSwingWorker
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
void |
invokeLater(java.lang.Runnable r)
Enqueue a work unit (a runnable) to be invoked from the context of the worker thread |
void |
run(java.lang.Runnable r)
|
void |
unhandledException(java.lang.Throwable e)
Called when unhandled errors occur. |
void |
watchdogTimeoutExceeded()
If using the watchdog timer, this is called from some other thread context when the timeout set for executing a runnable has been exceeded. |
Methods inherited from class ti.pub.WorkerThread |
run, runNext |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public void run(java.lang.Runnable r)
run
in class WorkerThread
public void unhandledException(java.lang.Throwable e)
WorkerThread
unhandledException
in class WorkerThread
public void watchdogTimeoutExceeded()
WorkerThread
watchdogTimeoutExceeded
in class WorkerThread
public void invokeLater(java.lang.Runnable r)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |