Uses of Interface
com.swiftmq.swiftlet.xa.XAContext
-
Packages that use XAContext Package Description com.swiftmq.swiftlet.xa -
-
Uses of XAContext in com.swiftmq.swiftlet.xa
Methods in com.swiftmq.swiftlet.xa that return XAContext Modifier and Type Method Description abstract XAContext
XAResourceManagerSwiftlet. createXAContext(XidImpl xid)
Creates a new XAContext for the given Xid.abstract XAContext
XAResourceManagerSwiftlet. getXAContext(XidImpl xid)
Returns an existing XAContext for the given Xid.
-