public class TransactionManagerService extends TransactionManagerService implements TransactionManagerServiceMBean
mode| Constructor and Description |
|---|
TransactionManagerService() |
| 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).
|
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 |
start() |
void |
start(ORB theCorbaORB) |
create, destroy, getJbossXATerminator, getTransactionManager, getTransactionSynchronizationRegistry, getUserTransaction, getXATerminator, registerXAExceptionFormatter, setJbossXATerminator, setTransactionSynchronizationRegistry, stop, unregisterXAExceptionFormatterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransactionManager, getTransactionSynchronizationRegistry, getUserTransaction, getXATerminator, registerXAExceptionFormatter, unregisterXAExceptionFormatterpublic void start()
start in class TransactionManagerServicepublic void start(ORB theCorbaORB) throws Exception
theCorbaORB - an orb that the TM should use for JTS operations. The caller is responsible for
shutting down and destroying this orbExceptionpublic void setPropagateFullContext(boolean propagateFullContext)
propagateFullContext - public boolean getPropagateFullContext()
Copyright © 2022 JBoss by Red Hat. All rights reserved.