Interface RecoveryActivator


  • public interface RecoveryActivator
    Interface 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
      boolean startRCservice()
      Called to create appropriate instance(s), specific to a standard transaction protocol, able to receive inquiries for recovery
    • Method Detail

      • startRCservice

        boolean startRCservice()
        Called to create appropriate instance(s), specific to a standard transaction protocol, able to receive inquiries for recovery
        Returns:
        true on success, false on failure