|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is the interface to the ComputeEngine that the skeleton sees. It allows the skeleton to control the compute engines.
Method Summary | |
void |
checkpoint(java.lang.String jobId)
This method is causes the executing job to be written to disk. |
void |
compute(Job job)
This method causes the execution of the Job. |
void |
halt(java.lang.String jobId)
This method stops a job from executing. |
void |
haltAll()
This method stops all executing jobs on the ComputeEngine. |
Method Detail |
public void compute(Job job) throws java.rmi.RemoteException
job
- the job to execute
java.rmi.RemoteException
- if an error occurs on the server sideResultChannel#sendException
public void checkpoint(java.lang.String jobId) throws java.rmi.RemoteException
jobId
- the id of the job to checkpoint
java.rmi.RemoteException
- if an error occurs on the server sidepublic void halt(java.lang.String jobId) throws java.rmi.RemoteException
jobId
- the id of the job to halt
java.rmi.RemoteException
- if an error occurs on the server sidepublic void haltAll() throws java.rmi.RemoteException
java.rmi.RemoteException
- if an error occurs on the server side
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |