public class ForeignRecoveryContextManager extends Object
| Modifier and Type | Method and Description |
|---|---|
ForeignRecoveryContext |
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)"
|
void |
delete(XidImpl xid) |
ForeignRecoveryContext |
getForeignRecoveryContext(Xid xid) |
static ForeignRecoveryContextManager |
getInstance() |
public static ForeignRecoveryContextManager getInstance()
public ForeignRecoveryContext addAndGetForeignRecoveryContextForTidByteArray(Xid xid)
xid - Xid the foreign xid of the imported transactionpublic void delete(XidImpl xid)
public ForeignRecoveryContext getForeignRecoveryContext(Xid xid)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.