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

Packages that use TransactionManager
org.wso2.carbon.registry.app   
org.wso2.carbon.registry.core   
org.wso2.carbon.registry.core.caching   
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.ghostregistry   
org.wso2.carbon.registry.core.jdbc   
org.wso2.carbon.registry.core.jdbc.dataaccess   
org.wso2.carbon.registry.core.session   
 

Uses of TransactionManager in org.wso2.carbon.registry.app
 

Classes in org.wso2.carbon.registry.app that implement TransactionManager
 class RemoteRegistry
          This is a core class of the Remote Atom Based implementation of the Registry.
 

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

Subinterfaces of TransactionManager in org.wso2.carbon.registry.core
 interface Registry
          This is the "Full" Registry interface.
 

Uses of TransactionManager in org.wso2.carbon.registry.core.caching
 

Classes in org.wso2.carbon.registry.core.caching that implement TransactionManager
 class CacheBackedRegistry
          CacheBackedRegistry has wrapped from original Registry interface to support caching
 

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

Methods in org.wso2.carbon.registry.core.dataaccess that return TransactionManager
 TransactionManager DataAccessManager.getTransactionManager()
          Method to obtain an instance of the transaction manager.
 

Uses of TransactionManager in org.wso2.carbon.registry.core.ghostregistry
 

Classes in org.wso2.carbon.registry.core.ghostregistry that implement TransactionManager
 class GhostRegistry
          This implements the Ghost lazy loading pattern for the Registry.
 

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

Classes in org.wso2.carbon.registry.core.jdbc that implement TransactionManager
 class EmbeddedRegistry
          This is a core class of the Embedded JDBC Based implementation of the Registry.
 class InMemoryEmbeddedRegistry
          In-memory implementation of the Embedded Registry.
 

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

Classes in org.wso2.carbon.registry.core.jdbc.dataaccess that implement TransactionManager
 class JDBCTransactionManager
          An implementation of TransactionManager to manage a back-end JDBC-based transactions.
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that return TransactionManager
 TransactionManager JDBCDataAccessManager.getTransactionManager()
           
 

Uses of TransactionManager in org.wso2.carbon.registry.core.session
 

Classes in org.wso2.carbon.registry.core.session that implement TransactionManager
 class UserRegistry
          Maintains information required for particular user.
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.