public interface NetworkSource extends Source
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ChannelImpl> |
getChannels(StationImpl station) |
Instrumentation |
getInstrumentation(ChannelImpl chanId) |
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 chanId) |
java.util.List<? extends StationImpl> |
getStations(NetworkAttrImpl net) |
void |
setConstraints(NetworkQueryConstraints constraints) |
TimeInterval getRefreshInterval()
CacheNetworkAccess getNetwork(NetworkAttrImpl attr)
java.util.List<? extends CacheNetworkAccess> getNetworkByName(java.lang.String name) throws NetworkNotFound
NetworkNotFound
java.util.List<? extends NetworkAttrImpl> getNetworks() throws SodSourceException
SodSourceException
java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net) throws SodSourceException
SodSourceException
java.util.List<? extends ChannelImpl> getChannels(StationImpl station) throws SodSourceException
SodSourceException
QuantityImpl getSensitivity(ChannelImpl chanId) throws ChannelNotFound, InvalidResponse, SodSourceException
Instrumentation getInstrumentation(ChannelImpl chanId) throws ChannelNotFound, InvalidResponse, SodSourceException
void setConstraints(NetworkQueryConstraints constraints)