| Package | Description |
|---|---|
| com.sun.enterprise.module.bootstrap | |
| com.sun.enterprise.module.single |
| Modifier and Type | Method and 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.
|
ModuleStartup |
Main.launch(ModulesRegistry registry,
java.lang.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(java.lang.ClassLoader singleCL,
java.util.List<ManifestProxy.SeparatorMappings> mappings,
StartupContext startupContext) |
StaticModulesRegistry(java.lang.ClassLoader singleCL,
StartupContext startupContext) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.