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, toStringpublic NSNetworkAccess(NetworkId id, VestingNetworkFinder vnf) throws NetworkNotFound
NetworkNotFoundpublic NSNetworkAccess(SynchronizedNetworkAccess na, NetworkId id, VestingNetworkFinder vnf)
public void reset()
reset in interface CorbaServerWrapperreset in class ProxyNetworkAccessprotected NetworkAttrImpl setSource(NetworkAttr attr)
public NetworkAttr get_attributes()
get_attributes in interface NetworkAccessget_attributes in class ProxyNetworkAccesspublic Channel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
locate_channels in interface NetworkAccesslocate_channels in class ProxyNetworkAccesspublic Channel retrieve_channel(ChannelId id) throws ChannelNotFound
retrieve_channel in interface NetworkAccessretrieve_channel in class ProxyNetworkAccessChannelNotFoundpublic 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 NetworkAccessretrieve_channels_by_code in class ProxyNetworkAccessChannelNotFoundpublic Channel[] retrieve_for_station(StationId p1)
retrieve_for_station in interface NetworkAccessretrieve_for_station in class ProxyNetworkAccesspublic Station[] retrieve_stations()
retrieve_stations in interface NetworkAccessretrieve_stations in class ProxyNetworkAccesspublic java.lang.String getServerDNS()
getServerDNS in interface CorbaServerWrappergetServerDNS in class ProxyNetworkAccesspublic java.lang.String getServerName()
getServerName in interface CorbaServerWrappergetServerName in class ProxyNetworkAccess