public class NetworkInfoTemplateGenerator extends java.lang.Object implements NetworkMonitor
| Constructor and Description |
|---|
NetworkInfoTemplateGenerator(org.w3c.dom.Element el) |
| Modifier and Type | Method and Description |
|---|---|
void |
change(Channel channel,
Status status) |
void |
change(NetworkAttrImpl net,
Status status) |
void |
change(Site site,
Status status) |
void |
change(Station station,
Status status) |
boolean |
contains(NetworkAttr net) |
boolean |
contains(Station sta) |
ChannelsInStationTemplate |
getChannelsInStationTemplate(Channel chan) |
ChannelsInStationTemplate |
getChannelsInStationTemplate(Station station) |
NetworkStatusTemplate |
getNetworkStatusTemplate() |
StationsInNetworkTemplate |
getStationsInNetworkTemplate(NetworkAttr net) |
StationsInNetworkTemplate |
getStationsInNetworkTemplate(Station station) |
void |
setArmStatus(java.lang.String status) |
public NetworkInfoTemplateGenerator(org.w3c.dom.Element el)
throws java.lang.Exception
java.lang.Exceptionpublic void change(NetworkAttrImpl net, Status status)
change in interface NetworkMonitorpublic void change(Station station, Status status)
change in interface NetworkMonitorpublic void change(Site site, Status status)
change in interface NetworkMonitorpublic void change(Channel channel, Status status)
change in interface NetworkMonitorpublic NetworkStatusTemplate getNetworkStatusTemplate()
public StationsInNetworkTemplate getStationsInNetworkTemplate(NetworkAttr net) throws ConfigurationException
ConfigurationExceptionpublic StationsInNetworkTemplate getStationsInNetworkTemplate(Station station) throws ConfigurationException
ConfigurationExceptionpublic ChannelsInStationTemplate getChannelsInStationTemplate(Station station) throws java.io.IOException, ConfigurationException
java.io.IOExceptionConfigurationExceptionpublic ChannelsInStationTemplate getChannelsInStationTemplate(Channel chan) throws java.io.IOException, ConfigurationException
java.io.IOExceptionConfigurationExceptionpublic boolean contains(NetworkAttr net)
public boolean contains(Station sta)
public void setArmStatus(java.lang.String status)
setArmStatus in interface NetworkMonitor