Package | Description |
---|---|
com.sun.enterprise.module.bootstrap | |
com.sun.enterprise.module.single | |
org.jvnet.hk2.osgiadapter | |
test |
Modifier and Type | Method and Description |
---|---|
ServiceLocator |
Main.createServiceLocator(ModulesRegistry mr,
StartupContext context,
List<PopulatorPostProcessor> postProcessors,
DescriptorFileFinder descriptorFileFinder) |
ModuleStartup |
Main.findStartupService(ModulesRegistry registry,
ServiceLocator serviceLocator,
String mainModuleName,
StartupContext context)
Return the ModuleStartup service configured to be used to start the
system.
|
ModuleStartup |
Main.launch(ModulesRegistry registry,
String mainModuleName,
StartupContext context)
Launches the module system and hand over the execution to the
ModuleStartup implementation of the main module. |
protected void |
Main.launch(ModuleStartup startupCode,
StartupContext context) |
void |
ModuleStartup.setStartupContext(StartupContext context) |
Constructor and Description |
---|
StaticModulesRegistry(ClassLoader singleCL,
List<ManifestProxy.SeparatorMappings> mappings,
StartupContext startupContext) |
StaticModulesRegistry(ClassLoader singleCL,
StartupContext startupContext) |
Modifier and Type | Method and Description |
---|---|
ServiceLocator |
HK2Main.createServiceLocator(ModulesRegistry mr,
StartupContext context,
List<PopulatorPostProcessor> postProcessors,
DescriptorFileFinder descriptorFileFinder) |
Modifier and Type | Method and Description |
---|---|
void |
TestModuleStartup.setStartupContext(StartupContext context) |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.