com.ibm.rational.test.lt.kernel.statistics
Interface IStat

All Superinterfaces:
IStatTree

public interface IStat
extends IStatTree

The IStat interface is used for observational statistical counters.

This interface defines the method for submitting a datapoint to statistical counters of type RATE, AVERAGE, and RANGE.

See Also:
StatType

Method Summary
 void submitDataPoint(long value)
          Submits a datapoint for a statistical counter
 
Methods inherited from interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
getStat, makeDefinition, makeObservation, setDescription
 

Method Detail

submitDataPoint

public void submitDataPoint(long value)
Submits a datapoint for a statistical counter

The value passed in is typically a timestamp, elapsed time, or a count of items.

Parameters:
value - The value of this datapoint.


Copyright (c) IBM Corp. and others 2005. All rights reserved