org.openmobileis.modules.common.data
Interface GlobalPropertyFactory
- All Known Implementing Classes:
- JDBCGlobalPropertyFactory
- public interface GlobalPropertyFactory
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
getProperty
public GlobalProperty getProperty(java.lang.String service,
java.lang.String key)
throws ServiceException
- Throws:
ServiceException
getPropertiesForService
public Array getPropertiesForService(java.lang.String service)
throws ServiceException
- Throws:
ServiceException
storeProperty
public void storeProperty(GlobalProperty property)
throws DatabaseException
- Throws:
DatabaseException
deleteProperty
public void deleteProperty(java.lang.String service,
java.lang.String key)
throws DatabaseException
- Throws:
DatabaseException
getAllGlobalProperties
public Array getAllGlobalProperties()
throws ServiceException
- Throws:
ServiceException
Copyright 2006 OpenMobileIS. All Rights Reserved.