public interface TransactionManagerServiceMBean
Modifier and Type | Method and Description |
---|---|
TransactionManager |
getTransactionManager()
Retrieve a reference to the JTA transaction manager.
|
TransactionSynchronizationRegistry |
getTransactionSynchronizationRegistry()
Retrieve a reference to the JTA TransactionSynchronizationRegistry.
|
UserTransaction |
getUserTransaction()
Retrieve a reference to the JTA user transaction manager.
|
org.jboss.tm.JBossXATerminator |
getXATerminator()
Get the XA Terminator
|
void |
registerXAExceptionFormatter(Class c,
org.jboss.tm.XAExceptionFormatter f)
This method has been put in here so that it is compatible with the JBoss standard Transaction Manager.
|
void |
unregisterXAExceptionFormatter(Class c)
This method has been put in here so that it is compatible with the JBoss standard Transaction Manager.
|
TransactionManager getTransactionManager()
org.jboss.tm.JBossXATerminator getXATerminator()
UserTransaction getUserTransaction()
TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
void registerXAExceptionFormatter(Class c, org.jboss.tm.XAExceptionFormatter f)
void unregisterXAExceptionFormatter(Class c)
Copyright © 2021 JBoss by Red Hat. All rights reserved.