public interface DaoFactory
| Modifier and Type | Method and Description |
|---|---|
DataTable |
getConnectionStatistics() |
DatabaseClusterManager |
getDatabaseClusterManager() |
DataDao |
getDataDao() |
EventDao |
getEventDao() |
GenericDao |
getGenericDao() |
DaoFactory |
getMasterFactory() |
PropertyDao |
getPropertyDao() |
ServerConfig |
getServerConfig() |
DataTable |
getStatistics() |
EventStorageManager |
getStorageManager() |
DataTable |
getTableStatistics() |
void |
shutdown() |
void |
start() |
void start()
throws DaoException
DaoExceptionvoid shutdown()
throws DaoException
DaoExceptionDaoFactory getMasterFactory()
EventStorageManager getStorageManager()
EventDao getEventDao()
PropertyDao getPropertyDao()
DataDao getDataDao()
DatabaseClusterManager getDatabaseClusterManager()
GenericDao getGenericDao()
DataTable getStatistics()
DataTable getTableStatistics()
DataTable getConnectionStatistics()
ServerConfig getServerConfig()