org.apache.excalibur.instrument.client
Interface InstrumentSampleSnapshotData

All Superinterfaces:
Data, ElementData, InstrumentSampleElementData

public interface InstrumentSampleSnapshotData
extends InstrumentSampleElementData


Field Summary
 
Fields inherited from interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
INSTRUMENT_SAMPLE_TYPE_COUNTER, INSTRUMENT_SAMPLE_TYPE_MAXIMUM, INSTRUMENT_SAMPLE_TYPE_MEAN, INSTRUMENT_SAMPLE_TYPE_MINIMUM
 
Method Summary
 int[] getSamples()
          Returns an array of the individual values which make up the sample.
 
Methods inherited from interface org.apache.excalibur.instrument.client.InstrumentSampleElementData
getInstrumentType, getInterval, getLeaseExpirationTime, getSize, getTime, getType, getValue
 
Methods inherited from interface org.apache.excalibur.instrument.client.ElementData
getName, getParent, isConfigured
 
Methods inherited from interface org.apache.excalibur.instrument.client.Data
getDescription, getStateVersion, update
 

Method Detail

getSamples

public int[] getSamples()
Returns an array of the individual values which make up the sample.

Returns:
An array of sample values.


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.