public class LoggingNetworkAccess extends ProxyNetworkAccess
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
Constructor and Description |
---|
LoggingNetworkAccess(NetworkAccess net) |
Modifier and Type | Method and Description |
---|---|
NetworkAttr |
get_attributes() |
AuditElement[] |
get_audit_trail_for_channel(ChannelId id) |
AuditElement[] |
get_audit_trail() |
Channel[] |
locate_channels(Area the_area,
SamplingRange sampling,
OrientationRange orientation) |
ChannelId[] |
retrieve_all_channels(int seq_max,
ChannelIdIterHolder iter) |
Calibration[] |
retrieve_calibrations(ChannelId id,
TimeRange the_time) |
Channel |
retrieve_channel(ChannelId id) |
Channel[] |
retrieve_channels_by_code(java.lang.String station_code,
java.lang.String site_code,
java.lang.String channel_code) |
Channel[] |
retrieve_for_station(StationId id) |
ChannelId[] |
retrieve_grouping(ChannelId id) |
ChannelId[][] |
retrieve_groupings() |
Instrumentation |
retrieve_instrumentation(ChannelId id,
Time the_time) |
Station[] |
retrieve_stations() |
TimeCorrection[] |
retrieve_time_corrections(ChannelId id,
TimeRange time_range) |
a_writeable, get_audit_trail_for_site, get_audit_trail_for_station, getCorbaObject, getFullName, getNetworkAccess, getServerDNS, getServerName, getServerType, reset, retrieve_final_units, retrieve_initial_units, retrieve_sensitivity, setNetworkAccess, toString
public LoggingNetworkAccess(NetworkAccess net)
public AuditElement[] get_audit_trail() throws NotImplemented
get_audit_trail
in interface AuditSystemAccess
get_audit_trail
in class ProxyNetworkAccess
NotImplemented
public NetworkAttr get_attributes()
get_attributes
in interface NetworkAccess
get_attributes
in class ProxyNetworkAccess
public Station[] retrieve_stations()
retrieve_stations
in interface NetworkAccess
retrieve_stations
in class ProxyNetworkAccess
public Channel[] retrieve_for_station(StationId id)
retrieve_for_station
in interface NetworkAccess
retrieve_for_station
in class ProxyNetworkAccess
public ChannelId[] retrieve_grouping(ChannelId id) throws ChannelNotFound
retrieve_grouping
in interface NetworkAccess
retrieve_grouping
in class ProxyNetworkAccess
ChannelNotFound
public ChannelId[][] retrieve_groupings()
retrieve_groupings
in interface NetworkAccess
retrieve_groupings
in class ProxyNetworkAccess
public Channel retrieve_channel(ChannelId id) throws ChannelNotFound
retrieve_channel
in interface NetworkAccess
retrieve_channel
in class ProxyNetworkAccess
ChannelNotFound
public Channel[] retrieve_channels_by_code(java.lang.String station_code, java.lang.String site_code, java.lang.String channel_code) throws ChannelNotFound
retrieve_channels_by_code
in interface NetworkAccess
retrieve_channels_by_code
in class ProxyNetworkAccess
ChannelNotFound
public Channel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
locate_channels
in interface NetworkAccess
locate_channels
in class ProxyNetworkAccess
public Instrumentation retrieve_instrumentation(ChannelId id, Time the_time) throws ChannelNotFound
retrieve_instrumentation
in interface NetworkAccess
retrieve_instrumentation
in class ProxyNetworkAccess
ChannelNotFound
public Calibration[] retrieve_calibrations(ChannelId id, TimeRange the_time) throws ChannelNotFound, NotImplemented
retrieve_calibrations
in interface NetworkAccess
retrieve_calibrations
in class ProxyNetworkAccess
ChannelNotFound
NotImplemented
public TimeCorrection[] retrieve_time_corrections(ChannelId id, TimeRange time_range) throws ChannelNotFound, NotImplemented
retrieve_time_corrections
in interface NetworkAccess
retrieve_time_corrections
in class ProxyNetworkAccess
ChannelNotFound
NotImplemented
public ChannelId[] retrieve_all_channels(int seq_max, ChannelIdIterHolder iter)
retrieve_all_channels
in interface NetworkAccess
retrieve_all_channels
in class ProxyNetworkAccess
public AuditElement[] get_audit_trail_for_channel(ChannelId id) throws ChannelNotFound, NotImplemented
get_audit_trail_for_channel
in interface NetworkAccess
get_audit_trail_for_channel
in class ProxyNetworkAccess
ChannelNotFound
NotImplemented