|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Before a program is started on a node, the system obtains a
Communicator from each copy of the program so that
the program can perform internode communication.
| Method Summary | |
RemoteThreadInterface |
createThread(RemoteRunnable target,
java.lang.String name)
Called to create a remote thread on the target node. |
void |
kill()
Called when the job should abort execution. |
void |
resume()
Called on a previously suspended job when it should begin executing again. |
java.lang.Object |
status()
Return an object representing the status of the computation. |
void |
suspend()
Called when the job should stop executing temporarily. |
| Method Detail |
public java.lang.Object status()
throws java.rmi.RemoteException
public void suspend()
throws java.rmi.RemoteException
public void resume()
throws java.rmi.RemoteException
public void kill()
throws java.rmi.RemoteException
public RemoteThreadInterface createThread(RemoteRunnable target,
java.lang.String name)
throws java.rmi.RemoteException
target - the run method to invokename - desired name for the threadjava.lang.Thread
|
Java Distributed Computational Framework v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||