com.nukernel.jdcf
Interface Node

All Known Implementing Classes:
NodeImpl

public interface Node
extends java.rmi.Remote


Method Summary
 boolean equals(Node node)
           
 void execute(Job job)
           
 java.lang.String getName()
           
 java.net.InetAddress getNodeAddr()
           
 

Method Detail

getNodeAddr

public java.net.InetAddress getNodeAddr()
                                 throws java.rmi.RemoteException

execute

public void execute(Job job)
             throws java.rmi.RemoteException

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException

equals

public boolean equals(Node node)
               throws java.rmi.RemoteException

Java Distributed
Computational
Framework v0.1

Copyright © 2000 Sidney Cammeresi. All rights reserved.