GigaSpaces XAP 8.0 API

Uses of Interface
net.jini.discovery.DiscoveryListener

Packages that use DiscoveryListener
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
org.openspaces.pu.container.jee.lb.apache   
 

Uses of DiscoveryListener in net.jini.discovery
 

Subinterfaces of DiscoveryListener in net.jini.discovery
 interface DiscoveryChangeListener
          This interface must be implemented by entities that wish to receive notification of the following events.
 

Methods in net.jini.discovery with parameters of type DiscoveryListener
 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.
 

Constructors in net.jini.discovery with parameters of type DiscoveryListener
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.
 

Uses of DiscoveryListener in org.openspaces.pu.container.jee.lb.apache
 

Classes in org.openspaces.pu.container.jee.lb.apache that implement DiscoveryListener
 class ApacheLoadBalancerAgent
          Experimental support for automatically refreshing apache load balancer.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.