Uses of Class
com.sun.enterprise.module.bootstrap.BootException
-
Packages that use BootException Package Description com.sun.enterprise.module.bootstrap com.sun.enterprise.module.common_impl org.glassfish.hk2.bootstrap -
-
Uses of BootException in com.sun.enterprise.module.bootstrap
Methods in com.sun.enterprise.module.bootstrap that throw BootException Modifier and Type Method Description ServiceLocator
Main. createServiceLocator(ModulesRegistry mr, StartupContext context, java.util.List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
protected void
Main. defineParentClassLoader()
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.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.protected void
Main. launch(ModuleStartup startupCode, StartupContext context)
ModuleStartup
Main. launch(ModulesRegistry registry, java.lang.String mainModuleName, StartupContext context)
Launches the module system and hand over the execution to theModuleStartup
implementation of the main module.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 Modifier and Type Method Description protected abstract java.util.List<ActiveDescriptor>
AbstractModulesRegistryImpl. parseInhabitants(Module module, java.lang.String name, ServiceLocator serviceLocator, java.util.List<PopulatorPostProcessor> postProcessors)
-
Uses of BootException in org.glassfish.hk2.bootstrap
Methods in org.glassfish.hk2.bootstrap that throw BootException Modifier and Type Method Description static void
HK2Populator. populateConfig(ServiceLocator serviceLocator)
-