- IClientModel - Interface in provided.client.model
-
This interface is provided as a guide for building the client-side model.
- ICompute - Interface in provided.compute
-
A generalized compute engine object that will execute a given ITask object and
return the result.
- IEngineModel - Interface in provided.engine.model
-
This interface is provided as a guide for building the compute engine model.
- ILocalTaskViewAdapter - Interface in provided.compute
-
A local view adapter for a task.
- infoMsgStrategy - Variable in class provided.rmiUtils.classServer.ClassServer
-
Strategy to display an informational message.
- infoMsgStrategy - Variable in class provided.rmiUtils.RMIUtils
-
Strategy to display an informational message.
- input - Variable in class provided.client.model.task.GetInfo
-
Input string given to the constructor
- IRemoteTaskViewAdapter - Interface in provided.compute
-
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.
- IRMI_Defs - Interface in provided.rmiUtils
-
Definitions for use in RMI programs
Note that "Client" and "Server" here do NOT refer to a client-server architecture,
rather they are just identifiers to differentiate one side from the other.
- IRMIUtils - Interface in provided.rmiUtils
-
Utility interface used to abstract and encapsulate the configuration,
initialization and shutdown of RMI as well as provide utilities for
accessing remote and local Registries and get the local IP address.
- isStop - Variable in class provided.rmiUtils.classServer.ClassServer
-
Flag to used to stop the server
- ITask<T> - Interface in provided.compute
-
A abstract task to be run on the computer engine.
- ITaskFactory<T> - Interface in provided.client.model.taskUtils
-
Abstract factory for creating ITasks
- ITaskFactoryLoader - Interface in provided.client.model.taskUtils
-
Utility interface for dynamically loading ITaskFactory's that is independent of the return type
of the ITasks created.
- ITaskResultFormatter<T> - Interface in provided.compute
-
A specialized format converter that takes the return value of a matched ITask object
and converts it into a String representation.