Uses of Class
com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl

Packages that use AbstractModulesRegistryImpl
com.sun.enterprise.module.common_impl   
com.sun.enterprise.module.impl   
com.sun.enterprise.module.single   
org.jvnet.hk2.osgiadapter   
 

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

Fields in com.sun.enterprise.module.common_impl declared as AbstractModulesRegistryImpl
protected  AbstractModulesRegistryImpl AbstractModulesRegistryImpl.parent
          ModulesRegistry can form a tree structure by using this pointer.
 

Constructors in com.sun.enterprise.module.common_impl with parameters of type AbstractModulesRegistryImpl
AbstractModulesRegistryImpl(AbstractModulesRegistryImpl parent)
           
 

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

Subclasses of AbstractModulesRegistryImpl in com.sun.enterprise.module.impl
 class ModulesRegistryImpl
           
 

Constructors in com.sun.enterprise.module.impl with parameters of type AbstractModulesRegistryImpl
ModulesRegistryImpl(AbstractModulesRegistryImpl parent)
           
 

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

Subclasses of AbstractModulesRegistryImpl 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.
 

Uses of AbstractModulesRegistryImpl in org.jvnet.hk2.osgiadapter
 

Subclasses of AbstractModulesRegistryImpl in org.jvnet.hk2.osgiadapter
 class AbstractOSGiModulesRegistryImpl
           
 class OSGiModulesRegistryImpl
          This is an implementation of ModulesRegistry.
 class OSGiObrModulesRegistryImpl
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.