java.util.concurrent classes,
or any other method invocations, through the system classes.See: Description
| Class | Description |
|---|---|
| CallExecutor |
This class implements the
ExecutorService interface, to allow execution of
the client method on a thread pool. |
| CallThread |
This class implements the
Callable interface, to allow execution of
the client method on an Executor thread pool. |
| InvokeAutoMethod |
Runs a single invocation of a
AutoInvoke object on a separate thread. |
| InvokeMethod |
Runs a single invocation of a
MethodInfo object on a separate thread. |
| InvokeThread |
Runs a single invocation on a separate thread.
|
java.util.concurrent classes,
or any other method invocations, through the system classes.