public class RetryNetworkSource extends java.lang.Object implements NetworkSource
Constructor and Description |
---|
RetryNetworkSource(AbstractNetworkSource wrapped) |
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) |
public RetryNetworkSource(AbstractNetworkSource wrapped)
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() throws SodSourceException
getNetworks
in interface NetworkSource
SodSourceException
public java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net) throws SodSourceException
getStations
in interface NetworkSource
SodSourceException
public java.util.List<? extends ChannelImpl> getChannels(StationImpl station) throws SodSourceException
getChannels
in interface NetworkSource
SodSourceException
public QuantityImpl getSensitivity(ChannelImpl chan) throws ChannelNotFound, InvalidResponse, SodSourceException
getSensitivity
in interface NetworkSource
ChannelNotFound
InvalidResponse
SodSourceException
public Instrumentation getInstrumentation(ChannelImpl chan) throws ChannelNotFound, InvalidResponse, SodSourceException
getInstrumentation
in interface NetworkSource
ChannelNotFound
InvalidResponse
SodSourceException
public void setConstraints(NetworkQueryConstraints constraints)
setConstraints
in interface NetworkSource