visad.cluster
Class RemoteAgentContactImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
visad.cluster.RemoteAgentContactImpl
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteAgentContact
public class RemoteAgentContactImpl
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteAgentContact
RemoteAgentContactImpl is the class on nodes for
RemoteClientAgent to communicate to NodeAgent.
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
void |
sendToNode(java.io.Serializable message)
|
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteAgentContactImpl
public RemoteAgentContactImpl(NodeAgent ag)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
sendToNode
public void sendToNode(java.io.Serializable message)
throws java.rmi.RemoteException
- Specified by:
sendToNode
in interface RemoteAgentContact
- Throws:
java.rmi.RemoteException