Class MapWaveformStatus
- java.lang.Object
-
- edu.sc.seis.sod.status.waveformArm.MapWaveformStatus
-
- All Implemented Interfaces:
java.lang.Runnable
public class MapWaveformStatus extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description MapWaveformStatus()
MapWaveformStatus(MapPool pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(edu.iris.Fissures.IfEvent.EventAccessOperations ev, java.lang.String outputLoc)
void
run()
-
-
-
Constructor Detail
-
MapWaveformStatus
public MapWaveformStatus() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
MapWaveformStatus
public MapWaveformStatus(MapPool pool) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-