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   
com.sun.enterprise.module.single   
org.jvnet.hk2.osgiadapter   
 

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
 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.
 

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()
           
 

Methods in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistry
static void TracingUtilities.traceResolution(ModulesRegistry registry, long bundleId, String bundleName, TracingUtilities.Loader loader)
           
static void TracingUtilities.traceStarted(ModulesRegistry registry, long bundleId, String bundleName, TracingUtilities.Loader loader)
           
static void TracingUtilities.traceState(ModulesRegistry registry, String state, long bundleId, String bundleName, TracingUtilities.Loader loader)
           
 

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()
           
 

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

Classes in com.sun.enterprise.module.single that implement ModulesRegistry
 class ClassPathBasedModulesRegistry
          Implements a modules registry based on a class-path style of module description using a single class loader (capable of loading the entire class-path)
 class SingleModulesRegistry
          Normal modules registry with configuration handling backed up by a single class loader.
 class StaticModulesRegistry
          Implementation of the modules registry that use a single class loader to load all available classes.
 

Methods in com.sun.enterprise.module.single that return ModulesRegistry
 ModulesRegistry ProxyModule.getRegistry()
           
 

Constructors in com.sun.enterprise.module.single with parameters of type ModulesRegistry
ProxyModule(ModulesRegistry registry, ModuleDefinition moduleDef, ClassLoader cl)
           
 

Uses of ModulesRegistry in org.jvnet.hk2.osgiadapter
 

Classes in org.jvnet.hk2.osgiadapter that implement ModulesRegistry
 class AbstractOSGiModulesRegistryImpl
           
 class OSGiModulesRegistryImpl
          This is an implementation of ModulesRegistry.
 class OSGiObrModulesRegistryImpl
           
 

Methods in org.jvnet.hk2.osgiadapter that return ModulesRegistry
 ModulesRegistry AbstractOSGiModulesRegistryImpl.createChild()
           
protected  ModulesRegistry HK2Main.createModulesRegistry()
           
 ModulesRegistry OSGiModuleImpl.getRegistry()
           
 

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



Copyright © 2013 Oracle Corporation. All Rights Reserved.