Package | Description |
---|---|
org.jboss.jbossts.xts.recovery.participant.at | |
org.jboss.jbossts.xts11.recovery.participant.at |
Modifier and Type | Method and Description |
---|---|
abstract ATParticipantRecoveryRecord |
XTSATRecoveryManager.findParticipantRecoveryRecord(String id)
see if a participant recovery record with a given id exists in the table of unrecovered
participants
|
ATParticipantRecoveryRecord |
XTSATRecoveryManagerImple.findParticipantRecoveryRecord(String id)
see if a participant recovery record with a given id exists in the table of participants which
need to be recreated following recovery
|
Modifier and Type | Method and Description |
---|---|
abstract void |
XTSATRecoveryManager.addParticipantRecoveryRecord(com.arjuna.ats.arjuna.common.Uid uid,
ATParticipantRecoveryRecord participantRecoveryRecord)
add a recovered participant record to the table of unrecovered participants which
need to be recreated following recovery
|
void |
XTSATRecoveryManagerImple.addParticipantRecoveryRecord(com.arjuna.ats.arjuna.common.Uid uid,
ATParticipantRecoveryRecord participantRecoveryRecord)
add a recovered participant record to the table of unrecovered participants which
need to be recreated following recovery
|
abstract boolean |
XTSATRecoveryManager.writeParticipantRecoveryRecord(ATParticipantRecoveryRecord participantRecoveryRecord)
save the supplied participant recovery record to persistent storage
|
boolean |
XTSATRecoveryManagerImple.writeParticipantRecoveryRecord(ATParticipantRecoveryRecord participantRecoveryRecord)
save the supplied participant recovery record to persistent storage
|
Modifier and Type | Class and Description |
---|---|
class |
ATParticipantRecoveryRecord
recovery record specific to WS-AT 1.1 protocol participants.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.