TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.TangoApi
Class DeviceInfo

java.lang.Object
  extended by fr.esrf.TangoApi.DbDevImportInfo
      extended by fr.esrf.TangoApi.DeviceInfo
All Implemented Interfaces:
java.io.Serializable

public class DeviceInfo
extends DbDevImportInfo
implements java.io.Serializable

Class Description: This class is an object containing the device information. It extends DeviceInfo object with more info.

Version:
$Revision: 1.8 $
Author:
verdier
See Also:
Serialized Form

Field Summary
 java.lang.String last_exported
          Date when the device has been exported last time;
 java.lang.String last_unexported
          Date when the device has been unexported last time;
 
Fields inherited from class fr.esrf.TangoApi.DbDevImportInfo
classname, exported, hostname, ior, is_taco, name, pid, server, taco_info, version
 
Constructor Summary
DeviceInfo(DevVarLongStringArray info)
          Complete constructor.
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

last_exported

public java.lang.String last_exported
Date when the device has been exported last time;


last_unexported

public java.lang.String last_unexported
Date when the device has been unexported last time;

Constructor Detail

DeviceInfo

public DeviceInfo(DevVarLongStringArray info)
Complete constructor.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class DbDevImportInfo

main

public static void main(java.lang.String[] args)

TANGO Java API
( TangORB-7.3.3.jar)