public final class TransactionsHolder extends Object
Modifier and Type | Method and Description |
---|---|
protected static void |
clearActiveTransaction() |
protected static boolean |
hasActiveTransaction() |
protected static String |
requireActiveTransaction()
Requires that an active transaction exists for the current calling thread.
|
protected static void |
setActiveTxId(String txId) |
protected static String |
validateTransaction(String actualTxId) |
protected static boolean hasActiveTransaction()
protected static String requireActiveTransaction()
null
RelationalProviderException
- if the current thread is not associated with a transaction.protected static void setActiveTxId(String txId)
protected static void clearActiveTransaction()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.