public class InvokeAutoMethod extends InvokeThread
AutoInvoke object on a separate thread.
This is for the autonomic script engine parallel execution process.finished, result| Constructor and Description |
|---|
InvokeAutoMethod(AutoInvoke thisInvoke)
Create a new instance of AutoInvokeThread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Execute the method
|
getResult, isFinishedactiveCount, 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, sleep, start, stop, stop, suspend, toString, yieldpublic InvokeAutoMethod(AutoInvoke thisInvoke)
thisInvoke - the Auto method to invoke.