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 interface
ModulesRegistry
Methods in com.sun.enterprise.module with parameters of type ModuleChangeListener Modifier and Type Method Description void
Module. addListener(ModuleChangeListener listener)
Add a new module change listenervoid
Module. 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 class
AbstractModulesRegistryImpl
The 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 class
ModulesRegistryImpl
Methods in com.sun.enterprise.module.impl with parameters of type ModuleChangeListener Modifier and Type Method Description void
ModuleImpl. addListener(ModuleChangeListener listener)
Add a new module change listenervoid
ModuleImpl. 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 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.Methods in com.sun.enterprise.module.single with parameters of type ModuleChangeListener Modifier and Type Method Description void
ProxyModule. addListener(ModuleChangeListener listener)
void
ProxyModule. removeListener(ModuleChangeListener listener)
-