Class TakeReconfigurationDurationProbe

  • All Implemented Interfaces:
    org.palladiosimulator.commons.designpatterns.IAbstractObservable<org.palladiosimulator.probeframework.probes.listener.IProbeListener>, org.palladiosimulator.metricspec.metricentity.IMetricEntity

    public class TakeReconfigurationDurationProbe
    extends org.palladiosimulator.probeframework.probes.BasicEventProbe<Reconfigurator,​Double,​javax.measure.quantity.Duration>
    EventProbe implementation that is associated with reconfiguration events, in particular the ReconfigurationExecutedEvent.
    • Field Summary

      • Fields inherited from class org.palladiosimulator.probeframework.probes.EventProbe

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

        metricEntityDelegate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void registerListener()  
      • Methods inherited from class org.palladiosimulator.probeframework.probes.BasicEventProbe

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

        addObserver, getMetricDesciption, isCompatibleWith, notifyMeasurementSourceListener, removeObserver
      • Methods inherited from interface org.palladiosimulator.metricspec.metricentity.IMetricEntity

        getMetricDesciption, isCompatibleWith
    • Method Detail

      • registerListener

        protected void registerListener()
        Specified by:
        registerListener in class org.palladiosimulator.probeframework.probes.EventProbe<Reconfigurator>