Uses of Class
org.rhq.core.domain.measurement.calltime.CallTimeData

Packages that use CallTimeData
org.rhq.core.domain.measurement   
org.rhq.core.pluginapi.util   
 

Uses of CallTimeData in org.rhq.core.domain.measurement
 

Methods in org.rhq.core.domain.measurement that return types with arguments of type CallTimeData
 Set<CallTimeData> MeasurementReport.getCallTimeData()
          Returns the entire list of all call-time data stored in this report.
 

Methods in org.rhq.core.domain.measurement with parameters of type CallTimeData
 void MeasurementReport.addData(CallTimeData data)
          Adds the given call-time data to this report.
 

Uses of CallTimeData in org.rhq.core.pluginapi.util
 

Methods in org.rhq.core.pluginapi.util with parameters of type CallTimeData
 void ResponseTimeLogParser.parseLog(CallTimeData callTimeData)
          Parse the log file, starting at the offset corresponding to the file's size after the last time this method was called.
 



Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.