Uses of Class
com.sun.xml.ws.tx.at.internal.ForeignRecoveryContext
-
Packages that use ForeignRecoveryContext Package Description com.sun.xml.ws.tx.at.internal -
-
Uses of ForeignRecoveryContext in com.sun.xml.ws.tx.at.internal
Methods in com.sun.xml.ws.tx.at.internal that return ForeignRecoveryContext Modifier and Type Method Description ForeignRecoveryContextForeignRecoveryContextManager. addAndGetForeignRecoveryContextForTidByteArray(Xid xid)Called from WSATServerHelper.register to create registerResponseType This should be a get, each time as we shouldn't be preparing a register call for the same server twice (this should be gated by "if (TransactionIdHelper.getInstance().getXid(tid.getBytes()) == null)"ForeignRecoveryContextForeignRecoveryContextManager. getForeignRecoveryContext(Xid xid)
-