Uses of Interface
org.jboss.jbossts.xts.recovery.participant.at.XTSATRecoveryModule
Packages that use XTSATRecoveryModule
Package
Description
-
Uses of XTSATRecoveryModule in org.jboss.jbossts.txbridge.inbound
Classes in org.jboss.jbossts.txbridge.inbound that implement XTSATRecoveryModuleModifier and TypeClassDescriptionclass
Integrates with JBossAS MC lifecycle and JBossTS recovery manager to provide recovery services for inbound bridged transactions. -
Uses of XTSATRecoveryModule in org.jboss.jbossts.xts.recovery.participant.at
Classes in org.jboss.jbossts.xts.recovery.participant.at that implement XTSATRecoveryModuleModifier and TypeClassDescriptionclass
A recovery module which recovers durable participants registered by subordinate coordinatorsMethods in org.jboss.jbossts.xts.recovery.participant.at with parameters of type XTSATRecoveryModuleModifier and TypeMethodDescriptionabstract void
XTSATRecoveryManager.registerRecoveryModule
(XTSATRecoveryModule module) register an application specific recovery module which acts as a helper to recreate a WS-AT durable participant from the participant's recovery data saved at preparevoid
XTSATRecoveryManagerImple.registerRecoveryModule
(XTSATRecoveryModule module) register an application specific recovery module which acts as a helper to recreate a WS-AT durable participant from the participant's recovery data saved at prepareboolean
ATParticipantRecoveryRecord.restoreParticipant
(XTSATRecoveryModule module) called during recovery processing to attempt to convert the restored application- specific recovery state back into a participantabstract void
XTSATRecoveryManager.unregisterRecoveryModule
(XTSATRecoveryModule module) unregister an application specific recovery module previously registered as a helper to recretae WS-AT durable participantsvoid
XTSATRecoveryManagerImple.unregisterRecoveryModule
(XTSATRecoveryModule module) unregister an application specific recovery module previously registered as a helper to recretae WS-AT durable participants