Class Foerderband

java.lang.Object
  |
  +--Foerderband
All Implemented Interfaces:
java.util.EventListener, com.sun.jini.lookup.ServiceIDListener

public class Foerderband
extends java.lang.Object
implements com.sun.jini.lookup.ServiceIDListener

Die Klasse Foerderband registriert controlMotor() beim LookupService

Version:
Java 1.3, JINI 1.1
Author:
S. Pollmann, O. Stradner, M. Thielicke, R. Begemann
See Also:
Foerderband, Foerderbandsteuerung, JiniInterface, Motorsteuerung

Constructor Summary
Foerderband()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void serviceIDNotify(net.jini.core.lookup.ServiceID idIn)
          Die Methode serviceIDNotify sollte die vom LUS zurückgegebene ServiceID speichern, so dass bei wiederholten Anmeldungen diese benutzt werden kann.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Foerderband

public Foerderband()
Method Detail

serviceIDNotify

public void serviceIDNotify(net.jini.core.lookup.ServiceID idIn)
Die Methode serviceIDNotify sollte die vom LUS zurückgegebene ServiceID speichern, so dass bei wiederholten Anmeldungen diese benutzt werden kann.
Specified by:
serviceIDNotify in interface com.sun.jini.lookup.ServiceIDListener

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception