| Package | Description |
|---|---|
| com.sun.enterprise.module.bootstrap | |
| com.sun.enterprise.module.common_impl | |
| org.glassfish.hk2.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.hk2.api.ServiceLocator |
Main.createServiceLocator(ModulesRegistry mr,
StartupContext context,
List<org.glassfish.hk2.api.PopulatorPostProcessor> postProcessors,
org.glassfish.hk2.api.DescriptorFileFinder descriptorFileFinder) |
protected void |
Main.defineParentClassLoader() |
ModuleStartup |
Main.findStartupService(ModulesRegistry registry,
org.glassfish.hk2.api.ServiceLocator serviceLocator,
String mainModuleName,
StartupContext context)
Return the ModuleStartup service configured to be used to start the
system.
|
protected 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,
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 |
Main.start(String[] args)
Start the server from the command line
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<org.glassfish.hk2.api.ActiveDescriptor> |
AbstractModulesRegistryImpl.parseInhabitants(Module module,
String name,
org.glassfish.hk2.api.ServiceLocator serviceLocator,
List<org.glassfish.hk2.api.PopulatorPostProcessor> postProcessors) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HK2Populator.populateConfig(org.glassfish.hk2.api.ServiceLocator serviceLocator) |
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.