Uses of Interface
org.jboss.jbossts.xts.recovery.participant.at.XTSATRecoveryModule
Package
Description
-
Uses of XTSATRecoveryModule in org.jboss.jbossts.txbridge.inbound
Modifier 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
Modifier and TypeClassDescriptionclass
A recovery module which recovers durable participants registered by subordinate coordinatorsModifier 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