Uses of Class
org.openejb.config.ejb11.ContainerTransaction

Packages that use ContainerTransaction
org.openejb.config.ejb11   
 

Uses of ContainerTransaction in org.openejb.config.ejb11
 

Methods in org.openejb.config.ejb11 that return ContainerTransaction
 ContainerTransaction AssemblyDescriptor.getContainerTransaction(int index)
           
 ContainerTransaction[] AssemblyDescriptor.getContainerTransaction()
           
 ContainerTransaction AssemblyDescriptor.removeContainerTransaction(int index)
           
static ContainerTransaction ContainerTransaction.unmarshal(Reader reader)
           
 

Methods in org.openejb.config.ejb11 with parameters of type ContainerTransaction
 void AssemblyDescriptor.addContainerTransaction(ContainerTransaction vContainerTransaction)
           
 void AssemblyDescriptor.setContainerTransaction(int index, ContainerTransaction vContainerTransaction)
           
 void AssemblyDescriptor.setContainerTransaction(ContainerTransaction[] containerTransactionArray)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.