public final class InvokeMethod extends InvokeThread
MethodInfo
object on a separate thread.
This can be executed anywhere under any conditions, and uses a CallObject
to execute
the MethodInfo
method. This can include local or remote types of execution, for example.finished, result
Constructor and Description |
---|
InvokeMethod(MethodInfo thisMethodInfo)
Create a new instance of InvokeMethod.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Execute the method
|
getResult, isFinished
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, sleep, start, stop, stop, suspend, toString, yield
public InvokeMethod(MethodInfo thisMethodInfo)
thisMethodInfo
- the method to invoke.