Class TakeReconfigurationDurationProbe
java.lang.Object
org.palladiosimulator.probeframework.probes.Probe
org.palladiosimulator.probeframework.probes.EventProbe<EventSourceType>
org.palladiosimulator.probeframework.probes.BasicEventProbe<Reconfigurator,Double,javax.measure.quantity.Duration>
org.palladiosimulator.simulizar.reconfiguration.probes.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
eventSourceFields inherited from class org.palladiosimulator.probeframework.probes.Probe
metricEntityDelegate -
Constructor Summary
ConstructorsConstructorDescriptionTakeReconfigurationDurationProbe(Reconfigurator reconfigurator) Initializes a new instance of theTakeReconfigurationDurationProbeclass. -
Method Summary
Methods inherited from class org.palladiosimulator.probeframework.probes.BasicEventProbe
notifyMethods 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
-
TakeReconfigurationDurationProbe
Initializes a new instance of theTakeReconfigurationDurationProbeclass.- Parameters:
reconfigurator- TheReconfiguratorto observe.- Throws:
NullPointerException- In case the given reconfigurator isnull.
-
-
Method Details
-
registerListener
protected void registerListener()- Specified by:
registerListenerin classorg.palladiosimulator.probeframework.probes.EventProbe<Reconfigurator>
-