public interface TransactionManagerServiceMBean
Modifier and Type | Method and Description |
---|---|
boolean |
getPropagateFullContext()
Retrieve whether the transaction propagation context manager should propagate a
full PropagationContext (JTS) or just a cut-down version (for JTA).
|
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 |
setPropagateFullContext(boolean propagateFullContext)
Set whether the transaction propagation context manager should propagate a
full PropagationContext (JTS) or just a cut-down version (for JTA).
|
void |
unregisterXAExceptionFormatter(Class c)
This method has been put in here so that it is compatible with the JBoss standard Transaction Manager.
|
void setPropagateFullContext(boolean propagateFullContext)
propagateFullContext
- boolean getPropagateFullContext()
TransactionManager getTransactionManager()
TransactionSynchronizationRegistry getTransactionSynchronizationRegistry()
org.jboss.tm.JBossXATerminator getXATerminator()
UserTransaction getUserTransaction()
void registerXAExceptionFormatter(Class c, org.jboss.tm.XAExceptionFormatter f)
void unregisterXAExceptionFormatter(Class c)
Copyright © 2021 JBoss by Red Hat. All rights reserved.