Uses of Class
com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl
-
Packages that use AbstractModulesRegistryImpl Package Description com.sun.enterprise.module.impl com.sun.enterprise.module.single -
-
Uses of AbstractModulesRegistryImpl in com.sun.enterprise.module.impl
Subclasses of AbstractModulesRegistryImpl in com.sun.enterprise.module.impl Modifier and Type Class Description classModulesRegistryImpl -
Uses of AbstractModulesRegistryImpl in com.sun.enterprise.module.single
Subclasses of AbstractModulesRegistryImpl in com.sun.enterprise.module.single Modifier and Type Class Description classClassPathBasedModulesRegistryImplements a modules registry based on a class-path style of module description using a single class loader (capable of loading the entire class-path)classSingleModulesRegistryNormal modules registry with configuration handling backed up by a single class loader.classStaticModulesRegistryImplementation of the modules registry that use a single class loader to load all available classes.
-