Uses of Interface
com.sun.enterprise.module.bootstrap.ModuleStartup

Packages that use ModuleStartup
com.sun.enterprise.module.bootstrap   
test   
 

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

Methods in com.sun.enterprise.module.bootstrap that return ModuleStartup
 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.
 

Methods in com.sun.enterprise.module.bootstrap with parameters of type ModuleStartup
protected  void Main.launch(ModuleStartup startupCode, StartupContext context)
           
 

Uses of ModuleStartup in test
 

Classes in test that implement ModuleStartup
 class TestModuleStartup
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.