logger.log(Level.FINE,sm.getString("enterprise_autotxrecovery.recovery_completed",failedInstance));
if (result) {
// If we have successfully recovered transactions for
// the failed instance, initiate EJB Timer migration
// within this server instance.
DistributedEJBService distribEjbService =
DistributedEJBServiceFactory.getDistributedEJBService();
distribEjbService.migrateTimers(failedInstance);
} else {
throw new IllegalStateException();
}
}