edu.sc.seis.sod.status.networkArm
Class VelocityStationGetter

java.lang.Object
  extended by edu.sc.seis.sod.status.networkArm.VelocityStationGetter

public class VelocityStationGetter
extends java.lang.Object


Constructor Summary
VelocityStationGetter(NetworkId net)
           
 
Method Summary
 int getNumFailed(StationImpl station)
           
 int getNumRetry(StationImpl station)
           
 int getNumSuccessful(StationImpl station)
           
 java.util.List<StationImpl> getSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityStationGetter

public VelocityStationGetter(NetworkId net)
Method Detail

getSuccessful

public java.util.List<StationImpl> getSuccessful()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

getNumSuccessful

public int getNumSuccessful(StationImpl station)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

getNumFailed

public int getNumFailed(StationImpl station)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

getNumRetry

public int getNumRetry(StationImpl station)
                throws java.sql.SQLException
Throws:
java.sql.SQLException