Uses of Interface
com.sun.enterprise.module.ModulesRegistry

Packages that use ModulesRegistry
com.sun.enterprise.module   
com.sun.enterprise.module.bootstrap   
com.sun.enterprise.module.common_impl   
com.sun.enterprise.module.impl   
 

Uses of ModulesRegistry in com.sun.enterprise.module
 

Methods in com.sun.enterprise.module that return ModulesRegistry
 ModulesRegistry ModulesRegistry.createChild()
          Creates a new child ModulesRegistry in this ModulesRegistry.
 ModulesRegistry Module.getRegistry()
          Returns the registry owning this module
 

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

Methods in com.sun.enterprise.module.bootstrap with parameters of type ModulesRegistry
protected  void Main.addRepo(Repository repo, ModulesRegistry mr, java.lang.String weight)
           
protected  org.jvnet.hk2.component.Habitat Main.createHabitat(ModulesRegistry registry, StartupContext context)
           
protected  void Main.createRepository(java.io.File root, java.io.File bootstrapJar, java.util.jar.Manifest mf, ModulesRegistry mr)
          Creates repositories needed for the launch and adds the repositories to ModulesRegistry
 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.setParentClassLoader(StartupContext context, ModulesRegistry mr)
           
 

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

Classes in com.sun.enterprise.module.common_impl that implement ModulesRegistry
 class AbstractModulesRegistryImpl
          The Modules Registry maintains the registry of all available module.
 

Methods in com.sun.enterprise.module.common_impl that return ModulesRegistry
abstract  ModulesRegistry AbstractFactory.createModulesRegistry()
           
 

Uses of ModulesRegistry in com.sun.enterprise.module.impl
 

Classes in com.sun.enterprise.module.impl that implement ModulesRegistry
 class ModulesRegistryImpl
           
 

Methods in com.sun.enterprise.module.impl that return ModulesRegistry
 ModulesRegistry ModulesRegistryImpl.createChild()
          Creates a new child ModulesRegistryImpl in this ModulesRegistryImpl.
 ModulesRegistry HK2Factory.createModulesRegistry()
           
 



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.