public abstract class InvokeThread
extends java.lang.Thread
CallObject to execute the MethodInfo method. This can include
local or remote types of execution, for example.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
finished
True if finished.
|
protected java.lang.Object |
result
Result of executing the method
|
| Constructor and Description |
|---|
InvokeThread()
Create a new instance of InvokeThread.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getResult()
Get the method invocation result.
|
boolean |
isFinished()
True if the execution process has finished.
|
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected boolean finished
protected java.lang.Object result
public boolean isFinished()
public java.lang.Object getResult()