org.apache.continuum.dao
Interface SystemConfigurationDao
- All Known Implementing Classes:
- SystemConfigurationDaoImpl
public interface SystemConfigurationDao
- Version:
- $Id: SystemConfigurationDao.java 684085 2008-08-08 20:48:14Z evenisse $
- Author:
- Emmanuel Venisse
addSystemConfiguration
SystemConfiguration addSystemConfiguration(SystemConfiguration systemConf)
updateSystemConfiguration
void updateSystemConfiguration(SystemConfiguration systemConf)
throws ContinuumStoreException
- Throws:
ContinuumStoreException
getSystemConfiguration
SystemConfiguration getSystemConfiguration()
throws ContinuumStoreException
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.