edu.iris.Fissures.IfNetwork
Class _ConcreteNetworkAccessStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by edu.iris.Fissures.IfNetwork._ConcreteNetworkAccessStub
All Implemented Interfaces:
AuditSystemAccess, ConcreteNetworkAccess, ConcreteNetworkAccessOperations, NetworkAccess, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _ConcreteNetworkAccessStub
extends org.omg.CORBA.portable.ObjectImpl
implements ConcreteNetworkAccess

See Also:
Serialized Form

Field Summary
static java.lang.Class _ob_opsClass
           
 
Constructor Summary
_ConcreteNetworkAccessStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 ConcreteNetwork a_writeable()
           
 NetworkAttr get_attributes()
           
 AuditElement[] get_audit_trail_for_channel(ChannelId _ob_a0)
           
 AuditElement[] get_audit_trail_for_site(SiteId _ob_a0)
           
 AuditElement[] get_audit_trail_for_station(StationId _ob_a0)
           
 AuditElement[] get_audit_trail()
           
 Channel[] locate_channels(Area _ob_a0, SamplingRange _ob_a1, OrientationRange _ob_a2)
           
 ChannelId[] retrieve_all_channels(int _ob_a0, ChannelIdIterHolder _ob_ah1)
           
 Calibration[] retrieve_calibrations(ChannelId _ob_a0, TimeRange _ob_a1)
           
 Channel retrieve_channel(ChannelId _ob_a0)
           
 Channel[] retrieve_channels_by_code(java.lang.String _ob_a0, java.lang.String _ob_a1, java.lang.String _ob_a2)
           
 Channel[] retrieve_for_station(StationId _ob_a0)
           
 ChannelId[] retrieve_grouping(ChannelId _ob_a0)
           
 ChannelId[][] retrieve_groupings()
           
 Instrumentation retrieve_instrumentation(ChannelId _ob_a0, Time _ob_a1)
           
 Station[] retrieve_stations()
           
 TimeCorrection[] retrieve_time_corrections(ChannelId _ob_a0, TimeRange _ob_a1)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_ob_opsClass

public static final java.lang.Class _ob_opsClass
Constructor Detail

_ConcreteNetworkAccessStub

public _ConcreteNetworkAccessStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

a_writeable

public ConcreteNetwork a_writeable()
Specified by:
a_writeable in interface ConcreteNetworkAccessOperations

get_audit_trail_for_station

public AuditElement[] get_audit_trail_for_station(StationId _ob_a0)
                                           throws StationNotFound,
                                                  NotImplemented
Specified by:
get_audit_trail_for_station in interface ConcreteNetworkAccessOperations
Throws:
StationNotFound
NotImplemented

get_audit_trail_for_site

public AuditElement[] get_audit_trail_for_site(SiteId _ob_a0)
                                        throws SiteNotFound,
                                               NotImplemented
Specified by:
get_audit_trail_for_site in interface ConcreteNetworkAccessOperations
Throws:
SiteNotFound
NotImplemented

get_attributes

public NetworkAttr get_attributes()
Specified by:
get_attributes in interface NetworkAccess

retrieve_stations

public Station[] retrieve_stations()
Specified by:
retrieve_stations in interface NetworkAccess

retrieve_for_station

public Channel[] retrieve_for_station(StationId _ob_a0)
Specified by:
retrieve_for_station in interface NetworkAccess

retrieve_grouping

public ChannelId[] retrieve_grouping(ChannelId _ob_a0)
                              throws ChannelNotFound
Specified by:
retrieve_grouping in interface NetworkAccess
Throws:
ChannelNotFound

retrieve_groupings

public ChannelId[][] retrieve_groupings()
Specified by:
retrieve_groupings in interface NetworkAccess

retrieve_channel

public Channel retrieve_channel(ChannelId _ob_a0)
                         throws ChannelNotFound
Specified by:
retrieve_channel in interface NetworkAccess
Throws:
ChannelNotFound

retrieve_channels_by_code

public Channel[] retrieve_channels_by_code(java.lang.String _ob_a0,
                                           java.lang.String _ob_a1,
                                           java.lang.String _ob_a2)
                                    throws ChannelNotFound
Specified by:
retrieve_channels_by_code in interface NetworkAccess
Throws:
ChannelNotFound

locate_channels

public Channel[] locate_channels(Area _ob_a0,
                                 SamplingRange _ob_a1,
                                 OrientationRange _ob_a2)
Specified by:
locate_channels in interface NetworkAccess

retrieve_instrumentation

public Instrumentation retrieve_instrumentation(ChannelId _ob_a0,
                                                Time _ob_a1)
                                         throws ChannelNotFound
Specified by:
retrieve_instrumentation in interface NetworkAccess
Throws:
ChannelNotFound

retrieve_calibrations

public Calibration[] retrieve_calibrations(ChannelId _ob_a0,
                                           TimeRange _ob_a1)
                                    throws ChannelNotFound,
                                           NotImplemented
Specified by:
retrieve_calibrations in interface NetworkAccess
Throws:
ChannelNotFound
NotImplemented

retrieve_time_corrections

public TimeCorrection[] retrieve_time_corrections(ChannelId _ob_a0,
                                                  TimeRange _ob_a1)
                                           throws ChannelNotFound,
                                                  NotImplemented
Specified by:
retrieve_time_corrections in interface NetworkAccess
Throws:
ChannelNotFound
NotImplemented

retrieve_all_channels

public ChannelId[] retrieve_all_channels(int _ob_a0,
                                         ChannelIdIterHolder _ob_ah1)
Specified by:
retrieve_all_channels in interface NetworkAccess

get_audit_trail_for_channel

public AuditElement[] get_audit_trail_for_channel(ChannelId _ob_a0)
                                           throws ChannelNotFound,
                                                  NotImplemented
Specified by:
get_audit_trail_for_channel in interface NetworkAccess
Throws:
ChannelNotFound
NotImplemented

get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Specified by:
get_audit_trail in interface AuditSystemAccess
Throws:
NotImplemented