Class MemoryDAOFactory

java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.memory.MemoryDAOFactory
All Implemented Interfaces:
IDAOFactory

public class MemoryDAOFactory extends Object implements IDAOFactory
Deprecated.
Superseded by EDP2.
  • Constructor Details

    • MemoryDAOFactory

      public MemoryDAOFactory(long id)
      Deprecated.
    • MemoryDAOFactory

      public MemoryDAOFactory(String config)
      Deprecated.
  • Method Details

    • createExperimentDAO

      public IExperimentDAO createExperimentDAO()
      Deprecated.
      Description copied from interface: IDAOFactory
      Returns the Experiment data access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create the ExperimentDAO when you first access it.
      Specified by:
      createExperimentDAO in interface IDAOFactory
    • createExperimentRunDAO

      public IExperimentRunDAO createExperimentRunDAO()
      Deprecated.
      Description copied from interface: IDAOFactory
      Returns the ExperimentRun data access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create the ExperimentRunDAO when you first access it.
      Specified by:
      createExperimentRunDAO in interface IDAOFactory
    • createMeasurementDAO

      public IMeasurementDAO createMeasurementDAO()
      Deprecated.
      Description copied from interface: IDAOFactory
      Returns the Measurement data access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create the MeasurementDAO when you first access it.
      Specified by:
      createMeasurementDAO in interface IDAOFactory
    • createSensorDAO

      public ISensorDAO createSensorDAO()
      Deprecated.
      Description copied from interface: IDAOFactory
      Returns the Sensor data access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create the SensorDAO when you first access it.
      Specified by:
      createSensorDAO in interface IDAOFactory
    • createStateDAO

      public IStateDAO createStateDAO()
      Deprecated.
      Description copied from interface: IDAOFactory
      Returns the State data access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create the StateDAO when you first access it.
      Specified by:
      createStateDAO in interface IDAOFactory
    • getDescription

      public String getDescription()
      Deprecated.
      Specified by:
      getDescription in interface IDAOFactory
    • getName

      public String getName()
      Deprecated.
      Specified by:
      getName in interface IDAOFactory
    • finalizeAndClose

      public void finalizeAndClose()
      Deprecated.
      Specified by:
      finalizeAndClose in interface IDAOFactory
    • getID

      public long getID()
      Deprecated.
      Specified by:
      getID in interface IDAOFactory
    • setID

      public void setID(long i)
      Deprecated.
      Specified by:
      setID in interface IDAOFactory
    • getPersistendInfo

      public String getPersistendInfo()
      Deprecated.
      Specified by:
      getPersistendInfo in interface IDAOFactory
    • reload

      public void reload()
      Deprecated.
      Specified by:
      reload in interface IDAOFactory
    • store

      public void store()
      Deprecated.
      Specified by:
      store in interface IDAOFactory