Class RefreshableAddressProvider.RefreshTask

java.lang.Object
com.tangosol.net.RefreshableAddressProvider.RefreshTask
All Implemented Interfaces:
Runnable
Enclosing class:
RefreshableAddressProvider

protected class RefreshableAddressProvider.RefreshTask extends Object implements Runnable
Since:
Coherence 3.5
Author:
rhl 2008-12-14
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final long
    The interval with which to attempt to refresh the address list.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    RefreshTask(long lRefresh)
    Construct a new RefreshTask with the specified refresh interval.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • f_lRefresh

      protected final long f_lRefresh
      The interval with which to attempt to refresh the address list.
  • Constructor Details

    • RefreshTask

      protected RefreshTask(long lRefresh)
      Construct a new RefreshTask with the specified refresh interval.
      Parameters:
      lRefresh - the refresh interval
  • Method Details

    • isRunning

      public boolean isRunning()
    • run

      public void run()
      Specified by:
      run in interface Runnable