Class UDPCleanupRunner

java.lang.Object
org.apache.commons.jcs3.utils.discovery.UDPCleanupRunner
All Implemented Interfaces:
Runnable

@Deprecated public class UDPCleanupRunner extends Object implements 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 Details

  • Method Details

    • run

      public void run()
      Deprecated.
      This goes through the list of services and removes those that we haven't heard from in longer than the max idle time.

      Specified by:
      run in interface Runnable
      See Also: