Class InboundBridgeManager

java.lang.Object
org.jboss.jbossts.txbridge.inbound.InboundBridgeManager

public class InboundBridgeManager extends Object
Maintains the mapping data that relates WS-AT transactions to JTA subordinate transactions and related objects. The mappings are scoped to the singleton instance of this class and its lifetime. This poses problems where you have more than one instance (classloading, clusters) or where you need crash recovery. It short, it's rather limited.
Author:
jonathan.halliday@redhat.com, 2007-04-30