visad.cluster
Interface RemoteAgentContact

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteAgentContactImpl

public interface RemoteAgentContact
extends java.rmi.Remote

RemoteAgentContact is the interface for RemoteClientAgent to communicate to NodeAgent.


Method Summary
 void sendToNode(java.io.Serializable message)
           
 

Method Detail

sendToNode

void sendToNode(java.io.Serializable message)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException