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 Summary
FieldsFields inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfigurationFactory
EXPERIMENT_RUN_DATE_FORMAT, EXPERIMENT_RUN_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRecorderConfiguration(Map<String, Object> configuration) Deprecated.Creates a configuration object using the given configuration.voidDeprecated.Finalizes this factory, thus, allowing to close potentially opened file handles.longDeprecated.voidinitialize(Map<String, Object> configuration) Deprecated.Initializes this factory as a preparation for creating a configuration object.Methods inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfigurationFactory
getExperimentName, getExperimentRunName
-
Field Details
-
DATASOURCE_ID
Deprecated.- See Also:
-
-
Constructor Details
-
SensorFrameworkRecorderConfigurationFactory
public SensorFrameworkRecorderConfigurationFactory()Deprecated.
-
-
Method Details
-
initialize
Deprecated.Description copied from interface:IRecorderConfigurationFactoryInitializes 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:
initializein interfaceIRecorderConfigurationFactory- Overrides:
initializein classAbstractRecorderConfigurationFactory- 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:IRecorderConfigurationFactoryCreates 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:IRecorderConfigurationFactoryFinalizes this factory, thus, allowing to close potentially opened file handles.
-