Uses of Class
com.sun.enterprise.module.impl.ModulesRegistryImpl
Packages that use ModulesRegistryImpl
-
Uses of ModulesRegistryImpl in com.sun.enterprise.module.impl
Fields in com.sun.enterprise.module.impl declared as ModulesRegistryImplModifier and TypeFieldDescriptionprivate final ModulesRegistryImpl
ModuleImpl.registry
ModulesRegistryImpl
that owns this module.Methods in com.sun.enterprise.module.impl that return ModulesRegistryImplModifier and TypeMethodDescriptionModuleImpl.getRegistry()
Returns the registry owning this moduleConstructors in com.sun.enterprise.module.impl with parameters of type ModulesRegistryImplModifierConstructorDescription(package private)
ModuleImpl
(ModulesRegistryImpl registry, ModuleDefinition info) Creates a new instance of Module -
Uses of ModulesRegistryImpl in com.sun.enterprise.module.single
Subclasses of ModulesRegistryImpl in com.sun.enterprise.module.singleModifier and TypeClassDescriptionclass
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
Normal modules registry with configuration handling backed up by a single class loader.class
Implementation of the modules registry that use a single class loader to load all available classes.