Uses of Interface
com.sun.enterprise.module.ModulesRegistry
Packages that use ModulesRegistry
Package
Description
-
Uses of ModulesRegistry in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return ModulesRegistryModifier and TypeMethodDescriptionModulesRegistry.createChild()
Creates a new childModulesRegistry
in thisModulesRegistry
.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 ModulesRegistryModifier and TypeMethodDescriptionMain.createServiceLocator
(ModulesRegistry mr, StartupContext context, List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder) Main.findStartupService
(ModulesRegistry registry, ServiceLocator serviceLocator, String mainModuleName, StartupContext context) Return the ModuleStartup service configured to be used to start the system.Main.launch
(ModulesRegistry registry, String mainModuleName, StartupContext context) Launches the module system and hand over the execution to theModuleStartup
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 ModulesRegistryModifier and TypeClassDescriptionclass
The Modules Registry maintains the registry of all available module.Fields in com.sun.enterprise.module.common_impl declared as ModulesRegistryModifier and TypeFieldDescriptionprotected final ModulesRegistry
AbstractModulesRegistryImpl.parent
ModulesRegistry
can form a tree structure by using this pointer.Methods in com.sun.enterprise.module.common_impl that return ModulesRegistryModifier and TypeMethodDescriptionabstract ModulesRegistry
AbstractFactory.createModulesRegistry()
Methods in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistryModifier and TypeMethodDescriptionstatic void
TracingUtilities.traceResolution
(ModulesRegistry registry, long bundleId, String bundleName, TracingUtilities.Loader loader) static void
TracingUtilities.traceStarted
(ModulesRegistry registry, long bundleId, String bundleName, TracingUtilities.Loader loader) static void
TracingUtilities.traceState
(ModulesRegistry registry, String state, long bundleId, String bundleName, TracingUtilities.Loader loader) Constructors in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistry -
Uses of ModulesRegistry in com.sun.enterprise.module.impl
Classes in com.sun.enterprise.module.impl that implement ModulesRegistryMethods in com.sun.enterprise.module.impl that return ModulesRegistryModifier and TypeMethodDescriptionModulesRegistryImpl.createChild()
Creates a new childModulesRegistryImpl
in thisModulesRegistryImpl
.HK2Factory.createModulesRegistry()
Constructors in com.sun.enterprise.module.impl with parameters of type ModulesRegistry -
Uses of ModulesRegistry in com.sun.enterprise.module.single
Classes in com.sun.enterprise.module.single that implement ModulesRegistryModifier and TypeClassDescriptionclass
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
Normal modules registry with configuration handling backed up by a single class loader.class
Implementation of the modules registry that use a single class loader to load all available classes.Fields in com.sun.enterprise.module.single declared as ModulesRegistryModifier and TypeFieldDescription(package private) final ModulesRegistry
ProxyModule.modulesRegistry
Methods in com.sun.enterprise.module.single that return ModulesRegistryConstructors in com.sun.enterprise.module.single with parameters of type ModulesRegistryModifierConstructorDescriptionProxyModule
(ModulesRegistry registry, ModuleDefinition moduleDef, ClassLoader cl)