@Deprecated public class StationXML extends java.lang.Object implements NetworkSource
Modifier and Type | Field and Description |
---|---|
static byte[] |
EMPTY_STATIONXML
Deprecated.
|
static TimeInterval |
ONE_DAY
Deprecated.
|
static TimeInterval |
ONE_SECOND
Deprecated.
|
static java.lang.String |
URL_ELEMENT
Deprecated.
|
Constructor and Description |
---|
StationXML(org.w3c.dom.Element config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ChannelImpl> |
getChannels(StationImpl station)
Deprecated.
|
java.lang.String |
getDNS()
Deprecated.
|
Instrumentation |
getInstrumentation(ChannelImpl chan)
Deprecated.
|
java.lang.String |
getName()
Deprecated.
returns the name of the server.
|
CacheNetworkAccess |
getNetwork(NetworkAttrImpl attr)
Deprecated.
|
java.util.List<? extends CacheNetworkAccess> |
getNetworkByName(java.lang.String name)
Deprecated.
|
java.util.List<? extends NetworkAttrImpl> |
getNetworks()
Deprecated.
|
TimeInterval |
getRefreshInterval()
Deprecated.
|
QuantityImpl |
getSensitivity(ChannelImpl chan)
Deprecated.
|
java.util.List<? extends StationImpl> |
getStations(NetworkAttrImpl net)
Deprecated.
|
void |
setConstraints(NetworkQueryConstraints constraints)
Deprecated.
|
static java.lang.String |
toDateString(MicroSecondDate msd)
Deprecated.
|
public static final TimeInterval ONE_SECOND
public static final TimeInterval ONE_DAY
public static final java.lang.String URL_ELEMENT
public static final byte[] EMPTY_STATIONXML
public StationXML(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public java.lang.String getDNS()
public java.lang.String getName()
Source
public TimeInterval getRefreshInterval()
getRefreshInterval
in interface NetworkSource
public CacheNetworkAccess getNetwork(NetworkAttrImpl attr)
getNetwork
in interface NetworkSource
public java.util.List<? extends CacheNetworkAccess> getNetworkByName(java.lang.String name) throws NetworkNotFound
getNetworkByName
in interface NetworkSource
NetworkNotFound
public java.util.List<? extends NetworkAttrImpl> getNetworks()
getNetworks
in interface NetworkSource
public java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net)
getStations
in interface NetworkSource
public java.util.List<? extends ChannelImpl> getChannels(StationImpl station)
getChannels
in interface NetworkSource
public QuantityImpl getSensitivity(ChannelImpl chan) throws ChannelNotFound, InvalidResponse
getSensitivity
in interface NetworkSource
ChannelNotFound
InvalidResponse
public Instrumentation getInstrumentation(ChannelImpl chan) throws ChannelNotFound, InvalidResponse
getInstrumentation
in interface NetworkSource
ChannelNotFound
InvalidResponse
public void setConstraints(NetworkQueryConstraints constraints)
setConstraints
in interface NetworkSource
public static java.lang.String toDateString(MicroSecondDate msd)