Uses of Class
org.apache.openejb.config.sys.TransactionManager

Packages that use TransactionManager
org.apache.openejb.config.sys   
org.apache.openejb.config.typed   
org.apache.openejb.config.typed.util   
 

Uses of TransactionManager in org.apache.openejb.config.sys
 

Fields in org.apache.openejb.config.sys declared as TransactionManager
protected  TransactionManager Openejb.transactionManager
           
 

Methods in org.apache.openejb.config.sys that return TransactionManager
static TransactionManager JaxbOpenejb.createTransactionManager()
           
 TransactionManager ObjectFactory.createTransactionManager()
          Create an instance of TransactionManager
 TransactionManager Openejb.getTransactionManager()
          Gets the value of the transactionManager property.
 

Methods in org.apache.openejb.config.sys with parameters of type TransactionManager
 void Openejb.setTransactionManager(TransactionManager value)
          Sets the value of the transactionManager property.
 

Uses of TransactionManager in org.apache.openejb.config.typed
 

Subclasses of TransactionManager in org.apache.openejb.config.typed
 class TransactionManagerBuilder
           
 

Uses of TransactionManager in org.apache.openejb.config.typed.util
 

Methods in org.apache.openejb.config.typed.util with parameters of type TransactionManager
 void ServerContext.createTransactionManager(TransactionManager service)
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.