Uses of Class
org.apache.commons.jcs3.utils.discovery.UDPDiscoveryAttributes
Packages that use UDPDiscoveryAttributes
-
Uses of UDPDiscoveryAttributes in org.apache.commons.jcs3.utils.discovery
Methods in org.apache.commons.jcs3.utils.discovery that return UDPDiscoveryAttributesModifier and TypeMethodDescriptionUDPDiscoveryAttributes.clone()
UDPDiscoveryService.getUdpDiscoveryAttributes()
Methods in org.apache.commons.jcs3.utils.discovery with parameters of type UDPDiscoveryAttributesModifier and TypeMethodDescriptionvoid
UDPDiscoveryService.setUdpDiscoveryAttributes
(UDPDiscoveryAttributes attr) Constructors in org.apache.commons.jcs3.utils.discovery with parameters of type UDPDiscoveryAttributesModifierConstructorDescriptionUDPDiscoverySender
(UDPDiscoveryAttributes udpDiscoveryAttributes, IElementSerializer serializer) Constructor for the UDPDiscoverySender objectUDPDiscoverySenderThread
(UDPDiscoveryAttributes attributes, ArrayList<String> cacheNames) Deprecated.Constructs the sender with the port to tell others to connect to.UDPDiscoveryService
(UDPDiscoveryAttributes attributes) Deprecated.Specify serializer implementation explicitlyUDPDiscoveryService
(UDPDiscoveryAttributes attributes, IElementSerializer serializer) Constructor