Uses of Interface
com.sun.enterprise.module.ModuleChangeListener
-
Packages that use ModuleChangeListener Package Description com.sun.enterprise.module com.sun.enterprise.module.common_impl com.sun.enterprise.module.impl com.sun.enterprise.module.single -
-
Uses of ModuleChangeListener in com.sun.enterprise.module
Subinterfaces of ModuleChangeListener in com.sun.enterprise.module Modifier and Type Interface Description interfaceModulesRegistryMethods in com.sun.enterprise.module with parameters of type ModuleChangeListener Modifier and Type Method Description voidModule. addListener(ModuleChangeListener listener)Add a new module change listenervoidModule. removeListener(ModuleChangeListener listener)Unregister a module change listener -
Uses of ModuleChangeListener in com.sun.enterprise.module.common_impl
Classes in com.sun.enterprise.module.common_impl that implement ModuleChangeListener Modifier and Type Class Description classAbstractModulesRegistryImplThe Modules Registry maintains the registry of all available module. -
Uses of ModuleChangeListener in com.sun.enterprise.module.impl
Classes in com.sun.enterprise.module.impl that implement ModuleChangeListener Modifier and Type Class Description classModulesRegistryImplFields in com.sun.enterprise.module.impl with type parameters of type ModuleChangeListener Modifier and Type Field Description private java.util.ArrayList<ModuleChangeListener>ModuleImpl. listenersMethods in com.sun.enterprise.module.impl with parameters of type ModuleChangeListener Modifier and Type Method Description voidModuleImpl. addListener(ModuleChangeListener listener)Add a new module change listenervoidModuleImpl. removeListener(ModuleChangeListener listener)Unregister a module change listener -
Uses of ModuleChangeListener in com.sun.enterprise.module.single
Classes in com.sun.enterprise.module.single that implement ModuleChangeListener 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.Methods in com.sun.enterprise.module.single with parameters of type ModuleChangeListener Modifier and Type Method Description voidProxyModule. addListener(ModuleChangeListener listener)voidProxyModule. removeListener(ModuleChangeListener listener)
-