Class TriggeredProxyProbe<V,Q extends javax.measure.quantity.Quantity>
java.lang.Object
org.palladiosimulator.probeframework.probes.Probe
org.palladiosimulator.probeframework.probes.TriggeredProbe
org.palladiosimulator.probeframework.probes.BasicTriggeredProbe<V,Q>
org.palladiosimulator.indirections.monitoring.simulizar.TriggeredProxyProbe<V,Q>
- All Implemented Interfaces:
org.palladiosimulator.commons.designpatterns.IAbstractObservable<org.palladiosimulator.probeframework.probes.listener.IProbeListener>,org.palladiosimulator.metricspec.metricentity.IMetricEntity
public class TriggeredProxyProbe<V,Q extends javax.measure.quantity.Quantity>
extends org.palladiosimulator.probeframework.probes.BasicTriggeredProbe<V,Q>
-
Field Summary
Fields inherited from class org.palladiosimulator.probeframework.probes.Probe
metricEntityDelegate -
Constructor Summary
ConstructorsConstructorDescriptionTriggeredProxyProbe(org.palladiosimulator.metricspec.BaseMetricDescription metricDescription) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBasicMeasure(org.palladiosimulator.probeframework.measurement.RequestContext measurementContext) voidsetCurrentMeasure(javax.measure.Measure<V, Q> currentMeasure) Methods inherited from class org.palladiosimulator.probeframework.probes.BasicTriggeredProbe
doMeasureMethods inherited from class org.palladiosimulator.probeframework.probes.TriggeredProbe
takeMeasurement, takeMeasurementMethods inherited from class org.palladiosimulator.probeframework.probes.Probe
addObserver, getMetricDesciption, isCompatibleWith, notifyMeasurementSourceListener, removeObserverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.palladiosimulator.metricspec.metricentity.IMetricEntity
getMetricDesciption, isCompatibleWith
-
Constructor Details
-
TriggeredProxyProbe
public TriggeredProxyProbe(org.palladiosimulator.metricspec.BaseMetricDescription metricDescription)
-
-
Method Details
-
doMeasure
-
getBasicMeasure
-
setCurrentMeasure
-