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

Packages that use TransactionManager
org.ow2.jonas.jms   
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.resource.internal   
org.ow2.jonas.resource.internal.cm   
org.ow2.jonas.tm   
org.ow2.jonas.tm.jotm   
 

Uses of TransactionManager in org.ow2.jonas.jms
 

Methods in org.ow2.jonas.jms with parameters of type TransactionManager
 void JmsManager.init(Class cl, boolean collocated, String url, TransactionManager tm)
          Initialisation of JmsManager
 

Uses of TransactionManager in org.ow2.jonas.lib.ejb21
 

Fields in org.ow2.jonas.lib.ejb21 declared as TransactionManager
protected  TransactionManager JMessageEndpoint.tm
           
protected  TransactionManager JMessageEndpointProxy.tm
           
protected  TransactionManager JContext.tm
           
protected  TransactionManager JFactory.tm
           
protected  TransactionManager JMessageDrivenBean.tm
           
 

Methods in org.ow2.jonas.lib.ejb21 that return TransactionManager
 TransactionManager Container.getTransactionManager()
           
 TransactionManager JFactory.getTransactionManager()
           
 TransactionManager BeanFactory.getTransactionManager()
          returns the TransactionManager
 TransactionManager JContainer.getTransactionManager()
          return the Transaction Manager used internally by all the EJB Container classes.
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type TransactionManager
 void Container.setTransactionManager(TransactionManager tm)
          set the Transaction Manager.
 void JContainer.setTransactionManager(TransactionManager tm)
          set the Transaction Manager.
 

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

Methods in org.ow2.jonas.resource.internal with parameters of type TransactionManager
 ConnectionManager ResourceUtility.createConnectionManager(String trans, TransactionManager tm, org.objectweb.util.monolog.api.Logger logger, org.objectweb.util.monolog.api.Logger poolLogger, String jndiName, boolean generic)
           
 void Rar.setTransactionManager(TransactionManager tm)
           
 

Constructors in org.ow2.jonas.resource.internal with parameters of type TransactionManager
Rar(Context ctx, String jDom, String jServ, ResourceBootstrapContext btCtx, TransactionManager txManager, JmxService jmxService)
          - Get the loggers - Get the global jndi context - Get the list of the resource adapters.
 

Uses of TransactionManager in org.ow2.jonas.resource.internal.cm
 

Fields in org.ow2.jonas.resource.internal.cm declared as TransactionManager
protected  TransactionManager ConnectionManagerImpl.tm
          The transaction manager in server
 

Methods in org.ow2.jonas.resource.internal.cm with parameters of type TransactionManager
 void ConnectionManagerImpl.setTransactionManager(TransactionManager tm)
          Setters method to initialize the ConnectionManager The Transaction manager linked to this resource managed
 

Uses of TransactionManager in org.ow2.jonas.tm
 

Methods in org.ow2.jonas.tm that return TransactionManager
 TransactionManager TransactionService.getTransactionManager()
          Gets the TransactionManager.
 

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

Methods in org.ow2.jonas.tm.jotm that return TransactionManager
 TransactionManager JOTMTransactionService.getTransactionManager()
          Gets the TransactionManager object instance.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.