Examples of AcrossModuleBeforeBootstrapEvent


Examples of com.foreach.across.core.events.AcrossModuleBeforeBootstrapEvent

          ModuleBootstrapConfig config = moduleInfo.getBootstrapConfiguration();
          LOG.debug( "Bootstrapping {} module", config.getModuleName() );

          configurableAcrossModuleInfo.setBootstrapStatus( ModuleBootstrapStatus.BootstrapBusy );

          context.publishEvent( new AcrossModuleBeforeBootstrapEvent( contextInfo, moduleInfo ) );

          // Run installers before bootstrapping this particular module
          installerRegistry.runInstallersForModule( moduleInfo.getName(),
                                                    InstallerPhase.BeforeModuleBootstrap );
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.