Uses of Class
org.javasimon.javaee.reqreporter.DefaultRequestReporter.StopwatchInfo

Packages that use DefaultRequestReporter.StopwatchInfo
org.javasimon.javaee.reqreporter Package contains classes reporting slow HTTP requests - interface RequestReporter and various (default) implementations. 
 

Uses of DefaultRequestReporter.StopwatchInfo in org.javasimon.javaee.reqreporter
 

Methods in org.javasimon.javaee.reqreporter with parameters of type DefaultRequestReporter.StopwatchInfo
private  void DefaultRequestReporter.addStopwatchInfo(StringBuilder messageBuilder, DefaultRequestReporter.StopwatchInfo info)
           
 int DefaultRequestReporter.StopwatchInfo.compareTo(DefaultRequestReporter.StopwatchInfo o)
           
private  boolean StandardRequestReporter.isJdbcResultSetNextSimon(DefaultRequestReporter.StopwatchInfo info)
           
protected  boolean StandardRequestReporter.shouldBeAddedStopwatchInfo(DefaultRequestReporter.StopwatchInfo info)
           
protected  boolean DefaultRequestReporter.shouldBeAddedStopwatchInfo(DefaultRequestReporter.StopwatchInfo info)
          Decides whether stopwatch info should be included in the report - by default all are included.
 

Method parameters in org.javasimon.javaee.reqreporter with type arguments of type DefaultRequestReporter.StopwatchInfo
private  void DefaultRequestReporter.addStopwatchSplitDistribution(StringBuilder messageBuilder, Map<String,DefaultRequestReporter.StopwatchInfo> stopwatchInfos)
           
private  void DefaultRequestReporter.processSplitsAndAddSignificantOnes(Split requestSplit, List<Split> splits, StringBuilder messageBuilder, Map<String,DefaultRequestReporter.StopwatchInfo> stopwatchInfos)
           
 



Copyright © 2013. All Rights Reserved.