com.sun.jini.example.basic.ex1.awake
Class RegRemoteUseJoinMgrImpl.ServiceIDListenerImpl

java.lang.Object
  extended bycom.sun.jini.example.basic.ex1.awake.RegRemoteUseJoinMgrImpl.ServiceIDListenerImpl
All Implemented Interfaces:
java.util.EventListener, net.jini.lookup.ServiceIDListener
Enclosing class:
RegRemoteUseJoinMgrImpl

public class RegRemoteUseJoinMgrImpl.ServiceIDListenerImpl
extends java.lang.Object
implements net.jini.lookup.ServiceIDListener

Class which listens for the announcement of a service ID assignment by the JoinManager


Constructor Summary
RegRemoteUseJoinMgrImpl.ServiceIDListenerImpl()
           
 
Method Summary
 void serviceIDNotify(net.jini.core.lookup.ServiceID serviceID)
          The JoinManager will invoke this method when it receives a valid ServiceID from a lookup service; passing in that ServiceID so that it may be stored for persistence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegRemoteUseJoinMgrImpl.ServiceIDListenerImpl

public RegRemoteUseJoinMgrImpl.ServiceIDListenerImpl()
Method Detail

serviceIDNotify

public void serviceIDNotify(net.jini.core.lookup.ServiceID serviceID)
The JoinManager will invoke this method when it receives a valid ServiceID from a lookup service; passing in that ServiceID so that it may be stored for persistence.

Specified by:
serviceIDNotify in interface net.jini.lookup.ServiceIDListener


Copyright © 2003 Sun Microsystems Corp. All Rights Reserved.