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 ServiceLocator
Main. createServiceLocator(ModulesRegistry mr, StartupContext context, java.util.List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
ModuleStartup
Main. findStartupService(ModulesRegistry registry, ServiceLocator serviceLocator, java.lang.String mainModuleName, StartupContext context)
Return the ModuleStartup service configured to be used to start the system.protected void
Main. launch(ModuleStartup startupCode, StartupContext context)
ModuleStartup
Main. launch(ModulesRegistry registry, java.lang.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 StartupContext Modifier and Type Field Description private StartupContext
StaticModulesRegistry. startupContext
Constructors 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)
-