Uses of Class
org.apache.jcs.utils.discovery.UDPDiscoveryService

Packages that use UDPDiscoveryService
org.apache.jcs.utils.discovery   
 

Uses of UDPDiscoveryService in org.apache.jcs.utils.discovery
 

Fields in org.apache.jcs.utils.discovery declared as UDPDiscoveryService
protected  UDPDiscoveryService UDPDiscoveryReceiver.service
          Service to get cache names and handle request broadcasts
 

Methods in org.apache.jcs.utils.discovery that return UDPDiscoveryService
 UDPDiscoveryService UDPDiscoveryManager.getService(String discoveryAddress, int discoveryPort, int servicePort, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger)
          Creates a service for the address and port if one doesn't exist already.
 

Constructors in org.apache.jcs.utils.discovery with parameters of type UDPDiscoveryService
DiscoveryShutdownHook(UDPDiscoveryService serviceArg)
           
UDPCleanupRunner(UDPDiscoveryService service)
           
UDPDiscoveryReceiver(UDPDiscoveryService service, String multicastAddressString, int multicastPort)
          Constructor for the LateralUDPReceiver object.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.