Package edu.sc.seis.sod
Class RefreshNetworkArm
java.lang.Object
java.util.TimerTask
edu.sc.seis.sod.RefreshNetworkArm
- All Implemented Interfaces:
java.lang.Runnable
public class RefreshNetworkArm
extends java.util.TimerTask
-
Constructor Summary
Constructors Constructor Description RefreshNetworkArm(NetworkArm netArm)
-
Method Summary
Modifier and Type Method Description boolean
isNetworkBeingReloaded(int dbid)
boolean
isStationBeingReloaded(int dbid)
void
run()
-
Constructor Details
-
Method Details
-
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
- Specified by:
run
in classjava.util.TimerTask
-
isNetworkBeingReloaded
public boolean isNetworkBeingReloaded(int dbid) -
isStationBeingReloaded
public boolean isStationBeingReloaded(int dbid)
-