All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
org.omg.PortableServer.POA |
_default_POA() |
ConcreteNetworkOperations |
_delegate() |
void |
_delegate(ConcreteNetworkOperations delegate) |
ConcreteNetwork |
a_writeable() |
void |
add_calibration(ChannelId the_channel,
Calibration new_calibration,
Time start_time,
AuditInfo[] audit_info) |
void |
add_channel(Channel a_channel,
Response the_response,
Calibration[] the_calibrations,
Clock the_clock,
Sensor the_sensor,
DataAcqSys das,
TimeCorrection[] time_corrections,
AuditInfo[] audit_info) |
void |
add_site(Site a_site,
AuditInfo[] audit_info) |
void |
add_station(Station a_station,
AuditInfo[] audit_info) |
void |
add_time_correction(ChannelId the_channel,
TimeCorrection new_correction,
Time start_time,
AuditInfo[] audit_info) |
void |
deactivate_channel(ChannelId channel_id,
AuditInfo[] audit_info) |
void |
deactivate_site(SiteId site_id,
Time end_time,
AuditInfo[] audit_info) |
void |
deactivate_station(StationId code,
Time end_time,
AuditInfo[] audit_info) |
void |
deactivate() |
void |
delete_channel(ChannelId channel_id,
AuditInfo[] audit_info) |
void |
delete_site(SiteId site_id,
AuditInfo[] audit_info) |
void |
delete_station(StationId code,
AuditInfo[] audit_info) |
NetworkAttr |
get_attributes() |
AuditElement[] |
get_audit_trail_for_channel(ChannelId id) |
AuditElement[] |
get_audit_trail_for_site(SiteId id) |
AuditElement[] |
get_audit_trail_for_station(StationId 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) |
void |
udpate_site(Site a_site,
AuditInfo[] audit_info) |
void |
update_channel(Channel a_channel,
AuditInfo[] audit_info) |
void |
update_clock(ChannelId the_channel,
Clock new_clock,
Time start_time,
AuditInfo[] audit_info) |
void |
update_das(ChannelId the_channel,
DataAcqSys new_das,
Time start_time,
AuditInfo[] audit_info) |
void |
update_response(ChannelId the_channel,
Response new_response,
Time start_time,
AuditInfo[] audit_info) |
void |
update_sensor(ChannelId the_channel,
Sensor new_sensor,
Time start_time,
AuditInfo[] audit_info) |
void |
update_station(Station a_station,
AuditInfo[] audit_info) |