Class MemoryDAOFactory
java.lang.Object
de.uka.ipd.sdq.sensorframework.dao.memory.MemoryDAOFactory
- All Implemented Interfaces:
IDAOFactory
Deprecated.
Superseded by EDP2.
-
Field Summary
Fields inherited from interface de.uka.ipd.sdq.sensorframework.entities.dao.IDAOFactory
ID_NOT_SET -
Constructor Summary
ConstructorsConstructorDescriptionMemoryDAOFactory(long id) Deprecated.MemoryDAOFactory(String config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns theExperimentdata access object or creates a new one, if none was there before.Deprecated.Returns theExperimentRundata access object or creates a new one, if none was there before.Deprecated.Returns theMeasurementdata access object or creates a new one, if none was there before.Deprecated.Returns theSensordata access object or creates a new one, if none was there before.Deprecated.Returns theStatedata access object or creates a new one, if none was there before.voidDeprecated.Deprecated.longgetID()Deprecated.getName()Deprecated.Deprecated.voidreload()Deprecated.voidsetID(long i) Deprecated.voidstore()Deprecated.
-
Constructor Details
-
MemoryDAOFactory
public MemoryDAOFactory(long id) Deprecated. -
MemoryDAOFactory
Deprecated.
-
-
Method Details
-
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
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
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
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
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
Deprecated.- Specified by:
getDescriptionin interfaceIDAOFactory
-
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
Deprecated.- Specified by:
getPersistendInfoin interfaceIDAOFactory
-
reload
public void reload()Deprecated.- Specified by:
reloadin interfaceIDAOFactory
-
store
public void store()Deprecated.- Specified by:
storein interfaceIDAOFactory
-