public interface NetworkSource extends Source
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ChannelImpl> |
getChannels(StationImpl station) |
Instrumentation |
getInstrumentation(ChannelId 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(ChannelId 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()
java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net)
java.util.List<? extends ChannelImpl> getChannels(StationImpl station)
QuantityImpl getSensitivity(ChannelId chanId) throws ChannelNotFound, InvalidResponse
ChannelNotFound
InvalidResponse
Instrumentation getInstrumentation(ChannelId chanId) throws ChannelNotFound, InvalidResponse
ChannelNotFound
InvalidResponse
void setConstraints(NetworkQueryConstraints constraints)