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

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.