Uses of Interface
org.apache.commons.jcs3.utils.discovery.behavior.IDiscoveryListener
Packages that use IDiscoveryListener
Package
Description
-
Uses of IDiscoveryListener in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Classes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement IDiscoveryListenerModifier and TypeClassDescriptionclass
This knows how to add and remove discovered services. -
Uses of IDiscoveryListener in org.apache.commons.jcs3.utils.discovery
Methods in org.apache.commons.jcs3.utils.discovery that return types with arguments of type IDiscoveryListenerMethods in org.apache.commons.jcs3.utils.discovery with parameters of type IDiscoveryListenerModifier and TypeMethodDescriptionboolean
UDPDiscoveryService.addDiscoveryListener
(IDiscoveryListener listener) Adds a listener.boolean
UDPDiscoveryService.removeDiscoveryListener
(IDiscoveryListener listener) Removes a listener.