Uses of Class
com.sun.enterprise.module.bootstrap.BootException
Packages that use BootException
Package
Description
-
Uses of BootException in com.sun.enterprise.module.bootstrap
Methods in com.sun.enterprise.module.bootstrap that throw BootExceptionModifier and TypeMethodDescriptionorg.glassfish.hk2.api.ServiceLocatorMain.createServiceLocator(ModulesRegistry mr, StartupContext context, List<org.glassfish.hk2.api.PopulatorPostProcessor> postProcessors, org.glassfish.hk2.api.DescriptorFileFinder descriptorFileFinder) protected voidMain.defineParentClassLoader()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 FileMain.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 voidMain.launch(ModuleStartup startupCode, StartupContext context) Main.launch(ModulesRegistry registry, String mainModuleName, StartupContext context) Launches the module system and hand over the execution to theModuleStartupimplementation of the main module.voidStart 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 BootExceptionModifier and TypeMethodDescriptionprotected abstract List<org.glassfish.hk2.api.ActiveDescriptor>AbstractModulesRegistryImpl.parseInhabitants(HK2Module module, String name, org.glassfish.hk2.api.ServiceLocator serviceLocator, List<org.glassfish.hk2.api.PopulatorPostProcessor> postProcessors) -
Uses of BootException in org.glassfish.hk2.bootstrap
Methods in org.glassfish.hk2.bootstrap that throw BootExceptionModifier and TypeMethodDescriptionstatic voidHK2Populator.populateConfig(org.glassfish.hk2.api.ServiceLocator serviceLocator)