TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Interface Device_3Operations

All Superinterfaces:
Device_2Operations, DeviceOperations
All Known Subinterfaces:
Device_3, Device_4, Device_4Operations
All Known Implementing Classes:
_Device_3Stub, _Device_4Stub, Device_3POA, Device_3POATie, Device_4POA, Device_4POATie

public interface Device_3Operations
extends Device_2Operations

Generated from IDL interface "Device_3"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary
 AttributeConfig_3[] get_attribute_config_3(java.lang.String[] names)
           
 DevInfo_3 info_3()
           
 DevAttrHistory_3[] read_attribute_history_3(java.lang.String name, int n)
           
 AttributeValue_3[] read_attributes_3(java.lang.String[] names, DevSource source)
           
 void set_attribute_config_3(AttributeConfig_3[] new_conf)
           
 void write_attributes_3(AttributeValue[] values)
           
 
Methods inherited from interface fr.esrf.Tango.Device_2Operations
command_inout_2, command_inout_history_2, command_list_query_2, command_query_2, get_attribute_config_2, read_attribute_history_2, read_attributes_2
 
Methods inherited from interface fr.esrf.Tango.DeviceOperations
adm_name, black_box, command_inout, command_list_query, command_query, description, get_attribute_config, info, name, ping, read_attributes, set_attribute_config, state, status, write_attributes
 

Method Detail

read_attributes_3

AttributeValue_3[] read_attributes_3(java.lang.String[] names,
                                     DevSource source)
                                     throws DevFailed
Throws:
DevFailed

write_attributes_3

void write_attributes_3(AttributeValue[] values)
                        throws MultiDevFailed,
                               DevFailed
Throws:
MultiDevFailed
DevFailed

read_attribute_history_3

DevAttrHistory_3[] read_attribute_history_3(java.lang.String name,
                                            int n)
                                            throws DevFailed
Throws:
DevFailed

info_3

DevInfo_3 info_3()
                 throws DevFailed
Throws:
DevFailed

get_attribute_config_3

AttributeConfig_3[] get_attribute_config_3(java.lang.String[] names)
                                           throws DevFailed
Throws:
DevFailed

set_attribute_config_3

void set_attribute_config_3(AttributeConfig_3[] new_conf)
                            throws DevFailed
Throws:
DevFailed

TANGO Java API
( TangORB-7.3.3.jar)