Uses of Interface
com.sun.enterprise.module.ModulesRegistry
-
-
Uses of ModulesRegistry in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return ModulesRegistry Modifier and Type Method Description ModulesRegistry
ModulesRegistry. createChild()
Creates a new childModulesRegistry
in thisModulesRegistry
.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 Modifier and Type Method Description ServiceLocator
Main. createServiceLocator(ModulesRegistry mr, StartupContext context, List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
ModuleStartup
Main. findStartupService(ModulesRegistry registry, ServiceLocator serviceLocator, String mainModuleName, StartupContext context)
Return the ModuleStartup service configured to be used to start the system.ModuleStartup
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 ModulesRegistry Modifier and Type Class Description class
AbstractModulesRegistryImpl
The Modules Registry maintains the registry of all available module.Fields in com.sun.enterprise.module.common_impl declared as ModulesRegistry Modifier and Type Field Description 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 Modifier and Type Method Description abstract ModulesRegistry
AbstractFactory. createModulesRegistry()
Methods in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistry Modifier and Type Method Description static 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 Constructor Description AbstractModulesRegistryImpl(ModulesRegistry parent)
-
Uses of ModulesRegistry in com.sun.enterprise.module.impl
Classes in com.sun.enterprise.module.impl that implement ModulesRegistry Modifier and Type Class Description class
ModulesRegistryImpl
Methods in com.sun.enterprise.module.impl that return ModulesRegistry Modifier and Type Method Description ModulesRegistry
ModulesRegistryImpl. createChild()
Creates a new childModulesRegistryImpl
in thisModulesRegistryImpl
.ModulesRegistry
HK2Factory. createModulesRegistry()
Constructors in com.sun.enterprise.module.impl with parameters of type ModulesRegistry Constructor Description ModulesRegistryImpl(ModulesRegistry parent)
-
Uses of ModulesRegistry in com.sun.enterprise.module.single
Classes in com.sun.enterprise.module.single that implement ModulesRegistry 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 that return ModulesRegistry Modifier and Type Method Description ModulesRegistry
ProxyModule. getRegistry()
Constructors in com.sun.enterprise.module.single with parameters of type ModulesRegistry Constructor Description ProxyModule(ModulesRegistry registry, ModuleDefinition moduleDef, ClassLoader cl)
-