com.ibm.wala.j2ee
Class TransactionUtil

java.lang.Object
  extended by com.ibm.wala.j2ee.TransactionUtil

public class TransactionUtil
extends java.lang.Object

Utilities for dealing with transaction declarations.


Constructor Summary
TransactionUtil()
           
 
Method Summary
static java.util.Set<DeploymentDeclaredTransaction> createDeclaredTransactionEntries(org.eclipse.jst.j2ee.commonarchivecore.internal.Archive A, ClassLoaderReference loader)
          Create a set of objects to represent transaction entrypoints defined in this module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionUtil

public TransactionUtil()
Method Detail

createDeclaredTransactionEntries

public static java.util.Set<DeploymentDeclaredTransaction> createDeclaredTransactionEntries(org.eclipse.jst.j2ee.commonarchivecore.internal.Archive A,
                                                                                            ClassLoaderReference loader)
Create a set of objects to represent transaction entrypoints defined in this module.