|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.nukernel.jdcf.Cluster
Each program has a Cluster object, which provides
functionality similar to the System class in a regular
program.
| Field Summary | |
java.io.PrintStream |
out
|
| Method Summary | |
RemoteThread |
createRemoteThread(RemoteRunnable target,
java.lang.String name,
int n)
|
void |
exit()
|
int |
myRank()
|
Communicator |
node(int n)
|
int |
numNodes()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public java.io.PrintStream out
| Method Detail |
public int myRank()
public int numNodes()
public void exit()
public Communicator node(int n)
public RemoteThread createRemoteThread(RemoteRunnable target,
java.lang.String name,
int n)
throws java.rmi.RemoteException
|
Java Distributed Computational Framework v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||