|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModulesRegistry | |
|---|---|
| com.sun.enterprise.module | |
| com.sun.enterprise.module.bootstrap | |
| com.sun.enterprise.module.common_impl | |
| com.sun.enterprise.module.impl | |
| com.sun.enterprise.module.single | |
| Uses of ModulesRegistry in com.sun.enterprise.module |
|---|
| Methods in com.sun.enterprise.module that return ModulesRegistry | |
|---|---|
ModulesRegistry |
ModulesRegistry.createChild()
Creates a new child ModulesRegistry in this ModulesRegistry. |
ModulesRegistry |
Module.getRegistry()
Returns the registry owning this module |
| Uses of ModulesRegistry in com.sun.enterprise.module.bootstrap |
|---|
| Methods in com.sun.enterprise.module.bootstrap with parameters of type ModulesRegistry | |
|---|---|
ServiceLocator |
Main.createServiceLocator(ModulesRegistry mr,
StartupContext context,
java.util.List<PopulatorPostProcessor> postProcessors,
DescriptorFileFinder descriptorFileFinder)
|
ModuleStartup |
Main.findStartupService(ModulesRegistry registry,
ServiceLocator serviceLocator,
java.lang.String mainModuleName,
StartupContext context)
Return the ModuleStartup service configured to be used to start the system. |
ModuleStartup |
Main.launch(ModulesRegistry registry,
java.lang.String mainModuleName,
StartupContext context)
Launches the module system and hand over the execution to the ModuleStartup implementation of the main module. |
| Uses of ModulesRegistry in com.sun.enterprise.module.common_impl |
|---|
| Classes in com.sun.enterprise.module.common_impl that implement ModulesRegistry | |
|---|---|
class |
AbstractModulesRegistryImpl
The Modules Registry maintains the registry of all available module. |
| Fields in com.sun.enterprise.module.common_impl declared as ModulesRegistry | |
|---|---|
protected ModulesRegistry |
AbstractModulesRegistryImpl.parent
ModulesRegistry can form a tree structure by using this pointer. |
| Methods in com.sun.enterprise.module.common_impl that return ModulesRegistry | |
|---|---|
abstract ModulesRegistry |
AbstractFactory.createModulesRegistry()
|
| Methods in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistry | |
|---|---|
static void |
TracingUtilities.traceResolution(ModulesRegistry registry,
long bundleId,
java.lang.String bundleName,
TracingUtilities.Loader loader)
|
static void |
TracingUtilities.traceStarted(ModulesRegistry registry,
long bundleId,
java.lang.String bundleName,
TracingUtilities.Loader loader)
|
static void |
TracingUtilities.traceState(ModulesRegistry registry,
java.lang.String state,
long bundleId,
java.lang.String bundleName,
TracingUtilities.Loader loader)
|
| Constructors in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistry | |
|---|---|
AbstractModulesRegistryImpl(ModulesRegistry parent)
|
|
| Uses of ModulesRegistry in com.sun.enterprise.module.impl |
|---|
| Classes in com.sun.enterprise.module.impl that implement ModulesRegistry | |
|---|---|
class |
ModulesRegistryImpl
|
| Methods in com.sun.enterprise.module.impl that return ModulesRegistry | |
|---|---|
ModulesRegistry |
ModulesRegistryImpl.createChild()
Creates a new child ModulesRegistryImpl in this ModulesRegistryImpl. |
ModulesRegistry |
HK2Factory.createModulesRegistry()
|
| Constructors in com.sun.enterprise.module.impl with parameters of type ModulesRegistry | |
|---|---|
ModulesRegistryImpl(ModulesRegistry parent)
|
|
| Uses of ModulesRegistry in com.sun.enterprise.module.single |
|---|
| Classes in com.sun.enterprise.module.single that implement ModulesRegistry | |
|---|---|
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 that return ModulesRegistry | |
|---|---|
ModulesRegistry |
ProxyModule.getRegistry()
|
| Constructors in com.sun.enterprise.module.single with parameters of type ModulesRegistry | |
|---|---|
ProxyModule(ModulesRegistry registry,
ModuleDefinition moduleDef,
java.lang.ClassLoader cl)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||