public class ResponseTimeAggregator extends PRMRecorder implements org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
| Constructor and Description |
|---|
ResponseTimeAggregator(de.uka.ipd.sdq.simucomframework.model.SimuComModel model,
RuntimeMeasurementModel prmAccess,
org.palladiosimulator.monitorrepository.MeasurementSpecification measurementSpecification,
org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint measuringPoint)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
newMeasurementAvailable(org.palladiosimulator.measurementframework.MeasuringValue measurement) |
void |
preUnregister() |
public ResponseTimeAggregator(de.uka.ipd.sdq.simucomframework.model.SimuComModel model,
RuntimeMeasurementModel prmAccess,
org.palladiosimulator.monitorrepository.MeasurementSpecification measurementSpecification,
org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint measuringPoint)
measurementSpecification - the measurement specification. id of the measurement.monitoredElement - the pcm model element to be monitored.UnsupportedOperationException - if temporal characterization is not supported. TODO: This class should not know
about PRM, it should publish its results to a Recorder, e.g., a PRM Recorderpublic void newMeasurementAvailable(org.palladiosimulator.measurementframework.MeasuringValue measurement)
newMeasurementAvailable in interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListenerorg.palladiosimulator.measurementframework.listener.IMeasurementSourceListener#newMeasurementAvailable(AbstractMeasureProvider)public void preUnregister()
preUnregister in interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener