edu.iris.Fissures.IfRealTimeCollector
Class _DasConfigStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by edu.iris.Fissures.IfRealTimeCollector._DasConfigStub
All Implemented Interfaces:
DasConfig, DasConfigOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _DasConfigStub
extends org.omg.CORBA.portable.ObjectImpl
implements DasConfig

See Also:
Serialized Form

Field Summary
static java.lang.Class _ob_opsClass
           
 
Constructor Summary
_DasConfigStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void add_collector_by_ref(RealTimeCollector[] _ob_a0)
           
 void add_collector_by_string(java.lang.String[] _ob_a0)
           
 void set_collector_by_ref(RealTimeCollector[] _ob_a0)
          Sets the collectors that this data acquisition device is to send data to.
 void set_collector_by_string(java.lang.String[] _ob_a0)
           
 void set_soh_by_ref(DasSoh _ob_a0)
           
 void set_soh_by_string(java.lang.String[] _ob_a0)
           
 
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

_DasConfigStub

public _DasConfigStub()
Method Detail

_ids

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

set_collector_by_ref

public void set_collector_by_ref(RealTimeCollector[] _ob_a0)
                          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

Specified by:
set_collector_by_ref in interface DasConfigOperations
Throws:
CollectorMaxExceeded

set_collector_by_string

public void set_collector_by_string(java.lang.String[] _ob_a0)
                             throws CollectorMaxExceeded
Specified by:
set_collector_by_string in interface DasConfigOperations
Throws:
CollectorMaxExceeded

add_collector_by_ref

public void add_collector_by_ref(RealTimeCollector[] _ob_a0)
                          throws CollectorMaxExceeded
Specified by:
add_collector_by_ref in interface DasConfigOperations
Throws:
CollectorMaxExceeded

add_collector_by_string

public void add_collector_by_string(java.lang.String[] _ob_a0)
                             throws CollectorMaxExceeded
Specified by:
add_collector_by_string in interface DasConfigOperations
Throws:
CollectorMaxExceeded

set_soh_by_ref

public void set_soh_by_ref(DasSoh _ob_a0)
                    throws NotImplemented
Specified by:
set_soh_by_ref in interface DasConfigOperations
Throws:
NotImplemented

set_soh_by_string

public void set_soh_by_string(java.lang.String[] _ob_a0)
                       throws NotImplemented
Specified by:
set_soh_by_string in interface DasConfigOperations
Throws:
NotImplemented