Class RefreshableAddressProvider.RefreshTask
java.lang.Object
com.tangosol.net.RefreshableAddressProvider.RefreshTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
RefreshableAddressProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final long
The interval with which to attempt to refresh the address list. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RefreshTask
(long lRefresh) Construct a new RefreshTask with the specified refresh interval. -
Method Summary
-
Field Details
-
f_lRefresh
protected final long f_lRefreshThe 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
-