eXo Kernel :: Component :: Common Service 2.4.0-CR2

Uses of Interface
org.exoplatform.services.transaction.TransactionService

Packages that use TransactionService
org.exoplatform.services.jdbc.impl   
org.exoplatform.services.transaction.impl   
org.exoplatform.services.transaction.impl.atomikos   
org.exoplatform.services.transaction.impl.jboss   
org.exoplatform.services.transaction.impl.jotm   
 

Uses of TransactionService in org.exoplatform.services.jdbc.impl
 

Constructors in org.exoplatform.services.jdbc.impl with parameters of type TransactionService
DataSourceProviderImpl(InitParams params, TransactionService tService)
          The default constructor
 

Uses of TransactionService in org.exoplatform.services.transaction.impl
 

Classes in org.exoplatform.services.transaction.impl that implement TransactionService
 class AbstractTransactionService
          This abstract class implements the main logic of all the methods expected for a TransactionService.
 

Uses of TransactionService in org.exoplatform.services.transaction.impl.atomikos
 

Classes in org.exoplatform.services.transaction.impl.atomikos that implement TransactionService
 class TransactionsEssentialsTransactionService
          An implementation of a TransactionService for TransactionsEssentials from Atomikos to be used in standalone mode
 

Uses of TransactionService in org.exoplatform.services.transaction.impl.jboss
 

Classes in org.exoplatform.services.transaction.impl.jboss that implement TransactionService
 class JBossTransactionService
           
 

Uses of TransactionService in org.exoplatform.services.transaction.impl.jotm
 

Classes in org.exoplatform.services.transaction.impl.jotm that implement TransactionService
 class TransactionServiceJotmImpl
          Created by The eXo Platform SAS.
JOTM based implementation of TransactionService
 


eXo Kernel :: Component :: Common Service 2.4.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.