Uses of Interface
org.ow2.jonas.tm.TransactionService

Packages that use TransactionService
org.ow2.jonas.dbm.internal   
org.ow2.jonas.dbm.internal.cm   
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.resource.internal   
org.ow2.jonas.tm.jotm   
org.ow2.jonas.tm.jotm.delegate   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.workmanager.internal   
 

Uses of TransactionService in org.ow2.jonas.dbm.internal
 

Methods in org.ow2.jonas.dbm.internal with parameters of type TransactionService
 void JOnASDataBaseManagerService.setTransactionService(TransactionService txService)
           
 

Uses of TransactionService in org.ow2.jonas.dbm.internal.cm
 

Constructors in org.ow2.jonas.dbm.internal.cm with parameters of type TransactionService
ConnectionManager(TransactionService txs)
           
 

Uses of TransactionService in org.ow2.jonas.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal with parameters of type TransactionService
 void JOnASEJBService.setTransactionService(TransactionService transactionService)
           
 

Uses of TransactionService in org.ow2.jonas.resource.internal
 

Methods in org.ow2.jonas.resource.internal with parameters of type TransactionService
 void JOnASResourceService.setTransactionService(TransactionService transactionService)
           
 

Uses of TransactionService in org.ow2.jonas.tm.jotm
 

Classes in org.ow2.jonas.tm.jotm that implement TransactionService
 class JOTMTransactionService
          Transaction Service implementation.
 

Uses of TransactionService in org.ow2.jonas.tm.jotm.delegate
 

Methods in org.ow2.jonas.tm.jotm.delegate with parameters of type TransactionService
 void ServerTransactionCCFDelegate.setTransactionService(TransactionService transactionService)
           
 

Uses of TransactionService in org.ow2.jonas.web.tomcat6
 

Methods in org.ow2.jonas.web.tomcat6 that return TransactionService
protected  TransactionService Tomcat6Service.getTransactionService()
           
 

Methods in org.ow2.jonas.web.tomcat6 with parameters of type TransactionService
 void Tomcat6Service.setTransactionService(TransactionService transactionService)
           
 

Uses of TransactionService in org.ow2.jonas.workmanager.internal
 

Methods in org.ow2.jonas.workmanager.internal with parameters of type TransactionService
 void JOnASWorkManagerService.setTransactionService(TransactionService transactionService)
           
 

Constructors in org.ow2.jonas.workmanager.internal with parameters of type TransactionService
JWorkManager(int minsz, int maxsz, TransactionService transactionService, long threadwait)
          Constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.