ca.intelliware.amakihi.util.performance
Class AttributeResponseTimeTable.Metric

java.lang.Object
  |
  +--ca.intelliware.amakihi.util.performance.AttributeResponseTimeTable.Metric
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
AttributeResponseTimeTable

public class AttributeResponseTimeTable.Metric
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
AttributeResponseTimeTable.Metric(java.lang.String attribute, long startTime, long elapsedTime)
           
 
Method Summary
 int compareTo(java.lang.Object object)
           
 java.lang.String getAttribute()
          Gets the attributeName
 long getElapsedTime()
          Gets the elapsedTime
 long getStartTime()
          Gets the startTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeResponseTimeTable.Metric

public AttributeResponseTimeTable.Metric(java.lang.String attribute,
                                         long startTime,
                                         long elapsedTime)
Method Detail

getAttribute

public java.lang.String getAttribute()
Gets the attributeName
Returns:
Returns a String

getStartTime

public long getStartTime()
Gets the startTime
Returns:
Returns a long

getElapsedTime

public long getElapsedTime()
Gets the elapsedTime
Returns:
Returns a long

compareTo

public int compareTo(java.lang.Object object)
Specified by:
compareTo in interface java.lang.Comparable


Copyright 2002 Intelliware Development. All Rights Reserved.