public abstract class ProxyNetworkAccess extends java.lang.Object implements NetworkAccess, ConcreteNetworkAccessOperations, CorbaServerWrapper
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE| Constructor and Description |
|---|
ProxyNetworkAccess(NetworkAccess net) |
public ProxyNetworkAccess(NetworkAccess net)
public void reset()
reset in interface CorbaServerWrapperpublic NetworkAccess getCorbaObject()
public java.lang.String getServerDNS()
getServerDNS in interface CorbaServerWrapperpublic java.lang.String getServerName()
getServerName in interface CorbaServerWrapperpublic java.lang.String getFullName()
getFullName in interface CorbaServerWrapperpublic java.lang.String getServerType()
getServerType in interface CorbaServerWrapperprotected void setNetworkAccess(NetworkAccess na)
public NetworkAttr get_attributes()
get_attributes in interface NetworkAccesspublic Station[] retrieve_stations()
retrieve_stations in interface NetworkAccesspublic Channel[] retrieve_for_station(StationId p1)
retrieve_for_station in interface NetworkAccesspublic ChannelId[] retrieve_grouping(ChannelId id) throws ChannelNotFound
retrieve_grouping in interface NetworkAccessChannelNotFoundpublic ChannelId[][] retrieve_groupings()
retrieve_groupings in interface NetworkAccesspublic Channel retrieve_channel(ChannelId id) throws ChannelNotFound
retrieve_channel in interface NetworkAccessChannelNotFoundpublic 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 NetworkAccessChannelNotFoundpublic Channel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
locate_channels in interface NetworkAccesspublic Instrumentation retrieve_instrumentation(ChannelId id, Time the_time) throws ChannelNotFound
retrieve_instrumentation in interface NetworkAccessChannelNotFoundpublic Sensitivity retrieve_sensitivity(ChannelId id, Time the_time) throws ChannelNotFound
ChannelNotFoundpublic Unit retrieve_initial_units(ChannelId id, Time the_time) throws ChannelNotFound
ChannelNotFoundpublic Unit retrieve_final_units(ChannelId id, Time the_time) throws ChannelNotFound
ChannelNotFoundpublic Calibration[] retrieve_calibrations(ChannelId id, TimeRange the_time) throws ChannelNotFound, NotImplemented
retrieve_calibrations in interface NetworkAccessChannelNotFoundNotImplementedpublic TimeCorrection[] retrieve_time_corrections(ChannelId id, TimeRange time_range) throws ChannelNotFound, NotImplemented
retrieve_time_corrections in interface NetworkAccessChannelNotFoundNotImplementedpublic ChannelId[] retrieve_all_channels(int seq_max, ChannelIdIterHolder iter)
retrieve_all_channels in interface NetworkAccesspublic AuditElement[] get_audit_trail_for_channel(ChannelId id) throws ChannelNotFound, NotImplemented
get_audit_trail_for_channel in interface NetworkAccessChannelNotFoundNotImplementedpublic AuditElement[] get_audit_trail() throws NotImplemented
get_audit_trail in interface AuditSystemAccessNotImplementedpublic NetworkAccess getNetworkAccess()
public ConcreteNetwork a_writeable()
a_writeable in interface ConcreteNetworkAccessOperationspublic AuditElement[] get_audit_trail_for_site(SiteId id) throws SiteNotFound, NotImplemented
get_audit_trail_for_site in interface ConcreteNetworkAccessOperationsSiteNotFoundNotImplementedpublic AuditElement[] get_audit_trail_for_station(StationId id) throws StationNotFound, NotImplemented
get_audit_trail_for_station in interface ConcreteNetworkAccessOperationsStationNotFoundNotImplementedpublic java.lang.String toString()
toString in class java.lang.Object