Uses of Class
com.sun.enterprise.module.impl.ModulesRegistryImpl

Packages that use ModulesRegistryImpl
com.sun.enterprise.module.impl   
com.sun.enterprise.module.single   
 

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

Methods in com.sun.enterprise.module.impl that return ModulesRegistryImpl
 ModulesRegistryImpl ModuleImpl.getRegistry()
          Returns the registry owning this module
 

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

Subclasses of ModulesRegistryImpl in com.sun.enterprise.module.single
 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.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.