Class UDPCleanupRunner
java.lang.Object
org.apache.commons.jcs3.utils.discovery.UDPCleanupRunner
- All Implemented Interfaces:
- Runnable
Deprecated.
Functionality moved to UDPDiscoveryService
This class periodically check the lastHeardFrom time on the services.
 
If they exceed the configurable limit, it removes them from the set.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun()Deprecated.This goes through the list of services and removes those that we haven't heard from in longer than the max idle time.