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 CorbaServerWrapper
public NetworkAccess getCorbaObject()
public java.lang.String getServerDNS()
getServerDNS
in interface CorbaServerWrapper
public java.lang.String getServerName()
getServerName
in interface CorbaServerWrapper
public java.lang.String getFullName()
getFullName
in interface CorbaServerWrapper
public java.lang.String getServerType()
getServerType
in interface CorbaServerWrapper
protected void setNetworkAccess(NetworkAccess na)
public NetworkAttr get_attributes()
get_attributes
in interface NetworkAccess
public Station[] retrieve_stations()
retrieve_stations
in interface NetworkAccess
public Channel[] retrieve_for_station(StationId p1)
retrieve_for_station
in interface NetworkAccess
public ChannelId[] retrieve_grouping(ChannelId id) throws ChannelNotFound
retrieve_grouping
in interface NetworkAccess
ChannelNotFound
public ChannelId[][] retrieve_groupings()
retrieve_groupings
in interface NetworkAccess
public Channel retrieve_channel(ChannelId id) throws ChannelNotFound
retrieve_channel
in interface NetworkAccess
ChannelNotFound
public 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 NetworkAccess
ChannelNotFound
public Channel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
locate_channels
in interface NetworkAccess
public Instrumentation retrieve_instrumentation(ChannelId id, Time the_time) throws ChannelNotFound
retrieve_instrumentation
in interface NetworkAccess
ChannelNotFound
public Sensitivity retrieve_sensitivity(ChannelId id, Time the_time) throws ChannelNotFound
ChannelNotFound
public Unit retrieve_initial_units(ChannelId id, Time the_time) throws ChannelNotFound
ChannelNotFound
public Unit retrieve_final_units(ChannelId id, Time the_time) throws ChannelNotFound
ChannelNotFound
public Calibration[] retrieve_calibrations(ChannelId id, TimeRange the_time) throws ChannelNotFound, NotImplemented
retrieve_calibrations
in interface NetworkAccess
ChannelNotFound
NotImplemented
public TimeCorrection[] retrieve_time_corrections(ChannelId id, TimeRange time_range) throws ChannelNotFound, NotImplemented
retrieve_time_corrections
in interface NetworkAccess
ChannelNotFound
NotImplemented
public ChannelId[] retrieve_all_channels(int seq_max, ChannelIdIterHolder iter)
retrieve_all_channels
in interface NetworkAccess
public AuditElement[] get_audit_trail_for_channel(ChannelId id) throws ChannelNotFound, NotImplemented
get_audit_trail_for_channel
in interface NetworkAccess
ChannelNotFound
NotImplemented
public AuditElement[] get_audit_trail() throws NotImplemented
get_audit_trail
in interface AuditSystemAccess
NotImplemented
public NetworkAccess getNetworkAccess()
public ConcreteNetwork a_writeable()
a_writeable
in interface ConcreteNetworkAccessOperations
public AuditElement[] get_audit_trail_for_site(SiteId id) throws SiteNotFound, NotImplemented
get_audit_trail_for_site
in interface ConcreteNetworkAccessOperations
SiteNotFound
NotImplemented
public AuditElement[] get_audit_trail_for_station(StationId id) throws StationNotFound, NotImplemented
get_audit_trail_for_station
in interface ConcreteNetworkAccessOperations
StationNotFound
NotImplemented
public java.lang.String toString()
toString
in class java.lang.Object