Uses of Interface
com.sun.enterprise.module.bootstrap.ModuleStartup
-
Packages that use ModuleStartup Package Description com.sun.enterprise.module.bootstrap -
-
Uses of ModuleStartup in com.sun.enterprise.module.bootstrap
Methods in com.sun.enterprise.module.bootstrap that return ModuleStartup Modifier and Type Method Description ModuleStartupMain. findStartupService(ModulesRegistry registry, ServiceLocator serviceLocator, java.lang.String mainModuleName, StartupContext context)Return the ModuleStartup service configured to be used to start the system.ModuleStartupMain. launch(ModulesRegistry registry, java.lang.String mainModuleName, StartupContext context)Launches the module system and hand over the execution to theModuleStartupimplementation of the main module.Methods in com.sun.enterprise.module.bootstrap with parameters of type ModuleStartup Modifier and Type Method Description protected voidMain. launch(ModuleStartup startupCode, StartupContext context)
-