public class OutboundBridgeManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BRIDGEWRAPPER_PREFIX |
Constructor and Description |
---|
OutboundBridgeManager() |
Modifier and Type | Method and Description |
---|---|
static OutboundBridge |
getOutboundBridge()
Return an OutboundBridge instance that maps the current Thread's JTA transaction context
to a WS-AT transaction context.
|
static void |
removeMapping(com.arjuna.ats.arjuna.common.Uid externalTxId)
Remove the mapping for the given externalTxId.
|
public static String BRIDGEWRAPPER_PREFIX
public static OutboundBridge getOutboundBridge()
public static void removeMapping(com.arjuna.ats.arjuna.common.Uid externalTxId)
externalTxId
- The JTA transaction identifier.Copyright © 2016 JBoss by Red Hat. All rights reserved.