ch.nix.ert.communication.rmi
Class NodeCommunicationRmi

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bych.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

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
NodeCommunicationRmi(NodeCommunication myNodeCommunication)
           
 
Method Summary
 void receive(DataItem dataItem)
           
 void startServer()
           
 
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
 

Constructor Detail

NodeCommunicationRmi

public NodeCommunicationRmi(NodeCommunication myNodeCommunication)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

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