TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Interface Device_4Operations

All Superinterfaces:
Device_2Operations, Device_3Operations, DeviceOperations
All Known Subinterfaces:
Device_4
All Known Implementing Classes:
_Device_4Stub, Device_4POA, Device_4POATie

public interface Device_4Operations
extends Device_3Operations

Generated from IDL interface "Device_4"

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

Method Summary
 org.omg.CORBA.Any command_inout_4(java.lang.String command, org.omg.CORBA.Any argin, DevSource source, ClntIdent cl_ident)
           
 DevCmdHistory_4 command_inout_history_4(java.lang.String command, int n)
           
 DevAttrHistory_4 read_attribute_history_4(java.lang.String name, int n)
           
 AttributeValue_4[] read_attributes_4(java.lang.String[] names, DevSource source, ClntIdent cl_ident)
           
 void set_attribute_config_4(AttributeConfig_3[] new_conf, ClntIdent cl_ident)
           
 void write_attributes_4(AttributeValue_4[] values, ClntIdent cl_ident)
           
 AttributeValue_4[] write_read_attributes_4(AttributeValue_4[] values, ClntIdent cl_ident)
           
 
Methods inherited from interface fr.esrf.Tango.Device_3Operations
get_attribute_config_3, info_3, read_attribute_history_3, read_attributes_3, set_attribute_config_3, write_attributes_3
 
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_attribute_history_4

DevAttrHistory_4 read_attribute_history_4(java.lang.String name,
                                          int n)
                                          throws DevFailed
Throws:
DevFailed

command_inout_history_4

DevCmdHistory_4 command_inout_history_4(java.lang.String command,
                                        int n)
                                        throws DevFailed
Throws:
DevFailed

command_inout_4

org.omg.CORBA.Any command_inout_4(java.lang.String command,
                                  org.omg.CORBA.Any argin,
                                  DevSource source,
                                  ClntIdent cl_ident)
                                  throws DevFailed
Throws:
DevFailed

read_attributes_4

AttributeValue_4[] read_attributes_4(java.lang.String[] names,
                                     DevSource source,
                                     ClntIdent cl_ident)
                                     throws DevFailed
Throws:
DevFailed

write_attributes_4

void write_attributes_4(AttributeValue_4[] values,
                        ClntIdent cl_ident)
                        throws MultiDevFailed,
                               DevFailed
Throws:
MultiDevFailed
DevFailed

set_attribute_config_4

void set_attribute_config_4(AttributeConfig_3[] new_conf,
                            ClntIdent cl_ident)
                            throws DevFailed
Throws:
DevFailed

write_read_attributes_4

AttributeValue_4[] write_read_attributes_4(AttributeValue_4[] values,
                                           ClntIdent cl_ident)
                                           throws MultiDevFailed,
                                                  DevFailed
Throws:
MultiDevFailed
DevFailed

TANGO Java API
( TangORB-7.3.3.jar)