| |
|
| java.lang.Object org.jboss.tm.TransactionDemarcationSupport
TransactionDemarcationSupport | public class TransactionDemarcationSupport (Code) | | A simple helper for transaction demarcation.
author: Adrian Brock version: $Revision: 57208 $ |
resumeAnyTransaction | public static void resumeAnyTransaction(Transaction tx)(Code) | | Resume any transaction
Parameters: tx - the transaction to resume |
suspendAnyTransaction | public static Transaction suspendAnyTransaction()(Code) | | Suspend any transaction associated with the thread
any suspended transaction or null if there was no transaction |
|
|
|