Uses of Class
com.sun.enterprise.module.bootstrap.StartupContext
Packages that use StartupContext
-
Uses of StartupContext in com.sun.enterprise.module.bootstrap
Methods in com.sun.enterprise.module.bootstrap with parameters of type StartupContextModifier and TypeMethodDescriptionorg.glassfish.hk2.api.ServiceLocatorMain.createServiceLocator(ModulesRegistry mr, StartupContext context, List<org.glassfish.hk2.api.PopulatorPostProcessor> postProcessors, org.glassfish.hk2.api.DescriptorFileFinder descriptorFileFinder) Main.findStartupService(ModulesRegistry registry, org.glassfish.hk2.api.ServiceLocator serviceLocator, String mainModuleName, StartupContext context) Return the ModuleStartup service configured to be used to start the system.protected voidMain.launch(ModuleStartup startupCode, StartupContext context) Main.launch(ModulesRegistry registry, 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
Constructors in com.sun.enterprise.module.single with parameters of type StartupContextModifierConstructorDescriptionStaticModulesRegistry(ClassLoader singleCL, StartupContext startupContext) StaticModulesRegistry(ClassLoader singleCL, List<ManifestProxy.SeparatorMappings> mappings, StartupContext startupContext)