|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Compute
Interface to something that can accept remote connections and execute a task.
Method Summary | |
---|---|
java.lang.Object |
checkStatus(java.lang.Object taskId)
Check on the status of a Task |
java.lang.Object |
executeTask(Task t)
Execute a task |
Method Detail |
---|
java.lang.Object executeTask(Task t) throws java.rmi.RemoteException
t
- Task to be executed
java.rmi.RemoteException
- if something goes wrong.java.lang.Object checkStatus(java.lang.Object taskId) throws java.lang.Exception
Task
taskId
- the ID for the Task to be checked
java.lang.Exception
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |