public class WaveformNetworkStatus extends AbstractVelocityStatus implements WaveformMonitor, NetworkMonitor
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
networkListTemplate |
| Constructor and Description |
|---|
WaveformNetworkStatus(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
void |
change(Channel channel,
Status s) |
void |
change(NetworkAttrImpl net,
Status s) |
void |
change(Site site,
Status s) |
void |
change(Station station,
Status s) |
int |
getNumDirDeep()
Method getNumDirDeep returns how many directories below the base status
directory this template will write
|
void |
setArmStatus(java.lang.String status) |
void |
update(EventChannelPair ecp) |
void |
update(EventNetworkPair ecp) |
void |
update(EventStationPair ecp) |
void |
update(EventVectorPair ecp) |
getNestedTextForElement, getTemplateName, loadTemplate, loadTemplate, scheduleOutput, scheduleOutputpublic WaveformNetworkStatus(org.w3c.dom.Element config)
throws java.sql.SQLException,
java.net.MalformedURLException,
java.io.IOException
java.sql.SQLExceptionjava.net.MalformedURLExceptionjava.io.IOExceptionpublic int getNumDirDeep()
AbstractVelocityStatusgetNumDirDeep in class AbstractVelocityStatuspublic void update(EventNetworkPair ecp)
update in interface WaveformMonitorpublic void update(EventStationPair ecp)
update in interface WaveformMonitorpublic void update(EventChannelPair ecp)
update in interface WaveformMonitorpublic void update(EventVectorPair ecp)
update in interface WaveformMonitorpublic void setArmStatus(java.lang.String status)
throws java.lang.Exception
setArmStatus in interface NetworkMonitorjava.lang.Exceptionpublic void change(Station station, Status s)
change in interface NetworkMonitorpublic void change(Channel channel, Status s)
change in interface NetworkMonitorpublic void change(NetworkAttrImpl net, Status s)
change in interface NetworkMonitorpublic void change(Site site, Status s)
change in interface NetworkMonitor