Uses of Interface
net.jini.discovery.DiscoveryManagement
Packages that use DiscoveryManagement
Package
Description
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
-
Uses of DiscoveryManagement in com.j_spaces.core.jini
Classes in com.j_spaces.core.jini that implement DiscoveryManagement -
Uses of DiscoveryManagement in net.jini.discovery
Classes in net.jini.discovery that implement DiscoveryManagementModifier and TypeClassDescriptionclassThis 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).classThis class is a helper utility class that organizes and manages all discovery-related activities on behalf of a client or service.classThis class encapsulates the functionality required of an entity that wishes to employ the unicast discovery protocol to discover a lookup service. -
Uses of DiscoveryManagement in net.jini.lookup
Methods in net.jini.lookup that return DiscoveryManagementModifier and TypeMethodDescriptionJoinManager.getDiscoveryManager()Returns the instance ofDiscoveryManagementthat was either passed into the constructor, or that was created as a result ofnullbeing input to that parameter.ServiceDiscoveryManager.getDiscoveryManager()ThegetDiscoveryManagermethod will return an object that implements theDiscoveryManagementinterface.Constructors in net.jini.lookup with parameters of type DiscoveryManagementModifierConstructorDescriptionBackwardsServiceDiscoveryManager(DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Deprecated.JoinManager(Object serviceProxy, Entry[] attrSets, ServiceID serviceID, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr) Constructs an instance of this class that will register the service with all discovered lookup services, using the suppliedServiceID.JoinManager(Object serviceProxy, Entry[] attrSets, ServiceID serviceID, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Constructs an instance of this class, configured using the items retrieved through the givenConfiguration, that will register the service with all discovered lookup services, using the suppliedServiceID.JoinManager(Object serviceProxy, Entry[] attrSets, ServiceIDListener callback, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr) Constructs an instance of this class that will register the given service reference with all discovered lookup services and, through an event sent to the givenServiceIDListenerobject, communicate the service ID assigned by the first lookup service with which the service is registered.JoinManager(Object serviceProxy, Entry[] attrSets, ServiceIDListener callback, DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Constructs an instance of this class, configured using the items retrieved through the givenConfigurationobject, that will register the given service reference with all discovered lookup services and, through an event sent to the givenServiceIDListenerobject, communicate the service ID assigned by the first lookup service with which the service is registered.ServiceDiscoveryManager(DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr) Constructs an instance ofServiceDiscoveryManagerwhich will, on behalf of the entity that constructs this class, discover and manage a set of lookup services, as well as discover and manage sets of services registered with those lookup services.ServiceDiscoveryManager(DiscoveryManagement discoveryMgr, LeaseRenewalManager leaseMgr, Configuration config) Constructs an instance of this class, which is configured using the items retrieved through the givenConfiguration, that will, on behalf of the entity that constructs this class, discover and manage a set of lookup services, as well as discover and manage sets of services registered with those lookup services.