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

Packages that use StartupContext
com.sun.enterprise.module.bootstrap   
com.sun.enterprise.module.single   
 

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

Methods in com.sun.enterprise.module.bootstrap with parameters of type StartupContext
 org.jvnet.hk2.component.Habitat Main.createHabitat(ModulesRegistry registry, StartupContext context)
           
 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.
 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)
           
protected  void Main.setParentClassLoader(StartupContext context, ModulesRegistry mr)
           
 void ModuleStartup.setStartupContext(StartupContext context)
           
 

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

Constructors in com.sun.enterprise.module.single with parameters of type StartupContext
StaticModulesRegistry(java.lang.ClassLoader singleCL, java.util.List<ManifestProxy.SeparatorMappings> mappings, StartupContext startupContext)
           
StaticModulesRegistry(java.lang.ClassLoader singleCL, StartupContext startupContext)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.