com.nukernel.jdcf
Class Cluster

java.lang.Object
  |
  +--com.nukernel.jdcf.Cluster

public class Cluster
extends java.lang.Object

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

out

public java.io.PrintStream out
Method Detail

myRank

public int myRank()

numNodes

public int numNodes()

exit

public void exit()

node

public Communicator node(int n)

createRemoteThread

public RemoteThread createRemoteThread(RemoteRunnable target,
                                       java.lang.String name,
                                       int n)
                                throws java.rmi.RemoteException

Java Distributed
Computational
Framework v0.1

Copyright © 2000 Sidney Cammeresi. All rights reserved.