|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataAccessManager
This describes a an instance of the manager class that can be used to obtain access to the back-end database.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ClusterLock getClusterLock()
TransactionManager getTransactionManager()
DatabaseTransaction getDatabaseTransaction()
DAOManager getDAOManager()
void createDatabase() throws RegistryException
RegistryException
- if the operation failed.boolean isDatabaseExisting()
QueryProcessor getQueryProcessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |