Package | Description |
---|---|
com.sun.enterprise.module.impl | |
com.sun.enterprise.module.single |
Modifier and Type | Field and Description |
---|---|
private ModulesRegistryImpl |
ModuleImpl.registry
ModulesRegistryImpl that owns this module. |
Modifier and Type | Method and Description |
---|---|
ModulesRegistryImpl |
ModuleImpl.getRegistry()
Returns the registry owning this module
|
Constructor and Description |
---|
ModuleImpl(ModulesRegistryImpl registry,
ModuleDefinition info)
Creates a new instance of Module
|
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.
|