Uses of Interface
org.apache.excalibur.instrument.client.InstrumentSampleSnapshotData

Packages that use InstrumentSampleSnapshotData
org.apache.excalibur.instrument.client   
org.apache.excalibur.instrument.client.http   
 

Uses of InstrumentSampleSnapshotData in org.apache.excalibur.instrument.client
 

Methods in org.apache.excalibur.instrument.client that return InstrumentSampleSnapshotData
(package private)  InstrumentSampleSnapshotData InstrumentManagerConnection.getSampleSnapshot(java.lang.String sampleName)
          Returns a snapshot of the specified sample.
 InstrumentSampleSnapshotData InstrumentSampleData.getSnapshot()
          Returns a snapshot of the data in the sample.
 

Methods in org.apache.excalibur.instrument.client with parameters of type InstrumentSampleSnapshotData
private  void InstrumentSampleFrame.initChart(InstrumentSampleSnapshotData snapshot)
          Initializes the chart
private  void InstrumentSampleFrame.setStateSnapshot(InstrumentSampleSnapshotData snapshot)
           
 void InstrumentSampleFrame.updateSnapshot(InstrumentSampleSnapshotData snapshot)
          Called to update the frame when a snapshot is already available.
 

Uses of InstrumentSampleSnapshotData in org.apache.excalibur.instrument.client.http
 

Classes in org.apache.excalibur.instrument.client.http that implement InstrumentSampleSnapshotData
(package private)  class HTTPInstrumentSampleSnapshotData
           
 

Methods in org.apache.excalibur.instrument.client.http that return InstrumentSampleSnapshotData
 InstrumentSampleSnapshotData HTTPInstrumentSampleData.getSnapshot()
          Returns a snapshot of the data in the sample.