jaugment2.jini
Class WatchTowerBeanLookupListener

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--jaugment2.jini.WatchTowerBeanLookupListener

public class WatchTowerBeanLookupListener
extends java.rmi.server.UnicastRemoteObject
implements net.jini.core.event.RemoteEventListener

See Also:
Serialized Form

Field Summary
private  WatchTowerBean b
           
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
csf, port, portFactoryParamTypes, portParamTypes, serialVersionUID, ssf
 
Fields inherited from class java.rmi.server.RemoteServer
log, logname, serialVersionUID
 
Fields inherited from class java.rmi.server.RemoteObject
ref, serialVersionUID
 
Constructor Summary
WatchTowerBeanLookupListener(WatchTowerBean b)
           
 
Method Summary
 void notify(net.jini.core.event.RemoteEvent theEvent)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
, clone, exportObject, exportObject, exportObject, exportObject, readObject, reexport, 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, writeObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

b

private WatchTowerBean b
Constructor Detail

WatchTowerBeanLookupListener

public WatchTowerBeanLookupListener(WatchTowerBean b)
                             throws java.rmi.RemoteException
Method Detail

notify

public void notify(net.jini.core.event.RemoteEvent theEvent)
            throws net.jini.core.event.UnknownEventException,
                   java.rmi.RemoteException
Specified by:
notify in interface net.jini.core.event.RemoteEventListener