TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi.Group
Class GroupCmdReply

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

public class GroupCmdReply
extends GroupReply
implements java.io.Serializable

TANGO group reply for command

See Also:
Serialized Form

Constructor Summary
GroupCmdReply()
          Creates a new instance of GroupCmdReply
GroupCmdReply(java.lang.String _dev_name, java.lang.String _obj_name, DevFailed _ex)
          Creates a new instance of GroupCmdReply
GroupCmdReply(java.lang.String _dev_name, java.lang.String _obj_name, DeviceData _data)
          Creates a new instance of GroupCmdReply
 
Method Summary
 DeviceData 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

GroupCmdReply

public GroupCmdReply()
Creates a new instance of GroupCmdReply


GroupCmdReply

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


GroupCmdReply

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

Method Detail

get_data

public DeviceData 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)