| Package | Description |
|---|---|
| com.sun.enterprise.module | |
| com.sun.enterprise.module.common_impl | |
| com.sun.enterprise.module.impl | |
| com.sun.enterprise.module.single |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModulesRegistry |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.addListener(ModuleChangeListener listener)
Add a new module change listener
|
void |
Module.removeListener(ModuleChangeListener listener)
Unregister a module change listener
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModulesRegistryImpl
The Modules Registry maintains the registry of all available module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModulesRegistryImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleImpl.addListener(ModuleChangeListener listener)
Add a new module change listener
|
void |
ModuleImpl.removeListener(ModuleChangeListener listener)
Unregister a module change listener
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyModule.addListener(ModuleChangeListener listener) |
void |
ProxyModule.removeListener(ModuleChangeListener listener) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.