Uses of Interface
org.eclipse.jst.j2ee.ejb.MethodTransaction

Packages that use MethodTransaction
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of MethodTransaction in org.eclipse.jst.j2ee.ejb
 

Methods in org.eclipse.jst.j2ee.ejb that return MethodTransaction
 MethodTransaction EjbFactory.createMethodTransaction()
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type MethodTransaction
 boolean MethodTransaction.isEquivalent(MethodTransaction anotherMethodTransaction)
          Return true if the transaction attributes are the same.