Methods
Modifier and Type |
Method and Description |
java.util.List<ChannelImpl> |
getAllChannels() |
java.util.List<CacheNetworkAccess> |
getAllNets(ProxyNetworkDC networkDC) |
java.util.List<NetworkAttrImpl> |
getAllNetworks() |
StationImpl[] |
getAllStations() |
java.util.List<StationImpl> |
getAllStationsByCode(java.lang.String staCode) |
ChannelImpl |
getChannel(ChannelId id) |
ChannelImpl |
getChannel(int dbid) |
ChannelImpl |
getChannel(java.lang.String net,
java.lang.String sta,
java.lang.String site,
java.lang.String chan,
MicroSecondDate when) |
protected ChannelImpl |
getChannel(java.lang.String net,
java.lang.String sta,
java.lang.String site,
java.lang.String chan,
MicroSecondDate when,
java.lang.String queryString) |
java.util.List<ChannelGroup> |
getChannelGroup(ChannelImpl chan) |
ChannelGroup |
getChannelGroup(ChannelImpl chanA,
ChannelImpl chanB,
ChannelImpl chanC) |
java.util.List<ChannelGroup> |
getChannelGroupsForStation(StationImpl station) |
java.util.List<ChannelImpl> |
getChannelsByCode(NetworkId net,
java.lang.String sta,
java.lang.String site,
java.lang.String chan) |
java.util.List<ChannelImpl> |
getChannelsForNet(NetworkAttrImpl attr) |
java.util.List<ChannelImpl> |
getChannelsForStation(StationImpl station) |
java.util.List<ChannelImpl> |
getChannelsForStation(StationImpl station,
MicroSecondDate when) |
Instrumentation |
getInstrumentation(ChannelImpl chan) |
InstrumentationBlob |
getInstrumentationBlob(ChannelImpl chan) |
NetworkAttrImpl |
getNetwork(int dbid) |
java.util.List<NetworkAttrImpl> |
getNetworkByCode(java.lang.String netCode) |
NetworkAttrImpl |
getNetworkById(NetworkId netId) |
ChannelSensitivity |
getSensitivity(ChannelImpl chan) |
static NetworkDB |
getSingleton() |
StationImpl |
getStation(int dbid) |
java.util.List<StationImpl> |
getStationByCodes(java.lang.String netCode,
java.lang.String staCode) |
StationImpl |
getStationById(StationId staId) |
java.util.List<StationImpl> |
getStationForNet(NetworkAttrImpl attr) |
java.util.List<StationImpl> |
getStationForNet(NetworkAttrImpl attr,
java.lang.String staCode) |
void |
internUnit(ChannelImpl chan)
assumes station has aready been interned as this needs to happen to avoid
dup stations.
|
void |
internUnit(Station sta) |
int |
put(ChannelGroup cg) |
int |
put(ChannelImpl chan)
Puts a channel into the database.
|
int |
put(NetworkAttrImpl net) |
int |
put(StationImpl sta) |
void |
putInstrumentation(ChannelImpl chan,
Instrumentation inst) |
void |
putSensitivity(ChannelSensitivity sensitivity) |