| Package | Description |
|---|---|
| org.apache.excalibur.instrument.client | |
| org.apache.excalibur.instrument.client.http |
| Modifier and Type | Method and Description |
|---|---|
(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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
HTTPInstrumentSampleSnapshotData |
| Modifier and Type | Method and Description |
|---|---|
InstrumentSampleSnapshotData |
HTTPInstrumentSampleData.getSnapshot()
Returns a snapshot of the data in the sample.
|