edu.iris.Fissures.IfRealTimeCollector
Interface DasConfigOperations
- All Known Subinterfaces:
- DasConfig
- All Known Implementing Classes:
- _DasConfigStub, DasConfigPOA, DasConfigPOATie
public interface DasConfigOperations
This is the configuration interface for data acquisistion devices
This provides a standard interface for remote management of
das devices.
set_collector_by_ref
void set_collector_by_ref(RealTimeCollector[] collectors)
throws CollectorMaxExceeded
- Sets the collectors that this data acquisition device is to
send data to. The das developer may allow more than one
collector. If the maximum allowed is exceeded by the call the
CollectorMaxExceeded is called
- Throws:
CollectorMaxExceeded
set_collector_by_string
void set_collector_by_string(java.lang.String[] collectors)
throws CollectorMaxExceeded
- Throws:
CollectorMaxExceeded
add_collector_by_ref
void add_collector_by_ref(RealTimeCollector[] collectors)
throws CollectorMaxExceeded
- Throws:
CollectorMaxExceeded
add_collector_by_string
void add_collector_by_string(java.lang.String[] collectors)
throws CollectorMaxExceeded
- Throws:
CollectorMaxExceeded
set_soh_by_ref
void set_soh_by_ref(DasSoh das_id)
throws NotImplemented
- Throws:
NotImplemented
set_soh_by_string
void set_soh_by_string(java.lang.String[] das_ref)
throws NotImplemented
- Throws:
NotImplemented