edu.iris.Fissures.IfNetwork
Interface ConcreteNetworkAccessOperations

All Superinterfaces:
AuditSystemAccess, org.omg.CORBA.portable.IDLEntity, NetworkAccess, java.io.Serializable
All Known Subinterfaces:
ConcreteNetwork, ConcreteNetworkAccess, ConcreteNetworkOperations
All Known Implementing Classes:
_ConcreteNetworkAccessStub, _ConcreteNetworkStub, ConcreteNetworkAccessPOA, ConcreteNetworkAccessPOATie, ConcreteNetworkPOA, ConcreteNetworkPOATie

public interface ConcreteNetworkAccessOperations
extends NetworkAccess

The ConcreteNetworkAccess represents a real world network


Method Summary
 ConcreteNetwork a_writeable()
           
 AuditElement[] get_audit_trail_for_site(SiteId id)
           
 AuditElement[] get_audit_trail_for_station(StationId id)
           
 
Methods inherited from interface edu.iris.Fissures.IfNetwork.NetworkAccess
get_attributes, get_audit_trail_for_channel, locate_channels, retrieve_all_channels, retrieve_calibrations, retrieve_channel, retrieve_channels_by_code, retrieve_for_station, retrieve_grouping, retrieve_groupings, retrieve_instrumentation, retrieve_stations, retrieve_time_corrections
 
Methods inherited from interface edu.iris.Fissures.AuditSystemAccess
get_audit_trail
 

Method Detail

a_writeable

ConcreteNetwork a_writeable()

get_audit_trail_for_station

AuditElement[] get_audit_trail_for_station(StationId id)
                                           throws StationNotFound,
                                                  NotImplemented
Throws:
StationNotFound
NotImplemented

get_audit_trail_for_site

AuditElement[] get_audit_trail_for_site(SiteId id)
                                        throws SiteNotFound,
                                               NotImplemented
Throws:
SiteNotFound
NotImplemented