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 TypeMethodDescriptionMain.createServiceLocator
(ModulesRegistry mr, StartupContext context, List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder) Main.findStartupService
(ModulesRegistry registry, ServiceLocator serviceLocator, String mainModuleName, StartupContext context) Return the ModuleStartup service configured to be used to start the system.protected void
Main.launch
(ModuleStartup startupCode, StartupContext context) Main.launch
(ModulesRegistry registry, String mainModuleName, StartupContext context) Launches the module system and hand over the execution to theModuleStartup
implementation of the main module.void
ModuleStartup.setStartupContext
(StartupContext context) -
Uses of StartupContext in com.sun.enterprise.module.single
Fields in com.sun.enterprise.module.single declared as StartupContextModifier and TypeFieldDescriptionprivate final StartupContext
StaticModulesRegistry.startupContext
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)