ch.nix.ert.communication.rmi
Class NodeCommunicationRmi
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
ch.nix.ert.communication.rmi.NodeCommunicationRmi
- All Implemented Interfaces:
- NodeCommunicationRmiInterface, java.rmi.Remote, java.io.Serializable
- public class NodeCommunicationRmi
- extends java.rmi.server.UnicastRemoteObject
- implements NodeCommunicationRmiInterface
TODO Edit this text for a better description
- Author:
- michi
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
NodeCommunicationRmi
public NodeCommunicationRmi(NodeCommunication myNodeCommunication)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
receive
public void receive(DataItem dataItem)
throws java.rmi.RemoteException
- Specified by:
receive
in interface NodeCommunicationRmiInterface
- Throws:
java.rmi.RemoteException
startServer
public void startServer()
Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z