|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.fiddler.FiddlerImpl.LookupDiscoveryListener
private class FiddlerImpl.LookupDiscoveryListener
Class whose discovered() method is invoked by threads in the LookupDiscovery class whenever a new lookup service is discovered on behalf of a client registration
Constructor Summary | |
---|---|
FiddlerImpl.LookupDiscoveryListener()
|
Method Summary | |
---|---|
void |
changed(DiscoveryEvent event)
Called when changes are detected in the discovery state of one or more of the previously discovered lookup services; in particular, when changes occur in the member groups to which those lookup services belong. |
void |
discarded(DiscoveryEvent event)
Called when one or more lookup service registrars has been discarded. |
void |
discovered(DiscoveryEvent event)
Called when one or more lookup service registrars has been discovered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FiddlerImpl.LookupDiscoveryListener()
Method Detail |
---|
public void discovered(DiscoveryEvent event)
DiscoveryListener
discovered
in interface DiscoveryListener
event
- the event that describes the discovered registrarspublic void discarded(DiscoveryEvent event)
DiscoveryListener
discarded
in interface DiscoveryListener
event
- the event that describes the discarded registrarspublic void changed(DiscoveryEvent event)
DiscoveryChangeListener
changed
in interface DiscoveryChangeListener
event
- instance of net.jini.discovery.DiscoveryEvent
representing the event that describes the lookup services
whose discovery state has changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |