public final class CallThread
extends java.lang.Object
implements java.util.concurrent.Callable
Callable interface, to allow execution of
the client method on an Executor thread pool.| Constructor and Description |
|---|
CallThread(MethodInfo theMethodInfo)
Create a new instance of CallThread.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call()
Class-defined call method.
|
public CallThread(MethodInfo theMethodInfo)
theMethodInfo - the method to execute.