public class CachedRecoveredTransaction extends Object
TransactionCache
Constructor and Description |
---|
CachedRecoveredTransaction(Uid actionUid,
String theType) |
Modifier and Type | Method and Description |
---|---|
void |
addResourceRecord(Uid rcUid,
Resource r)
Add a new resource to a recovered transaction.
|
Status |
get_status()
Get the status of the transaction
|
int |
getRecoveryStatus()
Get the recovery status of the transaction
|
Uid |
getTransactionUid() |
void |
replayPhase2()
Replays phase 2 of the transaction.
|
public Uid getTransactionUid()
public Status get_status() throws SystemException
SystemException
public int getRecoveryStatus()
public void addResourceRecord(Uid rcUid, Resource r)
public void replayPhase2()
Copyright © 2021 JBoss by Red Hat. All rights reserved.