Uses of Interface
org.slim3.transaction.controller.TransactionController

Packages that use TransactionController
org.slim3.container.interceptor   
org.slim3.transaction.controller   
org.slim3.transaction.jta   
org.slim3.transaction.websphere   
 

Uses of TransactionController in org.slim3.container.interceptor
 

Fields in org.slim3.container.interceptor declared as TransactionController
protected  TransactionController AbstractTransactionInterceptor.transactionController
          The transaction controller.
 

Uses of TransactionController in org.slim3.transaction.controller
 

Classes in org.slim3.transaction.controller that implement TransactionController
 class AbstractTransactionController
          An abstract class for TransactionController.
 

Uses of TransactionController in org.slim3.transaction.jta
 

Classes in org.slim3.transaction.jta that implement TransactionController
 class JtaTransactionController
          An implementation class for TransactionController using JTA.
 

Uses of TransactionController in org.slim3.transaction.websphere
 

Classes in org.slim3.transaction.websphere that implement TransactionController
 class WebSphereTransactionController
          An implementation class for TransactionController using WebSphere UOWManager.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.