TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class Device_2POA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by fr.esrf.Tango.Device_2POA
All Implemented Interfaces:
Device_2Operations, DeviceOperations, org.omg.CORBA.portable.InvokeHandler
Direct Known Subclasses:
Device_2POATie, DeviceImpl

public abstract class Device_2POA
extends org.omg.PortableServer.Servant
implements org.omg.CORBA.portable.InvokeHandler, Device_2Operations

Generated from IDL interface "Device_2"

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

Constructor Summary
Device_2POA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] obj_id)
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String method, org.omg.CORBA.portable.InputStream _input, org.omg.CORBA.portable.ResponseHandler handler)
           
 Device_2 _this()
           
 Device_2 _this(org.omg.CORBA.ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

Device_2POA

public Device_2POA()
Method Detail

_this

public Device_2 _this()

_this

public Device_2 _this(org.omg.CORBA.ORB orb)

_invoke

public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String method,
                                                   org.omg.CORBA.portable.InputStream _input,
                                                   org.omg.CORBA.portable.ResponseHandler handler)
                                            throws org.omg.CORBA.SystemException
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler
Throws:
org.omg.CORBA.SystemException

_all_interfaces

public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
                                          byte[] obj_id)
Specified by:
_all_interfaces in class org.omg.PortableServer.Servant

TANGO Java API
( TangORB-7.3.3.jar)