|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BootException | |
|---|---|
| com.sun.enterprise.module.bootstrap | |
| com.sun.enterprise.module.common_impl | |
| Uses of BootException in com.sun.enterprise.module.bootstrap |
|---|
| Methods in com.sun.enterprise.module.bootstrap that throw BootException | |
|---|---|
org.jvnet.hk2.component.Habitat |
Main.createHabitat(ModulesRegistry registry,
StartupContext context)
|
protected void |
Main.createRepository(java.io.File root,
java.io.File bootstrapJar,
java.util.jar.Manifest mf,
ModulesRegistry mr)
Creates repositories needed for the launch and adds the repositories to ModulesRegistry |
protected java.lang.String |
Main.findMainModuleName(java.io.File bootstrap)
|
protected java.lang.String |
Main.findModuleStartupClassName(Module mainModule,
java.lang.String serviceName,
java.lang.String habitatName)
Finds ModuleStartup implementation class name to perform the launch. |
ModuleStartup |
Main.findStartupService(ModulesRegistry registry,
org.jvnet.hk2.component.Habitat habitat,
java.lang.String mainModuleName,
StartupContext context)
Return the ModuleStartup service configured to be used to start the system. |
protected java.io.File |
Main.getBootstrapFile()
We need to determine which jar file has been used to load this class Using the getResourceURL we can get this information, after that, it is just a bit of detective work to get the file path for the jar file. |
ModuleStartup |
Main.launch(ModulesRegistry registry,
org.jvnet.hk2.component.Habitat habitat,
java.lang.String mainModuleName,
StartupContext context)
Launches the module system and hand over the execution to the ModuleStartup
implementation of the main module. |
org.jvnet.hk2.component.Habitat |
Main.launch(ModulesRegistry registry,
StartupContext context)
Launches the module system and hand over the execution to the ModuleStartup
implementation of the main module. |
org.jvnet.hk2.component.Habitat |
Main.launch(ModulesRegistry registry,
java.lang.String mainModuleName,
StartupContext context)
|
protected void |
Main.launch(ModuleStartup startupCode,
StartupContext context)
|
void |
Populator.run(org.jvnet.hk2.config.ConfigParser parser)
|
protected void |
Main.setParentClassLoader(StartupContext context,
ModulesRegistry mr)
|
void |
Main.start(java.lang.String[] args)
Start the server from the command line |
| Uses of BootException in com.sun.enterprise.module.common_impl |
|---|
| Methods in com.sun.enterprise.module.common_impl that throw BootException | |
|---|---|
protected void |
AbstractModulesRegistryImpl.populateConfig(org.jvnet.hk2.component.Habitat habitat)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||