Class RecoveryInit

java.lang.Object
com.arjuna.ats.internal.jts.recovery.RecoveryInit

public class RecoveryInit extends Object
Registers the appropriate classes with the ORB. An application using the Transaction Service should load an instance of this class prior to orb-initialisation. Loading an instance can be achieved by naming the class in an OrbPreInit property.

Orb-specific details of recovery are handled by this class.

Author:
Malik SAHEB
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor does the work as a result of being registered as an ORBPreInit class
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
     
    static void
    This static method is used by the RecoveryManager to suppress aspects of recovery enablement in it's own process, without requiring further property manipulations

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RecoveryInit

      public RecoveryInit()
      Constructor does the work as a result of being registered as an ORBPreInit class
  • Method Details

    • isNotANormalProcess

      public static void isNotANormalProcess()
      This static method is used by the RecoveryManager to suppress aspects of recovery enablement in it's own process, without requiring further property manipulations
    • isNormalProcess

      public static boolean isNormalProcess()