Class AbstractRecorder

java.lang.Object
org.palladiosimulator.recorderframework.AbstractRecorder
All Implemented Interfaces:
org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener, IRecorder
Direct Known Subclasses:
EDP2RawRecorder, SensorFrameworkRecorder

public abstract class AbstractRecorder extends Object implements IRecorder
This class is the super class of any recorder implementation. A recorder is responsible of making the measurements persistent.
  • 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 interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
    • preUnregister

      public final void preUnregister()
      Specified by:
      preUnregister in interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener