Package com.arjuna.ats.arjuna.recovery
Interface RecoveryActivator
-
public interface RecoveryActivatorInterface for Recovery manager plug-in module. RecoveryActivators are registered via the properties mechanisms. The startRCservice of each Activator is called to create the appropriate Recovery Component able to receive recovery requests according to a particular transaction protocol. For instance, when used with OTS, the RecoveryActivitor has the responsibility to create a RecoveryCoordinator object able to respond to the replay_completion operation.- Since:
- ArjunaTS 3.0
- Author:
- Malik Saheb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanstartRCservice()Called to create appropriate instance(s), specific to a standard transaction protocol, able to receive inquiries for recovery
-