org.javasimon.javaee.reqreporter
Class DefaultRequestReporter.StopwatchInfo

java.lang.Object
  extended by org.javasimon.javaee.reqreporter.DefaultRequestReporter.StopwatchInfo
All Implemented Interfaces:
Comparable<DefaultRequestReporter.StopwatchInfo>
Enclosing class:
DefaultRequestReporter

protected class DefaultRequestReporter.StopwatchInfo
extends Object
implements Comparable<DefaultRequestReporter.StopwatchInfo>


Field Summary
(package private)  Split maxSplit
           
(package private)  List<Split> splits
           
(package private)  Stopwatch stopwatch
           
(package private)  long total
           
 
Constructor Summary
DefaultRequestReporter.StopwatchInfo(Stopwatch stopwatch)
           
 
Method Summary
 void addSplit(Split split)
           
 int compareTo(DefaultRequestReporter.StopwatchInfo o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopwatch

Stopwatch stopwatch

splits

List<Split> splits

maxSplit

Split maxSplit

total

long total
Constructor Detail

DefaultRequestReporter.StopwatchInfo

DefaultRequestReporter.StopwatchInfo(Stopwatch stopwatch)
Method Detail

compareTo

public int compareTo(DefaultRequestReporter.StopwatchInfo o)
Specified by:
compareTo in interface Comparable<DefaultRequestReporter.StopwatchInfo>

addSplit

public void addSplit(Split split)


Copyright © 2013. All Rights Reserved.