Package weka.experiment
Interface Compute
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RemoteEngine
Interface to something that can accept remote connections and execute
a task.
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
Method Summary
Modifier and TypeMethodDescriptioncheckStatus
(Object taskId) Check on the status of aTask
executeTask
(Task t) Execute a task
-
Method Details
-
executeTask
Execute a task- Parameters:
t
- Task to be executed- Returns:
- a unique ID for the task
- Throws:
RemoteException
- if something goes wrong.
-
checkStatus
Check on the status of aTask
- Parameters:
taskId
- the ID for the Task to be checked- Returns:
- the status of the Task
- Throws:
Exception
- if an error occurs
-