Class SensorFrameworkRecorderConfigurationFactory

java.lang.Object
org.palladiosimulator.recorderframework.config.AbstractRecorderConfigurationFactory
org.palladiosimulator.recorderframework.sensorframework.SensorFrameworkRecorderConfigurationFactory
All Implemented Interfaces:
IRecorderConfigurationFactory

public class SensorFrameworkRecorderConfigurationFactory extends AbstractRecorderConfigurationFactory
Deprecated.
Superseded by EDP2.
  • Field Details

  • Constructor Details

    • SensorFrameworkRecorderConfigurationFactory

      public SensorFrameworkRecorderConfigurationFactory()
      Deprecated.
  • Method Details

    • initialize

      public void initialize(Map<String,Object> configuration)
      Deprecated.
      Description copied from interface: IRecorderConfigurationFactory
      Initializes this factory as a preparation for creating a configuration object. TODO Do we really need initialization or can we directly create configurations? [Lehrig]
      Specified by:
      initialize in interface IRecorderConfigurationFactory
      Overrides:
      initialize in class AbstractRecorderConfigurationFactory
      Parameters:
      configuration - a map with key-value pairs to be used for initialization.
    • createRecorderConfiguration

      public SensorFrameworkRecorderConfiguration createRecorderConfiguration(Map<String,Object> configuration)
      Deprecated.
      Description copied from interface: IRecorderConfigurationFactory
      Creates a configuration object using the given configuration.
      Parameters:
      configuration - a map with key-value pairs to be used for configuration.
      Returns:
      a newly created recorder configuration object.
    • getDatasourceID

      public long getDatasourceID()
      Deprecated.
    • finalizeRecorderConfigurationFactory

      public void finalizeRecorderConfigurationFactory()
      Deprecated.
      Description copied from interface: IRecorderConfigurationFactory
      Finalizes this factory, thus, allowing to close potentially opened file handles.