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
 ServiceLocator Main.createServiceLocator(StartupContext context)
           
 ModuleStartup Main.findStartupService(String mainModuleName, StartupContext context)
          Return the ModuleStartup service configured to be used to start the system.
protected  void Main.launch(ModuleStartup startupCode, StartupContext context)
           
 ModuleStartup Main.launch(String mainModuleName, StartupContext context)
          Launches the module system and hand over the execution to the ModuleStartup implementation of the main module.
 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(ClassLoader singleCL, List<ManifestProxy.SeparatorMappings> mappings, StartupContext startupContext)
           
StaticModulesRegistry(ClassLoader singleCL, StartupContext startupContext)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.