Uses of Class
org.apache.openejb.jee.was.v6.ejb.MethodTransaction

Packages that use MethodTransaction
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of MethodTransaction in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type MethodTransaction
protected  List<MethodTransaction> AssemblyDescriptor.methodTransactions
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return MethodTransaction
 MethodTransaction ObjectFactory.createMethodTransaction()
          Create an instance of MethodTransaction
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type MethodTransaction
 javax.xml.bind.JAXBElement<MethodTransaction> ObjectFactory.createMethodTransaction(MethodTransaction value)
          Create an instance of JAXBElement< MethodTransaction>
 List<MethodTransaction> AssemblyDescriptor.getMethodTransactions()
          Gets the value of the methodTransactions property.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type MethodTransaction
 javax.xml.bind.JAXBElement<MethodTransaction> ObjectFactory.createMethodTransaction(MethodTransaction value)
          Create an instance of JAXBElement< MethodTransaction>
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.