Uses of Class
com.sun.xml.ws.tx.at.internal.ForeignRecoveryContext

Packages that use ForeignRecoveryContext
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
 ForeignRecoveryContext ForeignRecoveryContextManager.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)"
 ForeignRecoveryContext ForeignRecoveryContextManager.getForeignRecoveryContext(Xid xid)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.