Uses of Class
com.sun.enterprise.module.ResolveError
-
Packages that use ResolveError Package Description com.sun.enterprise.module com.sun.enterprise.module.common_impl com.sun.enterprise.module.impl com.sun.enterprise.module.single -
-
Uses of ResolveError in com.sun.enterprise.module
Methods in com.sun.enterprise.module that throw ResolveError Modifier and Type Method Description ModuleModulesRegistry. add(ModuleDefinition info)Registers a new DefaultModuleDefinition in this registry.ModuleModulesRegistry. add(ModuleDefinition info, boolean resolve)Registers a new DefaultModuleDefinition in this registry.java.lang.ClassLoaderModulesRegistry. getModulesClassLoader(java.lang.ClassLoader parent, java.util.Collection<ModuleDefinition> defs)Returns a ClassLoader capable of loading classes from a set of modules identified by their module definitionjava.lang.ClassLoaderModulesRegistry. getModulesClassLoader(java.lang.ClassLoader parent, java.util.Collection<ModuleDefinition> defs, java.net.URL[] urls)Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition and also load new urls.ModuleModulesRegistry. makeModuleFor(java.lang.String packageName)Find and return a loaded Module that has the package name in its list of exported interfaces.ModuleModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version)Returns theModuleinstance giving a name and version constraints.ModuleModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version, boolean resolve)Returns theModuleinstance giving a name and version constraints.voidModule. resolve()Ensure that this module isresolved.voidModule. start()Forces module startup. -
Uses of ResolveError in com.sun.enterprise.module.common_impl
Methods in com.sun.enterprise.module.common_impl that throw ResolveError Modifier and Type Method Description ModuleAbstractModulesRegistryImpl. add(ModuleDefinition info)Registers a new DefaultModuleDefinition in this registry.ModuleAbstractModulesRegistryImpl. add(ModuleDefinition info, boolean resolve)ModuleAbstractModulesRegistryImpl. makeModuleFor(java.lang.String packageName)Find and return a loaded Module that has the package name in its list of exported interfaces.ModuleAbstractModulesRegistryImpl. makeModuleFor(java.lang.String name, java.lang.String version)Returns theModuleinstance giving a name and version constraints.ModuleAbstractModulesRegistryImpl. makeModuleFor(java.lang.String name, java.lang.String version, boolean resolve) -
Uses of ResolveError in com.sun.enterprise.module.impl
Methods in com.sun.enterprise.module.impl that throw ResolveError Modifier and Type Method Description java.lang.ClassLoaderModulesRegistryImpl. getModulesClassLoader(java.lang.ClassLoader parent, java.util.Collection<ModuleDefinition> defs)Returns a ClassLoader capable of loading classes from a set of modules identified by their module definitionjava.lang.ClassLoaderModulesRegistryImpl. getModulesClassLoader(java.lang.ClassLoader parent, java.util.Collection<ModuleDefinition> defs, java.net.URL[] urls)Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition and also load new urls.voidModuleImpl. resolve()Ensure that this module isresolved.voidModuleImpl. start()Forces module startup. -
Uses of ResolveError in com.sun.enterprise.module.single
Methods in com.sun.enterprise.module.single that throw ResolveError Modifier and Type Method Description ModuleClassPathBasedModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version, boolean resolve)ModuleSingleModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version, boolean resolve)voidProxyModule. resolve()voidProxyModule. start()
-