org.openmuc.core.datamanager
Interface DataManager

All Known Implementing Classes:
DataManagerImpl

public interface DataManager

Service interface to get access to the measurement and control data of the openMUC system.


Method Summary
 DataStorage getDataStorage(java.lang.String label, Authentication auth)
          Get the DataStorage object with the given label as identifier
 java.util.List<java.lang.String> getDeviceDirectory()
          Get a list of all measurement and control data items provided by this DataManager
 PlantInfo getPlantInfo()
          Get Information about the plant including the plant identification/name
 

Method Detail

getDataStorage

DataStorage getDataStorage(java.lang.String label,
                           Authentication auth)
Get the DataStorage object with the given label as identifier

Parameters:
label - unique identification of the DataStorage
auth - username / secret
Returns:
reference to the demanded DataStorage object

getDeviceDirectory

java.util.List<java.lang.String> getDeviceDirectory()
Get a list of all measurement and control data items provided by this DataManager


getPlantInfo

PlantInfo getPlantInfo()
Get Information about the plant including the plant identification/name