Package | Description |
---|---|
net.jini.lookup |
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
|
Modifier and Type | Method and Description |
---|---|
private static JoinManager.Conf |
JoinManager.getConf(Configuration config,
LeaseRenewalManager leaseMgr,
DiscoveryManagement discoveryMgr,
Object serviceProxy)
This method is for constructors that use an empty configuration.
|
private static JoinManager.Conf |
JoinManager.getConfig(Configuration config,
LeaseRenewalManager leaseMgr,
DiscoveryManagement discoveryMgr,
Object serviceProxy)
Gets the configuration and throws any exceptions.
|
Constructor and Description |
---|
JoinManager(Object serviceProxy,
Entry[] attrSets,
ServiceID serviceID,
ServiceIDListener callback,
JoinManager.Conf conf)
Convenience method invoked by the constructors of this class that
uses the given
Configuration to initialize the current
instance of this utility, and initiates all join processing for
the given parameters. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.