Interface DatabaseManager
-
- All Known Implementing Classes:
SmartDatabaseManager
public interface DatabaseManager- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegisterAll()AbstractDatabaseActionHandlergetDatabaseActionHandler(String appName, String profileName)DatabaseProfilegetDatabaseProfile(String appName, String profileName)
-
-
-
Method Detail
-
getDatabaseProfile
DatabaseProfile getDatabaseProfile(String appName, String profileName)
-
getDatabaseActionHandler
AbstractDatabaseActionHandler getDatabaseActionHandler(String appName, String profileName)
-
deregisterAll
void deregisterAll()
-
-