public class InboundBridge extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
setRollbackOnly() |
void |
start()
Associate the JTA transaction to the current Thread.
|
void |
stop()
Disassociate the JTA transaction from the current Thread.
|
public void start()
throws XAException,
SystemException,
InvalidTransactionException
public void stop()
throws XAException,
SystemException,
InvalidTransactionException
public void setRollbackOnly()
throws XAException,
SystemException
XAExceptionSystemExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.