public class DBCacheNetworkAccess extends CacheNetworkAccess
Modifier and Type | Field and Description |
---|---|
protected static java.util.HashMap<java.lang.String,VestingNetworkDC> |
dbvnFinderCache |
attr, stations
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
Constructor and Description |
---|
DBCacheNetworkAccess(NetworkAccess netAccess,
NetworkAttrImpl attr) |
DBCacheNetworkAccess(NetworkAttrImpl attr,
FissuresNamingService fisName) |
Modifier and Type | Method and Description |
---|---|
static VestingNetworkDC |
getNetDC(NetworkAttrImpl attr,
FissuresNamingService fisName) |
Channel[] |
retrieve_for_station(StationId id)
retreives the channels for the stations, but uses the cached copy if it
has been previously retrieved.
|
Station[] |
retrieve_stations()
retreives the stations for the network, but uses the cached copy if it
has been previously retrieved.
|
get_attributes, reset, retrieve_channel, retrieve_final_units, retrieve_initial_units, retrieve_instrumentation, retrieve_sensitivity
a_writeable, get_audit_trail_for_channel, get_audit_trail_for_site, get_audit_trail_for_station, get_audit_trail, getCorbaObject, getFullName, getNetworkAccess, getServerDNS, getServerName, getServerType, locate_channels, retrieve_all_channels, retrieve_calibrations, retrieve_channels_by_code, retrieve_grouping, retrieve_groupings, retrieve_time_corrections, setNetworkAccess, toString
protected static java.util.HashMap<java.lang.String,VestingNetworkDC> dbvnFinderCache
public DBCacheNetworkAccess(NetworkAttrImpl attr, FissuresNamingService fisName)
public DBCacheNetworkAccess(NetworkAccess netAccess, NetworkAttrImpl attr)
public Channel[] retrieve_for_station(StationId id)
CacheNetworkAccess
retrieve_for_station
in interface NetworkAccess
retrieve_for_station
in class CacheNetworkAccess
public Station[] retrieve_stations()
CacheNetworkAccess
retrieve_stations
in interface NetworkAccess
retrieve_stations
in class CacheNetworkAccess
public static VestingNetworkDC getNetDC(NetworkAttrImpl attr, FissuresNamingService fisName)