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) |
void |
stop() |
create, destroy, getJbossXATerminator, getTransactionManager, getTransactionSynchronizationRegistry, getUserTransaction, getXATerminator, registerXAExceptionFormatter, setJbossXATerminator, setTransactionSynchronizationRegistry, unregisterXAExceptionFormatter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTransactionManager, getTransactionSynchronizationRegistry, getUserTransaction, getXATerminator, registerXAExceptionFormatter, unregisterXAExceptionFormatter
public void start()
start
in class TransactionManagerService
public 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 orbException
public void stop()
stop
in class TransactionManagerService
public void setPropagateFullContext(boolean propagateFullContext)
propagateFullContext
- public boolean getPropagateFullContext()
Copyright © 2021 JBoss by Red Hat. All rights reserved.