Class NetworkInfoTemplateGenerator
java.lang.Object
edu.sc.seis.sod.status.networkArm.NetworkInfoTemplateGenerator
- All Implemented Interfaces:
SodElement
,NetworkMonitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
boolean
contains
(edu.iris.Fissures.IfNetwork.NetworkAttr net) boolean
contains
(edu.iris.Fissures.IfNetwork.Station sta) getChannelsInStationTemplate
(edu.iris.Fissures.IfNetwork.Channel chan) getChannelsInStationTemplate
(edu.iris.Fissures.IfNetwork.Station station) getStationsInNetworkTemplate
(edu.iris.Fissures.IfNetwork.NetworkAttr net) getStationsInNetworkTemplate
(edu.iris.Fissures.IfNetwork.Station station) void
setArmStatus
(String status)
-
Constructor Details
-
NetworkInfoTemplateGenerator
- Throws:
Exception
-
-
Method Details
-
change
- Specified by:
change
in interfaceNetworkMonitor
-
change
- Specified by:
change
in interfaceNetworkMonitor
-
change
- Specified by:
change
in interfaceNetworkMonitor
-
change
- Specified by:
change
in interfaceNetworkMonitor
-
getNetworkStatusTemplate
-
getStationsInNetworkTemplate
public StationsInNetworkTemplate getStationsInNetworkTemplate(edu.iris.Fissures.IfNetwork.NetworkAttr net) throws ConfigurationException - Throws:
ConfigurationException
-
getStationsInNetworkTemplate
public StationsInNetworkTemplate getStationsInNetworkTemplate(edu.iris.Fissures.IfNetwork.Station station) throws ConfigurationException - Throws:
ConfigurationException
-
getChannelsInStationTemplate
public ChannelsInStationTemplate getChannelsInStationTemplate(edu.iris.Fissures.IfNetwork.Station station) throws IOException, ConfigurationException - Throws:
IOException
ConfigurationException
-
getChannelsInStationTemplate
public ChannelsInStationTemplate getChannelsInStationTemplate(edu.iris.Fissures.IfNetwork.Channel chan) throws IOException, ConfigurationException - Throws:
IOException
ConfigurationException
-
contains
public boolean contains(edu.iris.Fissures.IfNetwork.NetworkAttr net) -
contains
public boolean contains(edu.iris.Fissures.IfNetwork.Station sta) -
setArmStatus
- Specified by:
setArmStatus
in interfaceNetworkMonitor
-