@Deprecated public class StationXML extends AbstractNetworkSource 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.
|
REFRESH_ELEMENTname, NAME_ELEMENT, RETRIES_ELEMENT| 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.
|
appendToName, getFissuresNamingService, getRetries, getRetryStrategy, setRetryStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRetries, getRetryStrategyappendToNamepublic 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
ConfigurationExceptionpublic java.lang.String getDNS()
public java.lang.String getName()
SourcegetName in interface SourcegetName in class AbstractSourcepublic TimeInterval getRefreshInterval()
getRefreshInterval in interface NetworkSourcegetRefreshInterval in class AbstractNetworkSourcepublic CacheNetworkAccess getNetwork(NetworkAttrImpl attr)
getNetwork in interface NetworkSourcepublic java.util.List<? extends CacheNetworkAccess> getNetworkByName(java.lang.String name) throws NetworkNotFound
getNetworkByName in interface NetworkSourceNetworkNotFoundpublic java.util.List<? extends NetworkAttrImpl> getNetworks()
getNetworks in interface NetworkSourcepublic java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net)
getStations in interface NetworkSourcepublic java.util.List<? extends ChannelImpl> getChannels(StationImpl station)
getChannels in interface NetworkSourcepublic QuantityImpl getSensitivity(ChannelImpl chan) throws ChannelNotFound, InvalidResponse
getSensitivity in interface NetworkSourceChannelNotFoundInvalidResponsepublic Instrumentation getInstrumentation(ChannelImpl chan) throws ChannelNotFound, InvalidResponse
getInstrumentation in interface NetworkSourceChannelNotFoundInvalidResponsepublic void setConstraints(NetworkQueryConstraints constraints)
setConstraints in interface NetworkSourcesetConstraints in class AbstractNetworkSourcepublic static java.lang.String toDateString(MicroSecondDate msd)