Uses of Interface
org.jboss.jbossts.xts.recovery.participant.ba.XTSBARecoveryModule
Packages that use XTSBARecoveryModule
-
Uses of XTSBARecoveryModule in org.jboss.jbossts.xts.recovery.participant.ba
Classes in org.jboss.jbossts.xts.recovery.participant.ba that implement XTSBARecoveryModuleModifier and TypeClassDescriptionclass
A recovery module which recovers durable participants registered by subordinate coordinatorsMethods in org.jboss.jbossts.xts.recovery.participant.ba with parameters of type XTSBARecoveryModuleModifier and TypeMethodDescriptionabstract void
XTSBARecoveryManager.registerRecoveryModule
(XTSBARecoveryModule module) register an application specific recovery module which acts as a helper to recreate a WS-BA durable participant from the participant's recovery data saved at preparevoid
XTSBARecoveryManagerImple.registerRecoveryModule
(XTSBARecoveryModule module) register an application specific recovery module which acts as a helper to recreate a WS-BA durable participant from the participant's recovery data saved at prepareboolean
BAParticipantRecoveryRecord.restoreParticipant
(XTSBARecoveryModule module) called during recovery processing to attempt to convert the restored application- specific recovery state back into a participantabstract void
XTSBARecoveryManager.unregisterRecoveryModule
(XTSBARecoveryModule module) unregister an application specific recovery module previously registered as a helper to recretae WS-BA durable participantsvoid
XTSBARecoveryManagerImple.unregisterRecoveryModule
(XTSBARecoveryModule module) unregister an application specific recovery module previously registered as a helper to recretae WS-BA durable participants