at.lcm.x2c.communicator
Class RmiConnectionAdapter

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by at.lcm.x2c.communicator.RmiConnectionAdapter
All Implemented Interfaces:
at.lcm.x2c.gui.communicator.IRmiConnectionListener, java.io.Serializable, java.rmi.Remote, java.util.EventListener

public class RmiConnectionAdapter
extends java.rmi.server.UnicastRemoteObject
implements at.lcm.x2c.gui.communicator.IRmiConnectionListener

RMI connection adapter.

Author:
Martin Hochwallner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected RmiConnectionAdapter()
           
 
Method Summary
 void droppingConnection(at.lcm.x2c.gui.communicator.RmiConnectionEvent event)
           
 
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

RmiConnectionAdapter

protected RmiConnectionAdapter()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

droppingConnection

public void droppingConnection(at.lcm.x2c.gui.communicator.RmiConnectionEvent event)
                        throws java.rmi.RemoteException
Specified by:
droppingConnection in interface at.lcm.x2c.gui.communicator.IRmiConnectionListener
Throws:
java.rmi.RemoteException


Copyright 2019 LCM. All rights reserved.