public class NSNetworkAccess extends ProxyNetworkAccess
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
Constructor and Description |
---|
NSNetworkAccess(NetworkId id,
VestingNetworkFinder vnf)
A ProxyNetworkAccess is not allowed as the NetworkAccess for this network
access since calling reset on this will reset the network access from the
netDC and the behaviour will change back to whatever is provided by the
NetworkAccess returned by the netDC.
|
NSNetworkAccess(SynchronizedNetworkAccess na,
NetworkId id,
VestingNetworkFinder vnf) |
Modifier and Type | Method and Description |
---|---|
NetworkAttr |
get_attributes() |
java.lang.String |
getServerDNS() |
java.lang.String |
getServerName() |
Channel[] |
locate_channels(Area the_area,
SamplingRange sampling,
OrientationRange orientation) |
void |
reset()
Refreshes the network from the network dc
|
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 p1) |
Station[] |
retrieve_stations() |
protected NetworkAttrImpl |
setSource(NetworkAttr attr) |
a_writeable, get_audit_trail_for_channel, get_audit_trail_for_site, get_audit_trail_for_station, get_audit_trail, getCorbaObject, getFullName, getNetworkAccess, getServerType, retrieve_all_channels, retrieve_calibrations, retrieve_final_units, retrieve_grouping, retrieve_groupings, retrieve_initial_units, retrieve_instrumentation, retrieve_sensitivity, retrieve_time_corrections, setNetworkAccess, toString
public NSNetworkAccess(NetworkId id, VestingNetworkFinder vnf) throws NetworkNotFound
NetworkNotFound
public NSNetworkAccess(SynchronizedNetworkAccess na, NetworkId id, VestingNetworkFinder vnf)
public void reset()
reset
in interface CorbaServerWrapper
reset
in class ProxyNetworkAccess
protected NetworkAttrImpl setSource(NetworkAttr attr)
public NetworkAttr get_attributes()
get_attributes
in interface NetworkAccess
get_attributes
in class ProxyNetworkAccess
public Channel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
locate_channels
in interface NetworkAccess
locate_channels
in class ProxyNetworkAccess
public Channel retrieve_channel(ChannelId id) throws ChannelNotFound
retrieve_channel
in interface NetworkAccess
retrieve_channel
in class ProxyNetworkAccess
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
retrieve_channels_by_code
in class ProxyNetworkAccess
ChannelNotFound
public Channel[] retrieve_for_station(StationId p1)
retrieve_for_station
in interface NetworkAccess
retrieve_for_station
in class ProxyNetworkAccess
public Station[] retrieve_stations()
retrieve_stations
in interface NetworkAccess
retrieve_stations
in class ProxyNetworkAccess
public java.lang.String getServerDNS()
getServerDNS
in interface CorbaServerWrapper
getServerDNS
in class ProxyNetworkAccess
public java.lang.String getServerName()
getServerName
in interface CorbaServerWrapper
getServerName
in class ProxyNetworkAccess