edu.iris.Fissures.IfNetwork
Class _VirtualNetworkStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by edu.iris.Fissures.IfNetwork._VirtualNetworkStub
All Implemented Interfaces:
AuditSystemAccess, Network, NetworkAccess, VirtualNetwork, VirtualNetworkAccess, VirtualNetworkAccessOperations, VirtualNetworkOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _VirtualNetworkStub
extends org.omg.CORBA.portable.ObjectImpl
implements VirtualNetwork

See Also:
Serialized Form

Field Summary
static java.lang.Class _ob_opsClass
           
 
Constructor Summary
_VirtualNetworkStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 VirtualNetwork a_writeable()
           
 void add_channel(ChannelId _ob_a0, AuditInfo[] _ob_a1)
           
 NetworkAttr get_attributes()
           
 AuditElement[] get_audit_trail_for_channel(ChannelId _ob_a0)
           
 AuditElement[] get_audit_trail()
           
 ConcreteNetworkAccess get_network_for_channel(ChannelId _ob_a0)
           
 Channel[] locate_channels(Area _ob_a0, SamplingRange _ob_a1, OrientationRange _ob_a2)
           
 void remove_channel(ChannelId _ob_a0, AuditInfo[] _ob_a1)
           
 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

_VirtualNetworkStub

public _VirtualNetworkStub()
Method Detail

_ids

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

a_writeable

public VirtualNetwork a_writeable()
Specified by:
a_writeable in interface VirtualNetworkAccessOperations

add_channel

public void add_channel(ChannelId _ob_a0,
                        AuditInfo[] _ob_a1)
                 throws DuplicateChannelId
Specified by:
add_channel in interface VirtualNetworkOperations
Throws:
DuplicateChannelId

remove_channel

public void remove_channel(ChannelId _ob_a0,
                           AuditInfo[] _ob_a1)
                    throws ChannelNotFound
Specified by:
remove_channel in interface VirtualNetworkOperations
Throws:
ChannelNotFound

get_network_for_channel

public ConcreteNetworkAccess get_network_for_channel(ChannelId _ob_a0)
                                              throws ChannelNotFound,
                                                     ConcreteNetworkNotAvailable
Specified by:
get_network_for_channel in interface VirtualNetworkAccessOperations
Throws:
ChannelNotFound
ConcreteNetworkNotAvailable

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