jca.dbr
Interface DBR_STS

All Known Subinterfaces:
DBR_CTRL, DBR_GR, DBR_TIME
All Known Implementing Classes:
DBR_STS_DBByte, DBR_STS_DBDouble, DBR_STS_DBEnum, DBR_STS_DBFloat, DBR_STS_DBInt, DBR_STS_DBShort, DBR_STS_DBString

public interface DBR_STS
extends DBR


Fields inherited from interface jca.dbr.DBR
BYTE, CTRL_BYTE, CTRL_DOUBLE, CTRL_FLOAT, CTRL_INT, CTRL_SHORT, DOUBLE, ENUM, FLOAT, GR_BYTE, GR_DOUBLE, GR_FLOAT, GR_INT, GR_SHORT, INFO_ENUM, INT, PUT_ACKS, PUT_ACKT, SHORT, STRING, STS_BYTE, STS_DOUBLE, STS_ENUM, STS_FLOAT, STS_INT, STS_SHORT, STS_STRING, STSACK_STRING, TIME_BYTE, TIME_DOUBLE, TIME_ENUM, TIME_FLOAT, TIME_INT, TIME_SHORT, TIME_STRING
 
Method Summary
 short severity()
          Return the severity code of the structure.
 short status()
          Return the status code of the structure.
 
Methods inherited from interface jca.dbr.DBR
count, dataAt, type
 

Method Detail

status

public short status()
Return the status code of the structure.

severity

public short severity()
Return the severity code of the structure.