public JavaIdlRecoveryInit() { RcvCoManager theManager = new JavaIdlRCManager(); // and register it (which will cause creation of a GenericRecoveryCreator // and it's registration with CosTransactions) GenericRecoveryCreator.register(theManager); if (jtsLogger.logger.isDebugEnabled()) { jtsLogger.logger.debug("JavaIdl RecoveryCoordinator creator setup"); } }
public JacOrbRecoveryInit () { // make a orbix-style manager for the RC IOR creation RcvCoManager theManager = new JacOrbRCManager(); // and register it (which will cause creation of a GenericRecoveryCreator // and it's registration with CosTransactions) GenericRecoveryCreator.register(theManager); if (jtsLogger.logger.isDebugEnabled()) { jtsLogger.logger.debug("JacOrb RecoveryCoordinator creator setup"); } }
public JacOrbRecoveryInit () { // make a orbix-style manager for the RC IOR creation RcvCoManager theManager = new JacOrbRCManager(); // and register it (which will cause creation of a GenericRecoveryCreator // and it's registration with CosTransactions) GenericRecoveryCreator.register(theManager); if (jtsLogger.loggerI18N.isDebugEnabled()) { jtsLogger.loggerI18N.debug(DebugLevel.FUNCTIONS, VisibilityLevel.VIS_PUBLIC, FacilityCode.FAC_CRASH_RECOVERY, "com.arjuna.ats.internal.jts.orbspecific.jacorb.recoverycoordinators.JacOrbRecoveryInit_1"); } }