public class RetryNetworkAccess extends ProxyNetworkAccess
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE| Constructor and Description |
|---|
RetryNetworkAccess(NetworkAccess net,
int retry) |
RetryNetworkAccess(NetworkAccess net,
RetryStrategy handler) |
| 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 p1) |
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, toStringpublic RetryNetworkAccess(NetworkAccess net, int retry)
public RetryNetworkAccess(NetworkAccess net, RetryStrategy handler)
public NetworkAttr get_attributes()
get_attributes in interface NetworkAccessget_attributes in class ProxyNetworkAccesspublic AuditElement[] get_audit_trail_for_channel(ChannelId id) throws ChannelNotFound, NotImplemented
get_audit_trail_for_channel in interface NetworkAccessget_audit_trail_for_channel in class ProxyNetworkAccessChannelNotFoundNotImplementedpublic AuditElement[] get_audit_trail() throws NotImplemented
get_audit_trail in interface AuditSystemAccessget_audit_trail in class ProxyNetworkAccessNotImplementedpublic Channel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
locate_channels in interface NetworkAccesslocate_channels in class ProxyNetworkAccesspublic ChannelId[] retrieve_all_channels(int seq_max, ChannelIdIterHolder iter)
retrieve_all_channels in interface NetworkAccessretrieve_all_channels in class ProxyNetworkAccesspublic Calibration[] retrieve_calibrations(ChannelId id, TimeRange the_time) throws ChannelNotFound, NotImplemented
retrieve_calibrations in interface NetworkAccessretrieve_calibrations in class ProxyNetworkAccessChannelNotFoundNotImplementedpublic Channel retrieve_channel(ChannelId id) throws ChannelNotFound
retrieve_channel in interface NetworkAccessretrieve_channel in class ProxyNetworkAccessChannelNotFoundpublic 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 NetworkAccessretrieve_channels_by_code in class ProxyNetworkAccessChannelNotFoundpublic Channel[] retrieve_for_station(StationId p1)
retrieve_for_station in interface NetworkAccessretrieve_for_station in class ProxyNetworkAccesspublic ChannelId[] retrieve_grouping(ChannelId id) throws ChannelNotFound
retrieve_grouping in interface NetworkAccessretrieve_grouping in class ProxyNetworkAccessChannelNotFoundpublic ChannelId[][] retrieve_groupings()
retrieve_groupings in interface NetworkAccessretrieve_groupings in class ProxyNetworkAccesspublic Instrumentation retrieve_instrumentation(ChannelId id, Time the_time) throws ChannelNotFound
retrieve_instrumentation in interface NetworkAccessretrieve_instrumentation in class ProxyNetworkAccessChannelNotFoundpublic Station[] retrieve_stations()
retrieve_stations in interface NetworkAccessretrieve_stations in class ProxyNetworkAccesspublic TimeCorrection[] retrieve_time_corrections(ChannelId id, TimeRange time_range) throws ChannelNotFound, NotImplemented
retrieve_time_corrections in interface NetworkAccessretrieve_time_corrections in class ProxyNetworkAccessChannelNotFoundNotImplemented