Uses of Class
com.sun.enterprise.module.bootstrap.BootException

Packages that use BootException
com.sun.enterprise.module.bootstrap   
com.sun.enterprise.module.common_impl   
com.sun.enterprise.module.single   
org.glassfish.hk2.bootstrap   
org.jvnet.hk2.osgiadapter   
 

Uses of BootException in com.sun.enterprise.module.bootstrap
 

Methods in com.sun.enterprise.module.bootstrap that throw BootException
 ServiceLocator Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
protected  void Main.defineParentClassLoader()
           
 ModuleStartup Main.findStartupService(ModulesRegistry registry, 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
 

Uses of BootException in com.sun.enterprise.module.common_impl
 

Methods in com.sun.enterprise.module.common_impl that throw BootException
protected abstract  void AbstractModulesRegistryImpl.parseInhabitants(Module module, String name, ServiceLocator serviceLocator)
           
protected  void AbstractModulesRegistryImpl.populateConfig(ServiceLocator serviceLocator)
           
 

Uses of BootException in com.sun.enterprise.module.single
 

Methods in com.sun.enterprise.module.single that throw BootException
protected  void StaticModulesRegistry.populateConfig(ServiceLocator serviceLocator)
           
 

Uses of BootException in org.glassfish.hk2.bootstrap
 

Methods in org.glassfish.hk2.bootstrap that throw BootException
static void HK2Populator.populateConfig(ServiceLocator serviceLocator)
           
 

Uses of BootException in org.jvnet.hk2.osgiadapter
 

Methods in org.jvnet.hk2.osgiadapter that throw BootException
 ServiceLocator HK2Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
protected  void HK2Main.defineParentClassLoader()
           
 void AbstractOSGiModulesRegistryImpl.parseInhabitants(Module module, String name, ServiceLocator serviceLocator)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.