TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class DevCmdHistory

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

public final class DevCmdHistory
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "DevCmdHistory"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 boolean cmd_failed
           
 DevError[] errors
           
 TimeVal time
           
 org.omg.CORBA.Any value
           
 
Constructor Summary
DevCmdHistory()
           
DevCmdHistory(TimeVal time, boolean cmd_failed, org.omg.CORBA.Any value, DevError[] errors)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public TimeVal time

cmd_failed

public boolean cmd_failed

value

public org.omg.CORBA.Any value

errors

public DevError[] errors
Constructor Detail

DevCmdHistory

public DevCmdHistory()

DevCmdHistory

public DevCmdHistory(TimeVal time,
                     boolean cmd_failed,
                     org.omg.CORBA.Any value,
                     DevError[] errors)

TANGO Java API
( TangORB-7.3.3.jar)