Definition at line 42 of file GlobalPropertyManager.java.
Public Member Functions | |
GlobalPropertyManager (GlobalPropertyFactory factory) | |
Constructor for PrisLabelManager. | |
GlobalPropertyFactory | getFactory () |
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 void | registerManager (GlobalPropertyManager m) |
static GlobalPropertyManager | getManager () |
static void | removeManager () |