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 childModulesRegistryin thisModulesRegistry.HK2Module.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 TypeMethodDescriptionorg.glassfish.hk2.api.ServiceLocatorMain.createServiceLocator(ModulesRegistry mr, StartupContext context, List<org.glassfish.hk2.api.PopulatorPostProcessor> postProcessors, org.glassfish.hk2.api.DescriptorFileFinder descriptorFileFinder) Main.findStartupService(ModulesRegistry registry, org.glassfish.hk2.api.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 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 ModulesRegistryModifier and TypeClassDescriptionclassThe Modules Registry maintains the registry of all available module.Fields in com.sun.enterprise.module.common_impl declared as ModulesRegistryModifier and TypeFieldDescriptionprotected final ModulesRegistryAbstractModulesRegistryImpl.parentModulesRegistrycan form a tree structure by using this pointer.Methods in com.sun.enterprise.module.common_impl that return ModulesRegistryModifier and TypeMethodDescriptionabstract ModulesRegistryAbstractFactory.createModulesRegistry()Methods in com.sun.enterprise.module.common_impl with parameters of type ModulesRegistryModifier and TypeMethodDescriptionstatic voidTracingUtilities.traceResolution(ModulesRegistry registry, long bundleId, String bundleName, TracingUtilities.Loader loader) static voidTracingUtilities.traceStarted(ModulesRegistry registry, long bundleId, String bundleName, TracingUtilities.Loader loader) static voidTracingUtilities.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 childModulesRegistryImplin 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 TypeClassDescriptionclassImplements a modules registry based on a class-path style of module description using a single class loader (capable of loading the entire class-path)classNormal modules registry with configuration handling backed up by a single class loader.classImplementation of the modules registry that use a single class loader to load all available classes.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)