|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.tx.at.internal.ForeignRecoveryContextManager
public class ForeignRecoveryContextManager
| Method Summary | |
|---|---|
ForeignRecoveryContext |
addAndGetForeignRecoveryContextForTidByteArray(javax.transaction.xa.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(javax.transaction.xa.Xid xid)
|
static ForeignRecoveryContextManager |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ForeignRecoveryContextManager getInstance()
public ForeignRecoveryContext addAndGetForeignRecoveryContextForTidByteArray(javax.transaction.xa.Xid xid)
xid - Xid the foreign xid of the imported transaction
public void delete(XidImpl xid)
public ForeignRecoveryContext getForeignRecoveryContext(javax.transaction.xa.Xid xid)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||