Uses of Class
org.openejb.alt.assembler.classic.TransactionServiceInfo

Packages that use TransactionServiceInfo
org.openejb.alt.assembler.classic The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. 
org.openejb.alt.assembler.classic.xml The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. 
 

Uses of TransactionServiceInfo in org.openejb.alt.assembler.classic
 

Fields in org.openejb.alt.assembler.classic declared as TransactionServiceInfo
 TransactionServiceInfo FacilitiesInfo.transactionService
           
 

Methods in org.openejb.alt.assembler.classic with parameters of type TransactionServiceInfo
 javax.transaction.TransactionManager AssemblerTool.assembleTransactionManager(TransactionServiceInfo txInfo)
          This method assembles the TransactionManager from the TransactionServiceInfo configuration object.
 

Uses of TransactionServiceInfo in org.openejb.alt.assembler.classic.xml
 

Subclasses of TransactionServiceInfo in org.openejb.alt.assembler.classic.xml
 class TransactionService
          A subclass of TransactionServiceInfo filled with data from an XML file.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.