Class AbstractRecorder
java.lang.Object
org.palladiosimulator.recorderframework.AbstractRecorder
- All Implemented Interfaces:
org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
,IRecorder
- Direct Known Subclasses:
EDP2RawRecorder
,SensorFrameworkRecorder
This class is the super class of any recorder implementation. A recorder is responsible of making
the measurements persistent.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
newMeasurementAvailable
(org.palladiosimulator.measurementframework.MeasuringValue measurement) final void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.recorderframework.IRecorder
flush, initialize, writeData
-
Constructor Details
-
AbstractRecorder
public AbstractRecorder()The default constructor for a recorder.
-
-
Method Details
-
newMeasurementAvailable
public final void newMeasurementAvailable(org.palladiosimulator.measurementframework.MeasuringValue measurement) - Specified by:
newMeasurementAvailable
in interfaceorg.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
-
preUnregister
public final void preUnregister()- Specified by:
preUnregister
in interfaceorg.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
-