Uses of Class
org.opends.testqa.monitoringclient.Data

Uses of Data in org.opends.testqa.monitoringclient
 

Methods in org.opends.testqa.monitoringclient that return Data
 Data DatasBuffer.getData(java.lang.String attribute, java.util.Properties parameters)
          Returns the specified data.
 Data DatasBuffer.removeAttributeToMonitor(java.lang.String attribute, java.util.Properties params)
          Remove an attribute to monitor.
 

Methods in org.opends.testqa.monitoringclient that return types with arguments of type Data
 java.util.Vector<Data> DatasBuffer.getAllDatas()
          Return the datas retrieved by the producers.
 java.util.Vector<Data> DatasBuffer.getAttributesToMonitor(java.lang.String protocol)
          Returns the attributes to monitor for a well known protocol.
 

Methods in org.opends.testqa.monitoringclient with parameters of type Data
 void DatasBuffer.dataError(Data d, java.lang.String message)
          Fill a data with the error code and create a new error.
 void DatasBuffer.setData(Data d, java.lang.String value, int timer)
          Sets a data in the buffer.