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.
|
net.jini.lookup |
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
|
org.apache.river.example.browser |
A visualization tool for exploring Jini Network Technology
communities (djinns) with support for ServiceUI.
|
org.apache.river.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
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 |
AbstractLookupDiscoveryManager.GroupDiscoveryListener.changed(DiscoveryEvent e)
Called by
LookupDiscovery to send a changed event
to this listener when that LookupDiscovery has
determined that the member groups of a previously discovered
registrar (reg) have changed. |
void |
DiscoveryListener.discarded(DiscoveryEvent e)
Called when one or more lookup service registrars has been discarded.
|
void |
AbstractLookupDiscoveryManager.LocatorDiscoveryListener.discarded(DiscoveryEvent e)
Called by
LookupLocatorDiscovery to send a discarded
event to this listener when one of the following events occurs,
affecting at least one registrar (reg) that was previously
discovered through either locator discovery alone, or through
both group and locator discovery:
The method LookupLocatorDiscovery.discard
was called because the reg was determined to be unreachable
(this is referred to as a "communication discard"). |
void |
AbstractLookupDiscoveryManager.GroupDiscoveryListener.discarded(DiscoveryEvent e)
Called by
LookupDiscovery to send a discarded event
to this listener when one of the following events occurs
affecting at least one registrar (reg) that was previously
discovered through either group discovery alone, or through
both group and locator discovery:
The method LookupDiscovery.discard was
called because the reg was determined to be unreachable. |
void |
DiscoveryListener.discovered(DiscoveryEvent e)
Called when one or more lookup service registrars has been discovered.
|
void |
AbstractLookupDiscoveryManager.LocatorDiscoveryListener.discovered(DiscoveryEvent e)
Called by the
LookupLocatorDiscovery to
send a discovered event to this listener when that
LookupLocatorDiscovery has discovered at least
one registrar (reg) having a locator equal one of the locators
desired by this LookupDiscoveryManager . |
void |
AbstractLookupDiscoveryManager.GroupDiscoveryListener.discovered(DiscoveryEvent e)
Called by
LookupDiscovery to send a discovered event
to this listener when that LookupDiscovery has
discovered at least one registrar (reg) belonging to at least one
of the groups desired by this LookupDiscoveryManager . |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDiscoveryManager.DiscMgrListener.discarded(DiscoveryEvent e) |
void |
JoinManager.DiscMgrListener.discarded(DiscoveryEvent e) |
void |
ServiceDiscoveryManager.DiscMgrListener.discovered(DiscoveryEvent e) |
void |
JoinManager.DiscMgrListener.discovered(DiscoveryEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
Browser.LookupListener.discarded(DiscoveryEvent e) |
void |
Browser.LookupListener.discovered(DiscoveryEvent e) |
Modifier and Type | Field and Description |
---|---|
DiscoveryEvent |
FiddlerImpl.DiscoveredEventTask.event
The local event sent by the discovery manager.
|
DiscoveryEvent |
FiddlerImpl.DiscardedEventTask.event
The local event sent by the discovery manager.
|
DiscoveryEvent |
FiddlerImpl.ChangedEventTask.event
The local event sent by the discovery manager.
|
Modifier and Type | Method and Description |
---|---|
void |
FiddlerImpl.LookupDiscoveryListener.changed(DiscoveryEvent event) |
void |
FiddlerImpl.LookupDiscoveryListener.discarded(DiscoveryEvent event) |
void |
FiddlerImpl.LookupDiscoveryListener.discovered(DiscoveryEvent event) |
Constructor and Description |
---|
ChangedEventTask(DiscoveryEvent event)
Constructs an instance of this class and stores the event
|
DiscardedEventTask(DiscoveryEvent event)
Constructs an instance of this class and stores the event
|
DiscoveredEventTask(DiscoveryEvent event)
Constructs an instance of this class and stores the event
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.