Interface | Description |
---|---|
PersistableBAParticipant |
an interface which can be implemented by BA participants which wish to save recovery state at prepare
which they can subsequently use to restore the participant state if a crash happnes bteween prepare and
commit/rollback
|
XTSBARecoveryModule |
an interface implemented by applications which wish to be involved in recovering
saved participants after a crash.
|
Class | Description |
---|---|
BAParticipantHelper |
helper to support retrieval of durable BA participant recovery state from participant
|
BAParticipantRecoveryModule |
This class is a plug-in module for the recovery manager.
|
BAParticipantRecoveryRecord |
asbstract class used to implement save, recover and reactivate API for durable
XTS participants.
|
XTSBARecoveryManager |
Abstract class defining API for managing both participant and coordinator recovery
On the participant this is responsible for saving WS-BA participant recovery records
during prepare, deleting them at commit and recreating and reactivating them during
recovery.
|
XTSBARecoveryManagerImple |
A class which manages the table of recovered participant records.
|
XTSBASubordinateRecoveryModule |
A recovery module which recovers durable participants registered by subordinate coordinators
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.