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 ModulesRegistryModulesRegistry. createChild()Creates a new childModulesRegistryin thisModulesRegistry.ModulesRegistryModule. 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 ServiceLocatorMain. createServiceLocator(ModulesRegistry mr, StartupContext context, java.util.List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)ModuleStartupMain. findStartupService(ModulesRegistry registry, ServiceLocator serviceLocator, java.lang.String mainModuleName, StartupContext context)Return the ModuleStartup service configured to be used to start the system.ModuleStartupMain. launch(ModulesRegistry registry, java.lang.String mainModuleName, StartupContext context)Launches the module system and hand over the execution to theModuleStartupimplementation 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 classAbstractModulesRegistryImplThe 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 ModulesRegistryAbstractModulesRegistryImpl. parentModulesRegistrycan 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 ModulesRegistryAbstractFactory. createModulesRegistry()Methods in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistry Modifier and Type Method Description static voidTracingUtilities. traceResolution(ModulesRegistry registry, long bundleId, java.lang.String bundleName, TracingUtilities.Loader loader)static voidTracingUtilities. traceStarted(ModulesRegistry registry, long bundleId, java.lang.String bundleName, TracingUtilities.Loader loader)static voidTracingUtilities. 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 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 classModulesRegistryImplMethods in com.sun.enterprise.module.impl that return ModulesRegistry Modifier and Type Method Description ModulesRegistryModulesRegistryImpl. createChild()Creates a new childModulesRegistryImplin thisModulesRegistryImpl.ModulesRegistryHK2Factory. 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 classClassPathBasedModulesRegistryImplements a modules registry based on a class-path style of module description using a single class loader (capable of loading the entire class-path)classSingleModulesRegistryNormal modules registry with configuration handling backed up by a single class loader.classStaticModulesRegistryImplementation of the modules registry that use a single class loader to load all available classes.Fields in com.sun.enterprise.module.single declared as ModulesRegistry Modifier and Type Field Description (package private) ModulesRegistryProxyModule. modulesRegistryMethods in com.sun.enterprise.module.single that return ModulesRegistry Modifier and Type Method Description ModulesRegistryProxyModule. getRegistry()Constructors in com.sun.enterprise.module.single with parameters of type ModulesRegistry Constructor Description ProxyModule(ModulesRegistry registry, ModuleDefinition moduleDef, java.lang.ClassLoader cl)
-