Uses of Interface
org.tquadrat.foundation.perflog.PerformanceReport
Packages that use PerformanceReport
Package
Description
The classes that defines the API for the Foundation Performance Logging and
Monitoring library.
The internal classes that for the Foundation Performance Logging and
Monitoring library.
-
Uses of PerformanceReport in org.tquadrat.foundation.perflog
Methods in org.tquadrat.foundation.perflog with parameters of type PerformanceReportModifier and TypeMethodDescriptionvoidPerfLogMBean.receivePerformanceReport(PerformanceReport report) Takes the performance report and transfers it further. -
Uses of PerformanceReport in org.tquadrat.foundation.perflog.internal
Classes in org.tquadrat.foundation.perflog.internal that implement PerformanceReportModifier and TypeClassDescriptionfinal classThe container for report data going to thePerfLogMBean.Methods in org.tquadrat.foundation.perflog.internal with parameters of type PerformanceReportModifier and TypeMethodDescriptionfinal voidPerfLogMBeanImpl.receivePerformanceReport(PerformanceReport report) Takes the performance report and transfers it further.
