public class RetryNetworkSource extends WrappingNetworkSource implements NetworkSource
constraints, REFRESH_ELEMENT, refreshIntervalname, NAME_ELEMENT, RETRIES_ELEMENT| Constructor and Description |
|---|
RetryNetworkSource(NetworkSource sodElement) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ChannelImpl> |
getChannels(StationImpl station) |
Instrumentation |
getInstrumentation(ChannelImpl chan) |
java.lang.String |
getName()
returns the name of the server.
|
CacheNetworkAccess |
getNetwork(NetworkAttrImpl attr) |
java.util.List<? extends CacheNetworkAccess> |
getNetworkByName(java.lang.String name) |
java.util.List<? extends NetworkAttrImpl> |
getNetworks() |
TimeInterval |
getRefreshInterval() |
QuantityImpl |
getSensitivity(ChannelImpl chan) |
java.util.List<? extends StationImpl> |
getStations(NetworkAttrImpl net) |
void |
setConstraints(NetworkQueryConstraints constraints) |
getWrappedappendToName, getFissuresNamingService, getRetries, getRetryStrategy, setRetryStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRetries, getRetryStrategyappendToNamepublic RetryNetworkSource(NetworkSource sodElement)
public java.lang.String getName()
SourcegetName in interface SourcegetName in class WrappingNetworkSourcepublic TimeInterval getRefreshInterval()
getRefreshInterval in interface NetworkSourcegetRefreshInterval in class WrappingNetworkSourcepublic CacheNetworkAccess getNetwork(NetworkAttrImpl attr)
getNetwork in interface NetworkSourcegetNetwork in class WrappingNetworkSourcepublic java.util.List<? extends CacheNetworkAccess> getNetworkByName(java.lang.String name) throws NetworkNotFound
getNetworkByName in interface NetworkSourcegetNetworkByName in class WrappingNetworkSourceNetworkNotFoundpublic java.util.List<? extends NetworkAttrImpl> getNetworks() throws SodSourceException
getNetworks in interface NetworkSourcegetNetworks in class WrappingNetworkSourceSodSourceExceptionpublic java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net) throws SodSourceException
getStations in interface NetworkSourcegetStations in class WrappingNetworkSourceSodSourceExceptionpublic java.util.List<? extends ChannelImpl> getChannels(StationImpl station) throws SodSourceException
getChannels in interface NetworkSourcegetChannels in class WrappingNetworkSourceSodSourceExceptionpublic QuantityImpl getSensitivity(ChannelImpl chan) throws ChannelNotFound, InvalidResponse, SodSourceException
getSensitivity in interface NetworkSourcegetSensitivity in class WrappingNetworkSourceChannelNotFoundInvalidResponseSodSourceExceptionpublic Instrumentation getInstrumentation(ChannelImpl chan) throws ChannelNotFound, InvalidResponse, SodSourceException
getInstrumentation in interface NetworkSourcegetInstrumentation in class WrappingNetworkSourceChannelNotFoundInvalidResponseSodSourceExceptionpublic void setConstraints(NetworkQueryConstraints constraints)
setConstraints in interface NetworkSourcesetConstraints in class WrappingNetworkSource