TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi.Group
Class GroupAttrReply

java.lang.Object
  extended by fr.esrf.TangoApi.Group.GroupReply
      extended by fr.esrf.TangoApi.Group.GroupAttrReply
All Implemented Interfaces:
java.io.Serializable

public class GroupAttrReply
extends GroupReply
implements java.io.Serializable

TANGO group reply for attribute

See Also:
Serialized Form

Constructor Summary
GroupAttrReply()
          Creates a new instance of GroupAttrReply
GroupAttrReply(java.lang.String _dev_name, java.lang.String _obj_name, DevFailed _ex)
          Creates a new instance of GroupAttrReply
GroupAttrReply(java.lang.String _dev_name, java.lang.String _obj_name, DeviceAttribute _data)
          Creates a new instance of GroupAttrReply
 
Method Summary
 DeviceAttribute get_data()
          Returns the associated data - returns null if has_failed set to true
 
Methods inherited from class fr.esrf.TangoApi.Group.GroupReply
dev_name, get_err_stack, has_failed, has_timeout, obj_name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupAttrReply

public GroupAttrReply()
Creates a new instance of GroupAttrReply


GroupAttrReply

public GroupAttrReply(java.lang.String _dev_name,
                      java.lang.String _obj_name,
                      DeviceAttribute _data)
Creates a new instance of GroupAttrReply


GroupAttrReply

public GroupAttrReply(java.lang.String _dev_name,
                      java.lang.String _obj_name,
                      DevFailed _ex)
Creates a new instance of GroupAttrReply

Method Detail

get_data

public DeviceAttribute get_data()
                         throws DevFailed
Returns the associated data - returns null if has_failed set to true

Throws:
DevFailed

TANGO Java API
( TangORB-7.3.3.jar)