edu.iris.Fissures.IfRealTimeCollector
Class DasConfigPOATie
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfRealTimeCollector.DasConfigPOA
edu.iris.Fissures.IfRealTimeCollector.DasConfigPOATie
- All Implemented Interfaces:
- DasConfigOperations, org.omg.CORBA.portable.InvokeHandler
public class DasConfigPOATie
- extends DasConfigPOA
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 |
DasConfigPOATie
public DasConfigPOATie(DasConfigOperations delegate)
DasConfigPOATie
public DasConfigPOATie(DasConfigOperations delegate,
org.omg.PortableServer.POA poa)
_delegate
public DasConfigOperations _delegate()
_delegate
public void _delegate(DasConfigOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA
in class org.omg.PortableServer.Servant
set_collector_by_ref
public void set_collector_by_ref(RealTimeCollector[] collectors)
throws CollectorMaxExceeded
- Description copied from interface:
DasConfigOperations
- 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
public void set_collector_by_string(java.lang.String[] collectors)
throws CollectorMaxExceeded
- Throws:
CollectorMaxExceeded
add_collector_by_ref
public void add_collector_by_ref(RealTimeCollector[] collectors)
throws CollectorMaxExceeded
- Throws:
CollectorMaxExceeded
add_collector_by_string
public void add_collector_by_string(java.lang.String[] collectors)
throws CollectorMaxExceeded
- Throws:
CollectorMaxExceeded
set_soh_by_ref
public void set_soh_by_ref(DasSoh das_id)
throws NotImplemented
- Throws:
NotImplemented
set_soh_by_string
public void set_soh_by_string(java.lang.String[] das_ref)
throws NotImplemented
- Throws:
NotImplemented