TANGO Java API
( TangORB-7.3.3.jar)

Package fr.esrf.TangoApi

Classes to browse, read and write TANGO database.
Read and write device attributes.
Send command to a device.

See:
          Description

Interface Summary
ApiDefs Constant definition interface for Java API package.
IApiUtilDAO  
IConnectionDAO  
IDatabaseDAO  
IDeviceAttribute_3DAO  
IDeviceAttributeDAO  
IDeviceDataDAO  
IDeviceDataHistoryDAO  
IDeviceProxyDAO  
IIORDumpDAO  
ITacoTangoDeviceDAO Class Description:
This class is a wrapper for TACO device.
 

Class Summary
ApiUtil Class Description: This class manage a static vector of Database object.
ApiUtilDAODefaultImpl Class Description: This class manage a static vector of Database object.
ArchiveEventInfo Class Description: This class is the same class as ArchiveEventProp, but created for C++ compatibility.
AttributeAlarmInfo Class Description: This class is the same class as AttributeAlarm, but created for C++ compatibility.
AttributeEventInfo Class Description: This class is the same class as EventProperties, but created for C++ compatibility.
AttributeInfo Class Description: This class manage data object for Tango device attribute information.
AttributeInfoEx Class Description: This class is an extention of AttributeInfo class.
AttributeProxy Class Description: This class manage device connection for Tango attribute access.
AttrReadEvent Class description: This class is an object used by asynchronous calls to give data to the callbacks.
AttrWrittenEvent  
CallBack Class Description :
This class define the object to be be called at command_inout/reat_attribute/write_attribute asynchronous call reply.
CallbackThread This class get the asynchronous call result and send it to a CallBack object.
ChangeEventInfo Class Description: This class is the same class as ChangeEventProp, but created for C++ compatibility.
CmdDoneEvent Object defining result of an asynchronous call.
CommandInfo Class Description: This class manage data object for Tango device command information.
Connection Class Description: This class manage device connection for Tango objects.
ConnectionDAODefaultImpl Class Description: This class manage device connection for Tango objects.
Database Class Description: This class is the main class for TANGO database API.
DatabaseDAODefaultImpl Class Description: This class is the main class for TANGO database API.
DbAttribute Class Description: This class manage a vector of DbDatum for attribute properties read/write and the attribute's name associated.
DbClass Class Description: This class manage database connection for Tango Class.
DbDatum Class Description: This class manage data object for Tango device access.
DbDevExportInfo Class Description: This class is an object containing the exported device information.
DbDevice Class Description: This class manage database connection for Tango device.
DbDevImportInfo Class Description: This class is an object containing the imported device information.
DbDevInfo Class Description: Device information object.
DbHistory Class Description: This class manage data object for Tango databse history access.
DbRedundancy Class Description:
DbServer Class Description: This class manage database connection for Tango server.
DbServInfo Class Description: This class describe server information.
DeviceAttribute Class Description: This class manage data object for Tango device attribute access.
DeviceAttribute_3 Class Description: This class manage data object for Tango device attribute access.
DeviceAttribute_3DAODefaultImpl Class Description: This class manage data object for Tango device attribute access.
DeviceAttributeDAODefaultImpl Class Description: This class manage data object for Tango device attribute access.
DeviceData Class Description: This class manage data object for Tango device access.
DeviceDataDAODefaultImpl Class Description: This class manage data object for Tango device access.
DeviceDataHistory Class Description: This class manage data object for Tango device history Data access.
DeviceDataHistoryDAODefaultImpl Class Description: This class manage data object for Tango device history Data access.
DeviceInfo Class Description: This class is an object containing the device information.
DeviceProxy Class Description: This class manage device connection for Tango objects.
DeviceProxyDAODefaultImpl Class Description: This class manage device connection for Tango objects.
DeviceProxyFactory Class Description: This class manage a static vector of DeviceProxy object to have a single connection on each device.
DevVarCmdArray  
IORdump Class descriptio: This class analyze a IOR string.
IORDumpDAODefaultImpl Class descriptio: This class analyze a IOR string.
IORDumpUtil  
LockerInfo Class Description: This class discribe the device locker information.
PeriodicEventInfo Class Description: This class is the same class as PeriodicEventProp, but created for C++ compatibility.
QualityUtilities  
StateUtilities  
T2Ttypes  
TacoTangoDevice Class Description:
This class is a wrapper for TACO device.
TacoTangoDeviceDAODefaultImpl Class Description:
This class is a wrapper for TACO device.
TangORBversion  
TangoUrl Class Description:
Tango URL management.
 

Exception Summary
AsynReplyNotArrived Class Description:
Exception thrown in case of asynchronous call reply did not arrived.
Can be instancied by Except. method.
CommunicationFailed Class Description:
Exception thrown in case of coommunication failed.
Can be instancied by Except.throw_communication_failed method.
CommunicationTimeout Class Description:
Exception thrown in case of coommunication failed on timeout.
Can be instancied by Except.throw_communication_timeout method.
ConnectionFailed Class Description:
Exception thrown in case of connection failed.
Can be instancied by Except.throw_connection_failed method.
EventSystemFailed Class Description:
Exception thrown in case of event failed.
Can be instancied by Except.throw_event_system_failed method.
NonDbDevice Class Description:
Exception thrown in case of database access when database is not used.
Can be instancied by Except.throw_non_db_exception method.
NonSupportedFeature Class Description:
Exception thrown in case feature not supported.
Can be instancied by Except.throw_non_supported_exception method.
WrongData Class Description:
Exception thrown in case of non valid data..
Can be instancied by Except.throw_wrong_data_exception method.
WrongNameSyntax Class Description:
Exception thrown in case of bad syntax or bad name..
Can be instancied by Except.throw_wrong_syntax_exception method.
 

Package fr.esrf.TangoApi Description

Classes to browse, read and write TANGO database.
Read and write device attributes.
Send command to a device.


TANGO Java API
( TangORB-7.3.3.jar)