Class RecoveryInit
java.lang.Object
com.arjuna.ats.internal.jts.recovery.RecoveryInit
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
ConstructorDescriptionConstructor does the work as a result of being registered as an ORBPreInit class -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
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()
-