public interface DataAccessManager
Modifier and Type | Method and Description |
---|---|
void |
createDatabase()
Method to create the database for the registry.
|
ClusterLock |
getClusterLock()
Method to obtain an instance of the cluster lock.
|
DAOManager |
getDAOManager()
Method to obtain an instance of the data access object manager.
|
DatabaseTransaction |
getDatabaseTransaction()
Method to obtain an instance of the database transaction.
|
QueryProcessor |
getQueryProcessor()
Method obtain an instance of the query processor used to run queries.
|
TransactionManager |
getTransactionManager()
Method to obtain an instance of the transaction manager.
|
boolean |
isDatabaseExisting()
Method to test whether the registry database is existing.
|
ClusterLock getClusterLock()
TransactionManager getTransactionManager()
DatabaseTransaction getDatabaseTransaction()
DAOManager getDAOManager()
void createDatabase() throws RegistryException
RegistryException
- if the operation failed.boolean isDatabaseExisting()
QueryProcessor getQueryProcessor()
Copyright © 2016 WSO2 Inc. All Rights Reserved.