net.jini.lookup
Class JoinManager.DiscMgrListener
java.lang.Object
net.jini.lookup.JoinManager.DiscMgrListener
- All Implemented Interfaces:
- EventListener, DiscoveryListener
- Enclosing class:
- JoinManager
private class JoinManager.DiscMgrListener
- extends Object
- implements DiscoveryListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinManager.DiscMgrListener
private JoinManager.DiscMgrListener()
discovered
public void discovered(DiscoveryEvent e)
- Description copied from interface:
DiscoveryListener
- Called when one or more lookup service registrars has been discovered.
The method should return quickly; e.g., it should not make remote
calls.
- Specified by:
discovered
in interface DiscoveryListener
- Parameters:
e
- the event that describes the discovered registrars
discarded
public void discarded(DiscoveryEvent e)
- Description copied from interface:
DiscoveryListener
- Called when one or more lookup service registrars has been discarded.
The method should return quickly; e.g., it should not make remote
calls.
- Specified by:
discarded
in interface DiscoveryListener
- Parameters:
e
- the event that describes the discarded registrars
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.