Uses of Class
com.sun.enterprise.module.bootstrap.StartupContext
-
Packages that use StartupContext Package Description com.sun.enterprise.module.bootstrap com.sun.enterprise.module.single -
-
Uses of StartupContext in com.sun.enterprise.module.bootstrap
Methods in com.sun.enterprise.module.bootstrap with parameters of type StartupContext Modifier and Type Method Description ServiceLocatorMain. createServiceLocator(ModulesRegistry mr, StartupContext context, java.util.List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)ModuleStartupMain. findStartupService(ModulesRegistry registry, ServiceLocator serviceLocator, java.lang.String mainModuleName, StartupContext context)Return the ModuleStartup service configured to be used to start the system.protected voidMain. launch(ModuleStartup startupCode, StartupContext context)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.voidModuleStartup. setStartupContext(StartupContext context) -
Uses of StartupContext in com.sun.enterprise.module.single
Fields in com.sun.enterprise.module.single declared as StartupContext Modifier and Type Field Description private StartupContextStaticModulesRegistry. startupContextConstructors in com.sun.enterprise.module.single with parameters of type StartupContext Constructor Description StaticModulesRegistry(java.lang.ClassLoader singleCL, StartupContext startupContext)StaticModulesRegistry(java.lang.ClassLoader singleCL, java.util.List<ManifestProxy.SeparatorMappings> mappings, StartupContext startupContext)
-