TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Interface Device_2Operations

All Superinterfaces:
DeviceOperations
All Known Subinterfaces:
Device_2, Device_3, Device_3Operations, Device_4, Device_4Operations
All Known Implementing Classes:
_Device_2Stub, _Device_3Stub, _Device_4Stub, Device_2POA, Device_2POATie, Device_3POA, Device_3POATie, Device_4POA, Device_4POATie, DeviceImpl, DServer

public interface Device_2Operations
extends DeviceOperations

Generated from IDL interface "Device_2"

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

Method Summary
 org.omg.CORBA.Any command_inout_2(java.lang.String command, org.omg.CORBA.Any argin, DevSource source)
           
 DevCmdHistory[] command_inout_history_2(java.lang.String command, int n)
           
 DevCmdInfo_2[] command_list_query_2()
           
 DevCmdInfo_2 command_query_2(java.lang.String command)
           
 AttributeConfig_2[] get_attribute_config_2(java.lang.String[] names)
           
 DevAttrHistory[] read_attribute_history_2(java.lang.String name, int n)
           
 AttributeValue[] read_attributes_2(java.lang.String[] names, DevSource source)
           
 
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

command_inout_2

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

read_attributes_2

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

get_attribute_config_2

AttributeConfig_2[] get_attribute_config_2(java.lang.String[] names)
                                           throws DevFailed
Throws:
DevFailed

command_list_query_2

DevCmdInfo_2[] command_list_query_2()
                                    throws DevFailed
Throws:
DevFailed

command_query_2

DevCmdInfo_2 command_query_2(java.lang.String command)
                             throws DevFailed
Throws:
DevFailed

command_inout_history_2

DevCmdHistory[] command_inout_history_2(java.lang.String command,
                                        int n)
                                        throws DevFailed
Throws:
DevFailed

read_attribute_history_2

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

TANGO Java API
( TangORB-7.3.3.jar)