Package | Description |
---|---|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryChangeListener.changed(DiscoveryEvent e)
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 |
DiscoveryListener.discarded(DiscoveryEvent e)
Called when one or more lookup service registrars has been discarded.
|
void |
DiscoveryListener.discovered(DiscoveryEvent e)
Called when one or more lookup service registrars has been discovered.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.