Inheritance diagram for org.openmobileis.modules.common.database.jdbc.JDBCGlobalPropertyFactory:
Definition at line 47 of file JDBCGlobalPropertyFactory.java.
Public Member Functions | |
JDBCGlobalPropertyFactory () | |
GlobalProperty | getProperty (String service, String key) throws ServiceException |
Array | getPropertiesForService (String service) throws ServiceException |
Array | getAllGlobalProperties () throws ServiceException |
void | storeProperty (GlobalProperty property) throws DatabaseException |
void | deleteProperty (String service, String key) throws DatabaseException |
Static Public Member Functions | |
static JDBCGlobalPropertyFactory | getManager () |