Class OutboundBridge

java.lang.Object
org.jboss.jbossts.txbridge.outbound.OutboundBridge

public class OutboundBridge extends Object
Manages Thread association of the interposed coordinator. Typically called from handlers in the WS stack.
Author:
jonathan.halliday@redhat.com, 2009-02-10
  • Constructor Summary

    Constructors
    Constructor
    Description
    OutboundBridge(org.jboss.jbossts.xts.bridge.at.BridgeWrapper bridgeWrapper)
    Create a new OutboundBridge to manage the given subordinate WS-AT transaction.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Associate the WS-AT transaction to the current Thread.
    void
    Disassociate the WS-AT transaction from the current Thread.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OutboundBridge

      public OutboundBridge(org.jboss.jbossts.xts.bridge.at.BridgeWrapper bridgeWrapper)
      Create a new OutboundBridge to manage the given subordinate WS-AT transaction.
      Parameters:
      bridgeWrapper - the subordinate transaction controller
  • Method Details