com.nukernel.jdcf
Interface RemoteRunnable

All Known Implementing Classes:
AbstractRemoteThread

public interface RemoteRunnable
extends java.lang.Runnable, java.io.Serializable

Interface that remote threads must implement; analogous to java.lang.Runnable.


Method Summary
 void initOnNode()
          Perform application-specific initialisation before starting the thread.
 void initSys(Cluster cluster)
          Perform system-specific initialisation prior to starting the thread.
 void run()
          Start the thread running.
 

Method Detail

initSys

public void initSys(Cluster cluster)
Perform system-specific initialisation prior to starting the thread.
Parameters:
cluser - a Cluster object

initOnNode

public void initOnNode()
Perform application-specific initialisation before starting the thread.

run

public void run()
Start the thread running. The thread `dies' when this method returns.
Specified by:
run in interface java.lang.Runnable

Java Distributed
Computational
Framework v0.1

Copyright © 2000 Sidney Cammeresi. All rights reserved.