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

Packages that use ClusterLock
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.jdbc.dataaccess   
 

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

Methods in org.wso2.carbon.registry.core.dataaccess that return ClusterLock
 ClusterLock DataAccessManager.getClusterLock()
          Method to obtain an instance of the cluster lock.
 

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

Classes in org.wso2.carbon.registry.core.jdbc.dataaccess that implement ClusterLock
 class JDBCClusterLock
          A ClusterLock implementation to avoid database schema creation and data population from multiple nodes for JDBC-base databases.
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that return ClusterLock
 ClusterLock JDBCDataAccessManager.getClusterLock()
           
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.