net.jini.lookup
Interface ServiceIDListener
- All Superinterfaces: 
 - EventListener
 
public interface ServiceIDListener
- extends EventListener
 
Interface used by a service that does not yet have a service ID, for
 callback from the JoinManager when a service ID is assigned.
- Author:
 
  - Sun Microsystems, Inc.
 
- See Also:
 JoinManager
| 
Method Summary | 
 void | 
serviceIDNotify(ServiceID serviceID)
 
          Called when the JoinManager gets a valid ServiceID from a lookup 
 service. | 
 
serviceIDNotify
void serviceIDNotify(ServiceID serviceID)
- Called when the JoinManager gets a valid ServiceID from a lookup 
 service.
 
- Parameters:
 serviceID - the service ID assigned by the lookup service.
 
 
Copyright © GigaSpaces.