TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class _DeviceStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by fr.esrf.Tango._DeviceStub
All Implemented Interfaces:
Device, DeviceOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _DeviceStub
extends org.omg.CORBA.portable.ObjectImpl
implements Device

Generated from IDL interface "Device"

Author:
JacORB IDL compiler V 2.2, 7-May-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_DeviceStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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)
           
 
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
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

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_DeviceStub

public _DeviceStub()
Method Detail

_ids

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

write_attributes

public void write_attributes(AttributeValue[] values)
                      throws DevFailed
Specified by:
write_attributes in interface DeviceOperations
Throws:
DevFailed

name

public java.lang.String name()
Specified by:
name in interface DeviceOperations

ping

public void ping()
          throws DevFailed
Specified by:
ping in interface DeviceOperations
Throws:
DevFailed

description

public java.lang.String description()
Specified by:
description in interface DeviceOperations

read_attributes

public AttributeValue[] read_attributes(java.lang.String[] names)
                                 throws DevFailed
Specified by:
read_attributes in interface DeviceOperations
Throws:
DevFailed

adm_name

public java.lang.String adm_name()
Specified by:
adm_name in interface DeviceOperations

command_list_query

public DevCmdInfo[] command_list_query()
                                throws DevFailed
Specified by:
command_list_query in interface DeviceOperations
Throws:
DevFailed

info

public DevInfo info()
             throws DevFailed
Specified by:
info in interface DeviceOperations
Throws:
DevFailed

command_inout

public org.omg.CORBA.Any command_inout(java.lang.String command,
                                       org.omg.CORBA.Any argin)
                                throws DevFailed
Specified by:
command_inout in interface DeviceOperations
Throws:
DevFailed

state

public DevState state()
Specified by:
state in interface DeviceOperations

status

public java.lang.String status()
Specified by:
status in interface DeviceOperations

set_attribute_config

public void set_attribute_config(AttributeConfig[] new_conf)
                          throws DevFailed
Specified by:
set_attribute_config in interface DeviceOperations
Throws:
DevFailed

black_box

public java.lang.String[] black_box(int n)
                             throws DevFailed
Specified by:
black_box in interface DeviceOperations
Throws:
DevFailed

get_attribute_config

public AttributeConfig[] get_attribute_config(java.lang.String[] names)
                                       throws DevFailed
Specified by:
get_attribute_config in interface DeviceOperations
Throws:
DevFailed

command_query

public DevCmdInfo command_query(java.lang.String command)
                         throws DevFailed
Specified by:
command_query in interface DeviceOperations
Throws:
DevFailed

TANGO Java API
( TangORB-7.3.3.jar)