All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.experiment.Compute

public interface Compute
extends Remote
Interface to something that can accept remote connections and execute a task.

Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Method Index

 o checkStatus(Object)
Check on the status of a Task
 o executeTask(Task)
Execute a task

Methods

 o executeTask
 public abstract Object executeTask(Task t) throws RemoteException
Execute a task

Parameters:
t - Task to be executed
Returns:
a unique ID for the task
Throws: RemoteException
if something goes wrong.
 o checkStatus
 public abstract Object checkStatus(Object taskId) throws Exception
Check on the status of a Task

Parameters:
taskId - the ID for the Task to be checked
Returns:
the status of the Task
Throws: Exception
if an error occurs

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home