Uses of Class
org.apache.commons.jcs3.utils.discovery.DiscoveredService
Packages that use DiscoveredService
Package
Description
-
Uses of DiscoveredService in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Methods in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp with parameters of type DiscoveredServiceModifier and TypeMethodDescriptionvoid
LateralTCPDiscoveryListener.addDiscoveredService
(DiscoveredService service) Creates the lateral cache if needed.void
LateralTCPDiscoveryListener.removeDiscoveredService
(DiscoveredService service) Removes the lateral cache. -
Uses of DiscoveredService in org.apache.commons.jcs3.utils.discovery
Methods in org.apache.commons.jcs3.utils.discovery that return types with arguments of type DiscoveredServiceMethods in org.apache.commons.jcs3.utils.discovery with parameters of type DiscoveredServiceModifier and TypeMethodDescriptionprotected void
UDPDiscoveryService.addOrUpdateService
(DiscoveredService discoveredService) Add a service to the list.void
UDPDiscoveryService.removeDiscoveredService
(DiscoveredService service) Removes the discovered service from the list and calls the discovery listener. -
Uses of DiscoveredService in org.apache.commons.jcs3.utils.discovery.behavior
Methods in org.apache.commons.jcs3.utils.discovery.behavior with parameters of type DiscoveredServiceModifier and TypeMethodDescriptionvoid
IDiscoveryListener.addDiscoveredService
(DiscoveredService service) Add the service if needed.void
IDiscoveryListener.removeDiscoveredService
(DiscoveredService service) Remove the service from the list.