edu.iris.Fissures.IfNetwork
Interface NetworkAccess
- All Superinterfaces:
- AuditSystemAccess, org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- All Known Subinterfaces:
- ConcreteNetwork, ConcreteNetworkAccess, ConcreteNetworkAccessOperations, ConcreteNetworkOperations, VirtualNetwork, VirtualNetworkAccess, VirtualNetworkAccessOperations, VirtualNetworkOperations
- All Known Implementing Classes:
- _ConcreteNetworkAccessStub, _ConcreteNetworkStub, _NetworkAccessStub, _VirtualNetworkAccessStub, _VirtualNetworkStub, ConcreteNetworkAccessPOA, ConcreteNetworkAccessPOATie, ConcreteNetworkPOA, ConcreteNetworkPOATie, VirtualNetworkAccessPOA, VirtualNetworkAccessPOATie, VirtualNetworkPOA, VirtualNetworkPOATie
public interface NetworkAccess
- extends AuditSystemAccess, org.omg.CORBA.portable.IDLEntity
The NetworkAccess
get_attributes
NetworkAttr get_attributes()
retrieve_stations
Station[] retrieve_stations()
retrieve_for_station
Channel[] retrieve_for_station(StationId id)
retrieve_grouping
ChannelId[] retrieve_grouping(ChannelId id)
throws ChannelNotFound
- Throws:
ChannelNotFound
retrieve_groupings
ChannelId[][] retrieve_groupings()
retrieve_channel
Channel retrieve_channel(ChannelId id)
throws ChannelNotFound
- Throws:
ChannelNotFound
retrieve_channels_by_code
Channel[] retrieve_channels_by_code(java.lang.String station_code,
java.lang.String site_code,
java.lang.String channel_code)
throws ChannelNotFound
- Throws:
ChannelNotFound
locate_channels
Channel[] locate_channels(Area the_area,
SamplingRange sampling,
OrientationRange orientation)
retrieve_instrumentation
Instrumentation retrieve_instrumentation(ChannelId id,
Time the_time)
throws ChannelNotFound
- Throws:
ChannelNotFound
retrieve_calibrations
Calibration[] retrieve_calibrations(ChannelId id,
TimeRange the_time)
throws ChannelNotFound,
NotImplemented
- Throws:
ChannelNotFound
NotImplemented
retrieve_time_corrections
TimeCorrection[] retrieve_time_corrections(ChannelId id,
TimeRange time_range)
throws ChannelNotFound,
NotImplemented
- Throws:
ChannelNotFound
NotImplemented
retrieve_all_channels
ChannelId[] retrieve_all_channels(int seq_max,
ChannelIdIterHolder iter)
get_audit_trail_for_channel
AuditElement[] get_audit_trail_for_channel(ChannelId id)
throws ChannelNotFound,
NotImplemented
- Throws:
ChannelNotFound
NotImplemented