Class TriggeredCombiningProbe<V,Q extends javax.measure.quantity.Quantity>

java.lang.Object
org.palladiosimulator.probeframework.probes.Probe
org.palladiosimulator.indirections.monitoring.simulizar.TriggeredCombiningProbe<V,Q>
All Implemented Interfaces:
org.palladiosimulator.commons.designpatterns.IAbstractObservable<org.palladiosimulator.probeframework.probes.listener.IProbeListener>, org.palladiosimulator.metricspec.metricentity.IMetricEntity, org.palladiosimulator.probeframework.probes.listener.IProbeListener

public class TriggeredCombiningProbe<V,Q extends javax.measure.quantity.Quantity> extends org.palladiosimulator.probeframework.probes.Probe implements org.palladiosimulator.probeframework.probes.listener.IProbeListener
  • Field Summary

    Fields inherited from class org.palladiosimulator.probeframework.probes.Probe

    metricEntityDelegate
  • Constructor Summary

    Constructors
    Constructor
    Description
    TriggeredCombiningProbe(org.palladiosimulator.metricspec.MetricDescription metricDesciption, List<org.palladiosimulator.probeframework.probes.TriggeredProbe> subsumedProbes, org.palladiosimulator.probeframework.probes.TriggeredProbe triggerProbe)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    newProbeMeasurementAvailable(org.palladiosimulator.probeframework.measurement.ProbeMeasurement triggerMeasurement)
     

    Methods inherited from class org.palladiosimulator.probeframework.probes.Probe

    addObserver, getMetricDesciption, isCompatibleWith, notifyMeasurementSourceListener, removeObserver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TriggeredCombiningProbe

      public TriggeredCombiningProbe(org.palladiosimulator.metricspec.MetricDescription metricDesciption, List<org.palladiosimulator.probeframework.probes.TriggeredProbe> subsumedProbes, org.palladiosimulator.probeframework.probes.TriggeredProbe triggerProbe)
  • Method Details

    • newProbeMeasurementAvailable

      public void newProbeMeasurementAvailable(org.palladiosimulator.probeframework.measurement.ProbeMeasurement triggerMeasurement)
      Specified by:
      newProbeMeasurementAvailable in interface org.palladiosimulator.probeframework.probes.listener.IProbeListener