See: Description
| Interface | Description |
|---|---|
| ICompute |
A generalized compute engine object that will execute a given ITask object and
return the result.
|
| ILocalTaskViewAdapter |
A local view adapter for a task.
|
| IRemoteTaskViewAdapter |
A remote view adapter that enables a task or any other part of a system to display
a text message on the user interface of a remote system.
This adapter IS an RMI Server object! Instantiations of this interface should NEVER be sent to a remote machine, only STUBs made from this Remote object should ever be transmitted. |
| ITask<T> |
A abstract task to be run on the computer engine.
|
| ITaskResultFormatter<T> |
A specialized format converter that takes the return value of a matched ITask object
and converts it into a String representation.
|