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.
-
-
Field Summary
-
Fields inherited from interface de.uka.ipd.sdq.sensorframework.entities.dao.IDAOFactory
ID_NOT_SET
-
-
Constructor Summary
Constructors Constructor Description MemoryDAOFactory(long id)Deprecated.MemoryDAOFactory(String config)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IExperimentDAOcreateExperimentDAO()Deprecated.Returns theExperimentdata access object or creates a new one, if none was there before.IExperimentRunDAOcreateExperimentRunDAO()Deprecated.Returns theExperimentRundata access object or creates a new one, if none was there before.IMeasurementDAOcreateMeasurementDAO()Deprecated.Returns theMeasurementdata access object or creates a new one, if none was there before.ISensorDAOcreateSensorDAO()Deprecated.Returns theSensordata access object or creates a new one, if none was there before.IStateDAOcreateStateDAO()Deprecated.Returns theStatedata access object or creates a new one, if none was there before.voidfinalizeAndClose()Deprecated.StringgetDescription()Deprecated.longgetID()Deprecated.StringgetName()Deprecated.StringgetPersistendInfo()Deprecated.voidreload()Deprecated.voidsetID(long i)Deprecated.voidstore()Deprecated.
-
-
-
Constructor Detail
-
MemoryDAOFactory
public MemoryDAOFactory(long id)
Deprecated.
-
MemoryDAOFactory
public MemoryDAOFactory(String config)
Deprecated.
-
-
Method Detail
-
createExperimentDAO
public IExperimentDAO createExperimentDAO()
Deprecated.Description copied from interface:IDAOFactoryReturns theExperimentdata access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create theExperimentDAOwhen you first access it.- Specified by:
createExperimentDAOin interfaceIDAOFactory
-
createExperimentRunDAO
public IExperimentRunDAO createExperimentRunDAO()
Deprecated.Description copied from interface:IDAOFactoryReturns theExperimentRundata access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create theExperimentRunDAOwhen you first access it.- Specified by:
createExperimentRunDAOin interfaceIDAOFactory
-
createMeasurementDAO
public IMeasurementDAO createMeasurementDAO()
Deprecated.Description copied from interface:IDAOFactoryReturns theMeasurementdata access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create theMeasurementDAOwhen you first access it.- Specified by:
createMeasurementDAOin interfaceIDAOFactory
-
createSensorDAO
public ISensorDAO createSensorDAO()
Deprecated.Description copied from interface:IDAOFactoryReturns theSensordata access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create theSensorDAOwhen you first access it.- Specified by:
createSensorDAOin interfaceIDAOFactory
-
createStateDAO
public IStateDAO createStateDAO()
Deprecated.Description copied from interface:IDAOFactoryReturns theStatedata access object or creates a new one, if none was there before. Actually, this is rather a get method that might lazily create theStateDAOwhen you first access it.- Specified by:
createStateDAOin interfaceIDAOFactory
-
getDescription
public String getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceIDAOFactory
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceIDAOFactory
-
finalizeAndClose
public void finalizeAndClose()
Deprecated.- Specified by:
finalizeAndClosein interfaceIDAOFactory
-
getID
public long getID()
Deprecated.- Specified by:
getIDin interfaceIDAOFactory
-
setID
public void setID(long i)
Deprecated.- Specified by:
setIDin interfaceIDAOFactory
-
getPersistendInfo
public String getPersistendInfo()
Deprecated.- Specified by:
getPersistendInfoin interfaceIDAOFactory
-
reload
public void reload()
Deprecated.- Specified by:
reloadin interfaceIDAOFactory
-
store
public void store()
Deprecated.- Specified by:
storein interfaceIDAOFactory
-
-