public class EmbeddedTransactionManagerLookup extends Object implements TransactionManagerLookup
EmbeddedTransactionManager
.Constructor and Description |
---|
EmbeddedTransactionManagerLookup() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanup() |
TransactionManager |
getTransactionManager()
Returns a new TransactionManager.
|
static UserTransaction |
getUserTransaction() |
String |
toString() |
public static UserTransaction getUserTransaction()
public static void cleanup()
public TransactionManager getTransactionManager() throws Exception
TransactionManagerLookup
getTransactionManager
in interface TransactionManagerLookup
Exception
- if lookup failedCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.