Class MeasurementsDaoRegistryImpl

java.lang.Object
org.palladiosimulator.edp2.dao.impl.MeasurementsDaoRegistryImpl
All Implemented Interfaces:
MeasurementsDaoRegistry

public class MeasurementsDaoRegistryImpl extends Object implements MeasurementsDaoRegistry
Default implementation of the DaoRegistry. Responsible to hold a list of all registered DAOs and the access to them. The DAO factories should be used for creation of DAOs. They must register the DAOs at the central registry.