edu.iris.Fissures.IfNetwork
Class _ConcreteNetworkStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
edu.iris.Fissures.IfNetwork._ConcreteNetworkStub
- All Implemented Interfaces:
- AuditSystemAccess, ConcreteNetwork, ConcreteNetworkAccess, ConcreteNetworkAccessOperations, ConcreteNetworkOperations, Network, NetworkAccess, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _ConcreteNetworkStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements ConcreteNetwork
- See Also:
- Serialized Form
Method Summary |
java.lang.String[] |
_ids()
|
ConcreteNetwork |
a_writeable()
|
void |
add_calibration(ChannelId _ob_a0,
Calibration _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
|
void |
add_channel(Channel _ob_a0,
Response _ob_a1,
Calibration[] _ob_a2,
Clock _ob_a3,
Sensor _ob_a4,
DataAcqSys _ob_a5,
TimeCorrection[] _ob_a6,
AuditInfo[] _ob_a7)
|
void |
add_site(Site _ob_a0,
AuditInfo[] _ob_a1)
|
void |
add_station(Station _ob_a0,
AuditInfo[] _ob_a1)
|
void |
add_time_correction(ChannelId _ob_a0,
TimeCorrection _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
|
void |
deactivate_channel(ChannelId _ob_a0,
AuditInfo[] _ob_a1)
|
void |
deactivate_site(SiteId _ob_a0,
Time _ob_a1,
AuditInfo[] _ob_a2)
|
void |
deactivate_station(StationId _ob_a0,
Time _ob_a1,
AuditInfo[] _ob_a2)
|
void |
deactivate()
|
void |
delete_channel(ChannelId _ob_a0,
AuditInfo[] _ob_a1)
|
void |
delete_site(SiteId _ob_a0,
AuditInfo[] _ob_a1)
|
void |
delete_station(StationId _ob_a0,
AuditInfo[] _ob_a1)
|
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)
|
void |
udpate_site(Site _ob_a0,
AuditInfo[] _ob_a1)
|
void |
update_channel(Channel _ob_a0,
AuditInfo[] _ob_a1)
|
void |
update_clock(ChannelId _ob_a0,
Clock _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
|
void |
update_das(ChannelId _ob_a0,
DataAcqSys _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
|
void |
update_response(ChannelId _ob_a0,
Response _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
|
void |
update_sensor(ChannelId _ob_a0,
Sensor _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
|
void |
update_station(Station _ob_a0,
AuditInfo[] _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 |
_ob_opsClass
public static final java.lang.Class _ob_opsClass
_ConcreteNetworkStub
public _ConcreteNetworkStub()
_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
deactivate
public void deactivate()
- Specified by:
deactivate
in interface ConcreteNetworkOperations
add_station
public void add_station(Station _ob_a0,
AuditInfo[] _ob_a1)
throws DuplicateStationId
- Specified by:
add_station
in interface ConcreteNetworkOperations
- Throws:
DuplicateStationId
update_station
public void update_station(Station _ob_a0,
AuditInfo[] _ob_a1)
throws StationNotFound
- Specified by:
update_station
in interface ConcreteNetworkOperations
- Throws:
StationNotFound
deactivate_station
public void deactivate_station(StationId _ob_a0,
Time _ob_a1,
AuditInfo[] _ob_a2)
throws StationNotFound
- Specified by:
deactivate_station
in interface ConcreteNetworkOperations
- Throws:
StationNotFound
delete_station
public void delete_station(StationId _ob_a0,
AuditInfo[] _ob_a1)
throws StationNotFound
- Specified by:
delete_station
in interface ConcreteNetworkOperations
- Throws:
StationNotFound
add_site
public void add_site(Site _ob_a0,
AuditInfo[] _ob_a1)
throws StationNotFound,
DuplicateSiteId
- Specified by:
add_site
in interface ConcreteNetworkOperations
- Throws:
StationNotFound
DuplicateSiteId
udpate_site
public void udpate_site(Site _ob_a0,
AuditInfo[] _ob_a1)
throws SiteNotFound
- Specified by:
udpate_site
in interface ConcreteNetworkOperations
- Throws:
SiteNotFound
deactivate_site
public void deactivate_site(SiteId _ob_a0,
Time _ob_a1,
AuditInfo[] _ob_a2)
throws SiteNotFound
- Specified by:
deactivate_site
in interface ConcreteNetworkOperations
- Throws:
SiteNotFound
delete_site
public void delete_site(SiteId _ob_a0,
AuditInfo[] _ob_a1)
throws SiteNotFound
- Specified by:
delete_site
in interface ConcreteNetworkOperations
- Throws:
SiteNotFound
add_channel
public void add_channel(Channel _ob_a0,
Response _ob_a1,
Calibration[] _ob_a2,
Clock _ob_a3,
Sensor _ob_a4,
DataAcqSys _ob_a5,
TimeCorrection[] _ob_a6,
AuditInfo[] _ob_a7)
throws SiteNotFound,
DuplicateChannelId
- Specified by:
add_channel
in interface ConcreteNetworkOperations
- Throws:
SiteNotFound
DuplicateChannelId
update_channel
public void update_channel(Channel _ob_a0,
AuditInfo[] _ob_a1)
throws ChannelNotFound
- Specified by:
update_channel
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
deactivate_channel
public void deactivate_channel(ChannelId _ob_a0,
AuditInfo[] _ob_a1)
throws ChannelNotFound
- Specified by:
deactivate_channel
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
delete_channel
public void delete_channel(ChannelId _ob_a0,
AuditInfo[] _ob_a1)
throws ChannelNotFound
- Specified by:
delete_channel
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
update_clock
public void update_clock(ChannelId _ob_a0,
Clock _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
throws ChannelNotFound
- Specified by:
update_clock
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
update_sensor
public void update_sensor(ChannelId _ob_a0,
Sensor _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
throws ChannelNotFound
- Specified by:
update_sensor
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
update_response
public void update_response(ChannelId _ob_a0,
Response _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
throws ChannelNotFound
- Specified by:
update_response
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
update_das
public void update_das(ChannelId _ob_a0,
DataAcqSys _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
throws ChannelNotFound
- Specified by:
update_das
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
add_calibration
public void add_calibration(ChannelId _ob_a0,
Calibration _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
throws ChannelNotFound
- Specified by:
add_calibration
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
add_time_correction
public void add_time_correction(ChannelId _ob_a0,
TimeCorrection _ob_a1,
Time _ob_a2,
AuditInfo[] _ob_a3)
throws ChannelNotFound
- Specified by:
add_time_correction
in interface ConcreteNetworkOperations
- Throws:
ChannelNotFound
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