Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-.NET | API-Java | Examples | Downloads
page generated on 31.05.2023 - 04:45
Public Member Functions | List of all members
de.desy.tine.client.ez.TineClient Class Reference

This instance stores a number of de.desy.tine.client.TLink and reads data from them. More...

Public Member Functions

boolean hasAttribute (String attrName)
 Checks that this TINE server has an attribute. More...
 
Class<?> getAttributeClass (String attrName) throws TineClientException
 Returns attribute's value class. More...
 
void unsubscribeEvent (String attrName) throws TineClientException
 Unsubscribes from the change event of the attribute. More...
 

Detailed Description

This instance stores a number of de.desy.tine.client.TLink and reads data from them.

//@ThreadSafe

Author
Igor Khokhriakov igor..nosp@m.khok.nosp@m.hriak.nosp@m.ov@h.nosp@m.zg.de
Since
27.04.12

Member Function Documentation

◆ getAttributeClass()

Class<?> de.desy.tine.client.ez.TineClient.getAttributeClass ( String  attrName) throws TineClientException

Returns attribute's value class.

Parameters
attrName
Returns
Exceptions
TineClientException

References de.desy.tine.dataUtils.TDataType.getDataObject().

◆ hasAttribute()

boolean de.desy.tine.client.ez.TineClient.hasAttribute ( String  attrName)

Checks that this TINE server has an attribute.

Parameters
attrName
Returns
true or false

◆ unsubscribeEvent()

void de.desy.tine.client.ez.TineClient.unsubscribeEvent ( String  attrName) throws TineClientException

Unsubscribes from the change event of the attribute.

Parameters
attrName
Exceptions
TineClientException

References de.desy.tine.client.TLink.close(), and de.desy.tine.client.TLink.getLastError().


The documentation for this class was generated from the following file: