edu.iris.Fissures.IfNetwork
Class ConcreteNetworkAccessPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfNetwork.ConcreteNetworkAccessPOA
          extended by edu.iris.Fissures.IfNetwork.ConcreteNetworkAccessPOATie
All Implemented Interfaces:
AuditSystemAccess, ConcreteNetworkAccessOperations, NetworkAccess, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler

public class ConcreteNetworkAccessPOATie
extends ConcreteNetworkAccessPOA

See Also:
Serialized Form

Constructor Summary
ConcreteNetworkAccessPOATie(ConcreteNetworkAccessOperations delegate)
           
ConcreteNetworkAccessPOATie(ConcreteNetworkAccessOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 ConcreteNetworkAccessOperations _delegate()
           
 void _delegate(ConcreteNetworkAccessOperations delegate)
           
 ConcreteNetwork a_writeable()
           
 NetworkAttr get_attributes()
           
 AuditElement[] get_audit_trail_for_channel(ChannelId id)
           
 AuditElement[] get_audit_trail_for_site(SiteId id)
           
 AuditElement[] get_audit_trail_for_station(StationId id)
           
 AuditElement[] get_audit_trail()
           
 Channel[] locate_channels(Area the_area, SamplingRange sampling, OrientationRange orientation)
           
 ChannelId[] retrieve_all_channels(int seq_max, ChannelIdIterHolder iter)
           
 Calibration[] retrieve_calibrations(ChannelId id, TimeRange the_time)
           
 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 id)
           
 ChannelId[] retrieve_grouping(ChannelId id)
           
 ChannelId[][] retrieve_groupings()
           
 Instrumentation retrieve_instrumentation(ChannelId id, Time the_time)
           
 Station[] retrieve_stations()
           
 TimeCorrection[] retrieve_time_corrections(ChannelId id, TimeRange time_range)
           
 
Methods inherited from class edu.iris.Fissures.IfNetwork.ConcreteNetworkAccessPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcreteNetworkAccessPOATie

public ConcreteNetworkAccessPOATie(ConcreteNetworkAccessOperations delegate)

ConcreteNetworkAccessPOATie

public ConcreteNetworkAccessPOATie(ConcreteNetworkAccessOperations delegate,
                                   org.omg.PortableServer.POA poa)
Method Detail

_delegate

public ConcreteNetworkAccessOperations _delegate()

_delegate

public void _delegate(ConcreteNetworkAccessOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

a_writeable

public ConcreteNetwork a_writeable()

get_audit_trail_for_station

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

get_audit_trail_for_site

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

get_attributes

public NetworkAttr get_attributes()

retrieve_stations

public Station[] retrieve_stations()

retrieve_for_station

public Channel[] retrieve_for_station(StationId id)

retrieve_grouping

public ChannelId[] retrieve_grouping(ChannelId id)
                              throws ChannelNotFound
Throws:
ChannelNotFound

retrieve_groupings

public ChannelId[][] retrieve_groupings()

retrieve_channel

public Channel retrieve_channel(ChannelId id)
                         throws ChannelNotFound
Throws:
ChannelNotFound

retrieve_channels_by_code

public Channel[] retrieve_channels_by_code(java.lang.String station_code,
                                           java.lang.String site_code,
                                           java.lang.String channel_code)
                                    throws ChannelNotFound
Throws:
ChannelNotFound

locate_channels

public Channel[] locate_channels(Area the_area,
                                 SamplingRange sampling,
                                 OrientationRange orientation)

retrieve_instrumentation

public Instrumentation retrieve_instrumentation(ChannelId id,
                                                Time the_time)
                                         throws ChannelNotFound
Throws:
ChannelNotFound

retrieve_calibrations

public Calibration[] retrieve_calibrations(ChannelId id,
                                           TimeRange the_time)
                                    throws ChannelNotFound,
                                           NotImplemented
Throws:
ChannelNotFound
NotImplemented

retrieve_time_corrections

public TimeCorrection[] retrieve_time_corrections(ChannelId id,
                                                  TimeRange time_range)
                                           throws ChannelNotFound,
                                                  NotImplemented
Throws:
ChannelNotFound
NotImplemented

retrieve_all_channels

public ChannelId[] retrieve_all_channels(int seq_max,
                                         ChannelIdIterHolder iter)

get_audit_trail_for_channel

public AuditElement[] get_audit_trail_for_channel(ChannelId id)
                                           throws ChannelNotFound,
                                                  NotImplemented
Throws:
ChannelNotFound
NotImplemented

get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Throws:
NotImplemented