Package | Description |
---|---|
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
|
net.jini.discovery.dynamic | |
org.openspaces.pu.container.jee.lb.apache |
Modifier and Type | Interface and Description |
---|---|
interface |
DiscoveryChangeListener
This interface must be implemented by entities that wish to receive
notification of the following events.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryManagement.addDiscoveryListener(DiscoveryListener listener)
Adds an instance of
DiscoveryListener to the set of
objects listening for discovery events. |
void |
LookupDiscovery.addDiscoveryListener(DiscoveryListener l)
Register a listener as interested in receiving DiscoveryEvent
notifications.
|
void |
LookupDiscoveryManager.addDiscoveryListener(DiscoveryListener listener)
Adds an instance of
DiscoveryListener to the set of
objects listening for discovery events. |
void |
LookupLocatorDiscovery.addDiscoveryListener(DiscoveryListener l)
Add a DiscoveryListener to the listener set.
|
void |
DiscoveryManagement.removeDiscoveryListener(DiscoveryListener listener)
Removes a listener from the set of objects listening for discovery
events.
|
void |
LookupDiscovery.removeDiscoveryListener(DiscoveryListener l)
Indicate that a listener is no longer interested in receiving
DiscoveryEvent notifications.
|
void |
LookupDiscoveryManager.removeDiscoveryListener(DiscoveryListener listener)
Removes a listener from the set of objects listening for discovery
events.
|
void |
LookupLocatorDiscovery.removeDiscoveryListener(DiscoveryListener l)
Remove a DiscoveryListener from the listener set.
|
Constructor and Description |
---|
LookupDiscoveryManager(String[] groups,
LookupLocator[] locators,
DiscoveryListener listener)
Constructs an instance of this class that will organize and manage
all discovery-related activities on behalf of the client or service
that instantiates this class.
|
LookupDiscoveryManager(String[] groups,
LookupLocator[] locators,
DiscoveryListener listener,
Configuration config)
Constructs an instance of this class, using the given
Configuration , that will organize and manage all
discovery-related activities on behalf of the client or service
that instantiates this class. |
LookupDiscoveryManager(String[] groups,
LookupLocator[] locators,
DiscoveryListener listener,
Configuration config,
boolean runningWithinRegistrar) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicLookupLocatorDiscovery |
Modifier and Type | Class and Description |
---|---|
class |
ApacheLoadBalancerAgent
Experimental support for automatically refreshing apache load balancer.
|
Copyright © GigaSpaces.