| Methods in com.sun.enterprise.module.bootstrap with parameters of type StartupContext |
Habitat |
Main.createHabitat(ModulesRegistry registry,
StartupContext context)
|
ModuleStartup |
Main.findStartupService(ModulesRegistry registry,
Habitat habitat,
String mainModuleName,
StartupContext context)
Return the ModuleStartup service configured to be used to start the system. |
ModuleStartup |
Main.launch(ModulesRegistry registry,
Habitat habitat,
String mainModuleName,
StartupContext context)
Launches the module system and hand over the execution to the ModuleStartup
implementation of the main module. |
Habitat |
Main.launch(ModulesRegistry registry,
StartupContext context)
Launches the module system and hand over the execution to the ModuleStartup
implementation of the main module. |
Habitat |
Main.launch(ModulesRegistry registry,
String mainModuleName,
StartupContext context)
|
protected void |
Main.launch(ModuleStartup startupCode,
StartupContext context)
|
protected void |
Main.setParentClassLoader(StartupContext context,
ModulesRegistry mr)
|
void |
ModuleStartup.setStartupContext(StartupContext context)
|