TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Interface DeviceOperations

All Known Subinterfaces:
Device, Device_2, Device_2Operations, Device_3, Device_3Operations, Device_4, Device_4Operations
All Known Implementing Classes:
_Device_2Stub, _Device_3Stub, _Device_4Stub, _DeviceStub, Device_2POA, Device_2POATie, Device_3POA, Device_3POATie, Device_4POA, Device_4POATie, DeviceImpl, DevicePOA, DevicePOATie, DServer

public interface DeviceOperations

Generated from IDL interface "Device"

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

Method Summary
 java.lang.String adm_name()
           
 java.lang.String[] black_box(int n)
           
 org.omg.CORBA.Any command_inout(java.lang.String command, org.omg.CORBA.Any argin)
           
 DevCmdInfo[] command_list_query()
           
 DevCmdInfo command_query(java.lang.String command)
           
 java.lang.String description()
           
 AttributeConfig[] get_attribute_config(java.lang.String[] names)
           
 DevInfo info()
           
 java.lang.String name()
           
 void ping()
           
 AttributeValue[] read_attributes(java.lang.String[] names)
           
 void set_attribute_config(AttributeConfig[] new_conf)
           
 DevState state()
           
 java.lang.String status()
           
 void write_attributes(AttributeValue[] values)
           
 

Method Detail

name

java.lang.String name()

description

java.lang.String description()

state

DevState state()

status

java.lang.String status()

adm_name

java.lang.String adm_name()

command_inout

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

get_attribute_config

AttributeConfig[] get_attribute_config(java.lang.String[] names)
                                       throws DevFailed
Throws:
DevFailed

set_attribute_config

void set_attribute_config(AttributeConfig[] new_conf)
                          throws DevFailed
Throws:
DevFailed

read_attributes

AttributeValue[] read_attributes(java.lang.String[] names)
                                 throws DevFailed
Throws:
DevFailed

write_attributes

void write_attributes(AttributeValue[] values)
                      throws DevFailed
Throws:
DevFailed

ping

void ping()
          throws DevFailed
Throws:
DevFailed

black_box

java.lang.String[] black_box(int n)
                             throws DevFailed
Throws:
DevFailed

info

DevInfo info()
             throws DevFailed
Throws:
DevFailed

command_list_query

DevCmdInfo[] command_list_query()
                                throws DevFailed
Throws:
DevFailed

command_query

DevCmdInfo command_query(java.lang.String command)
                         throws DevFailed
Throws:
DevFailed

TANGO Java API
( TangORB-7.3.3.jar)