Uses of Interface
org.wso2.carbon.registry.core.dataaccess.DataAccessManager

Packages that use DataAccessManager
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.clustering   
org.wso2.carbon.registry.core.config   
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dao   
org.wso2.carbon.registry.core.jdbc.dataaccess   
org.wso2.carbon.registry.core.jdbc.queries   
org.wso2.carbon.registry.core.jdbc.utils   
org.wso2.carbon.registry.core.utils   
 

Uses of DataAccessManager in org.wso2.carbon.registry.core
 

Fields in org.wso2.carbon.registry.core declared as DataAccessManager
protected  DataAccessManager ResourceImpl.dataAccessManager
          The data access manager is to be used only by the resource implementation and users of the resource are not needed to use this.
 

Methods in org.wso2.carbon.registry.core that return DataAccessManager
 DataAccessManager LogEntryCollection.getDataAccessManager()
          Get the data access manager associated with the log entry.
 

Methods in org.wso2.carbon.registry.core with parameters of type DataAccessManager
 void LogEntryCollection.setDataAccessManager(DataAccessManager dataAccessManager)
          Set the data access manager associated with the log entry.
 void CollectionVersionImpl.setDataAccessManager(DataAccessManager dataAccessManager)
           
 void ResourceImpl.setDataAccessManager(DataAccessManager dataAccessManager)
          Method to set the data access manager.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.clustering
 

Methods in org.wso2.carbon.registry.core.clustering with parameters of type DataAccessManager
static void NodeGroupLock.init(DataAccessManager dataAccessManager)
          Initializes the Node Group Lock Object.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.config
 

Methods in org.wso2.carbon.registry.core.config that return DataAccessManager
 DataAccessManager RegistryContext.getDataAccessManager()
          Return the data access manager, created using the database configuration associated with the registry context
 

Methods in org.wso2.carbon.registry.core.config with parameters of type DataAccessManager
 void RegistryContext.setDataAccessManager(DataAccessManager dataAccessManager)
          Set the data access manager.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao with parameters of type DataAccessManager
 void ResourceDAO.fillChildren(CollectionImpl collection, DataAccessManager dataAccessManager)
          Fill the children for a resource that already filled with meta data.
 int ResourceDAO.getChildCount(CollectionImpl collection, DataAccessManager dataAccessManager)
          Method to return a child count of a collection (database connection should also be provided)
 String[] ResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, DataAccessManager dataAccessManager)
          Get the child paths of a resource, (should be a collection)
 String[] ResourceDAO.getChildren(CollectionImpl collection, int start, int pageLen, DataAccessManager dataAccessManager)
          Get the children of the collection.
 LogEntry[] LogsDAO.getLogs(String resourcePath, int action, String userName, Date from, Date to, boolean descending, DataAccessManager dataAccessManager)
          Method to get a list of log entries.
 LogEntry[] LogsDAO.getLogs(String resourcePath, int action, String userName, Date from, Date to, boolean descending, int start, int pageLen, DataAccessManager dataAccessManager)
          Method to get a list of log entries.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.dataaccess
 

Methods in org.wso2.carbon.registry.core.dataaccess with parameters of type DataAccessManager
 void ClusterLock.init(DataAccessManager dataAccessManager, String clusterLockTableStatement)
          Initializes the Node Group Lock Object.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.jdbc
 

Methods in org.wso2.carbon.registry.core.jdbc with parameters of type DataAccessManager
 void EmbeddedRegistry.configure(DataAccessManager dataAccessManager, org.wso2.carbon.user.core.service.RealmService realmService)
          Configures and initiates the Embedded registry with a (new) data source and a realm.
 

Constructors in org.wso2.carbon.registry.core.jdbc with parameters of type DataAccessManager
Repository(DataAccessManager dataAccessManager, VersionRepository versionRepository, boolean versionOnChange, RecursionRepository recursionRepository)
          Constructs a Repository
VersionRepository(DataAccessManager dataAccessManager)
          Constructor accepting data access manager.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type DataAccessManager
 void JDBCResourceDAO.fillChildren(CollectionImpl collection, DataAccessManager dataAccessManager)
           
 int JDBCResourceDAO.getChildCount(CollectionImpl collection, DataAccessManager dataAccessManager)
           
 String[] JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID, VersionRetriever versionRetriever, int parentVersionIndex, int start, int pageLen, long snapshotID, DataAccessManager dataAccessManager)
           
 String[] JDBCResourceDAO.getChildren(CollectionImpl collection, int start, int pageLen, DataAccessManager dataAccessManager)
           
 LogEntry[] JDBCLogsDAO.getLogs(String resourcePath, int action, String userName, Date from, Date to, boolean descending, DataAccessManager dataAccessManager)
           
 LogEntry[] JDBCLogsDAO.getLogs(String resourcePath, int action, String userName, Date from, Date to, boolean descending, int start, int pageLen, DataAccessManager dataAccessManager)
           
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.jdbc.dataaccess
 

Classes in org.wso2.carbon.registry.core.jdbc.dataaccess that implement DataAccessManager
 class JDBCDataAccessManager
          An implementation of DataAccessManager to access a back-end JDBC-based database.
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess with parameters of type DataAccessManager
 void JDBCClusterLock.init(DataAccessManager dataAccessManager, String clusterLockTableStatement)
           
 

Constructors in org.wso2.carbon.registry.core.jdbc.dataaccess with parameters of type DataAccessManager
JDBCTransactionManager(DataAccessManager dataAccessManager)
          Creates a JDBC Transaction manager using the given data access manager.
SQLQueryProcessor(DataAccessManager dataAccessManager)
          Initialize the sql query processor
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.jdbc.queries
 

Constructors in org.wso2.carbon.registry.core.jdbc.queries with parameters of type DataAccessManager
QueryProcessorManager(DataAccessManager dataAccessManager, RegistryContext registryContext)
          Construct a query processor manager object from the data source and registry context.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.jdbc.utils
 

Methods in org.wso2.carbon.registry.core.jdbc.utils with parameters of type DataAccessManager
static void Transaction.init(DataAccessManager dataAccessManager)
          Initializes the Transaction Object.
 

Uses of DataAccessManager in org.wso2.carbon.registry.core.utils
 

Constructors in org.wso2.carbon.registry.core.utils with parameters of type DataAccessManager
LogWriter(LogQueue logQueue, DataAccessManager dataAccessManager)
          Constructor accepting a queue of logs.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.