public interface NetworkAccess extends AuditSystemAccess, org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Method and Description |
|---|---|
NetworkAttr |
get_attributes() |
AuditElement[] |
get_audit_trail_for_channel(ChannelId id) |
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) |
get_audit_trailNetworkAttr get_attributes()
Station[] retrieve_stations()
ChannelId[] retrieve_grouping(ChannelId id) throws ChannelNotFound
ChannelNotFoundChannelId[][] retrieve_groupings()
Channel retrieve_channel(ChannelId id) throws ChannelNotFound
ChannelNotFoundChannel[] retrieve_channels_by_code(java.lang.String station_code, java.lang.String site_code, java.lang.String channel_code) throws ChannelNotFound
ChannelNotFoundChannel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
Instrumentation retrieve_instrumentation(ChannelId id, Time the_time) throws ChannelNotFound
ChannelNotFoundCalibration[] retrieve_calibrations(ChannelId id, TimeRange the_time) throws ChannelNotFound, NotImplemented
ChannelNotFoundNotImplementedTimeCorrection[] retrieve_time_corrections(ChannelId id, TimeRange time_range) throws ChannelNotFound, NotImplemented
ChannelNotFoundNotImplementedChannelId[] retrieve_all_channels(int seq_max, ChannelIdIterHolder iter)
AuditElement[] get_audit_trail_for_channel(ChannelId id) throws ChannelNotFound, NotImplemented
ChannelNotFoundNotImplemented