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

Packages that use StartupContext
com.sun.enterprise.module.bootstrap   
com.sun.enterprise.module.single   
org.jvnet.hk2.osgiadapter   
test   
 

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

Methods in com.sun.enterprise.module.bootstrap with parameters of type StartupContext
 ServiceLocator Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
 ModuleStartup Main.findStartupService(ModulesRegistry registry, ServiceLocator serviceLocator, String mainModuleName, StartupContext context)
          Return the ModuleStartup service configured to be used to start the system.
 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 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)
           
 

Uses of StartupContext in org.jvnet.hk2.osgiadapter
 

Methods in org.jvnet.hk2.osgiadapter with parameters of type StartupContext
 ServiceLocator HK2Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
 

Uses of StartupContext in test
 

Methods in test with parameters of type StartupContext
 void TestModuleStartup.setStartupContext(StartupContext context)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.