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.
|
org.apache.river.example.browser |
A visualization tool for exploring Jini Network Technology
communities (djinns) with support for ServiceUI.
|
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractLookupDiscovery
This package private superclass of LocatorDiscovery exists for
safe construction of LocatorDiscovery's state, while retaining
backward compatibility of the API.
|
(package private) class |
AbstractLookupDiscoveryManager
This package private superclass of LookupDiscoverManager exists for
safe construction of LookupDiscoveryManager's state, while retaining
backward compatibility of the API.
|
class |
LookupDiscovery
This class is a helper utility class that encapsulates the functionality
required of an entity that wishes to employ multicast discovery to
find lookup services located within the entity's "multicast radius"
(roughly, the number of hops beyond which neither the multicast requests
from the entity, nor the multicast announcements from the lookup service,
will propagate).
|
class |
LookupDiscoveryManager
This class is a helper utility class that organizes and manages all
discovery-related activities on behalf of a client or service.
|
Modifier and Type | Field and Description |
---|---|
private DiscoveryGroupManagement |
Browser.disco |
Modifier and Type | Field and Description |
---|---|
private DiscoveryGroupManagement |
JoinStateManager.dgm
Object used to find lookups.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.