edu.iris.Fissures.IfRealTimeCollector
Class DasConfigPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfRealTimeCollector.DasConfigPOA
          extended by edu.iris.Fissures.IfRealTimeCollector.DasConfigPOATie
All Implemented Interfaces:
DasConfigOperations, org.omg.CORBA.portable.InvokeHandler

public class DasConfigPOATie
extends DasConfigPOA


Constructor Summary
DasConfigPOATie(DasConfigOperations delegate)
           
DasConfigPOATie(DasConfigOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 DasConfigOperations _delegate()
           
 void _delegate(DasConfigOperations delegate)
           
 void add_collector_by_ref(RealTimeCollector[] collectors)
           
 void add_collector_by_string(java.lang.String[] collectors)
           
 void set_collector_by_ref(RealTimeCollector[] collectors)
          Sets the collectors that this data acquisition device is to send data to.
 void set_collector_by_string(java.lang.String[] collectors)
           
 void set_soh_by_ref(DasSoh das_id)
           
 void set_soh_by_string(java.lang.String[] das_ref)
           
 
Methods inherited from class edu.iris.Fissures.IfRealTimeCollector.DasConfigPOA
_all_interfaces, _invoke, _this, _this
 
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
 

Constructor Detail

DasConfigPOATie

public DasConfigPOATie(DasConfigOperations delegate)

DasConfigPOATie

public DasConfigPOATie(DasConfigOperations delegate,
                       org.omg.PortableServer.POA poa)
Method Detail

_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