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 Module
ModulesRegistry. add(ModuleDefinition info)
Registers a new DefaultModuleDefinition in this registry.Module
ModulesRegistry. add(ModuleDefinition info, boolean resolve)
Registers a new DefaultModuleDefinition in this registry.java.lang.ClassLoader
ModulesRegistry. 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.ClassLoader
ModulesRegistry. 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.Module
ModulesRegistry. makeModuleFor(java.lang.String packageName)
Find and return a loaded Module that has the package name in its list of exported interfaces.Module
ModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version)
Returns theModule
instance giving a name and version constraints.Module
ModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version, boolean resolve)
Returns theModule
instance giving a name and version constraints.void
Module. resolve()
Ensure that this module isresolved
.void
Module. 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 Module
AbstractModulesRegistryImpl. add(ModuleDefinition info)
Registers a new DefaultModuleDefinition in this registry.Module
AbstractModulesRegistryImpl. add(ModuleDefinition info, boolean resolve)
Module
AbstractModulesRegistryImpl. makeModuleFor(java.lang.String packageName)
Find and return a loaded Module that has the package name in its list of exported interfaces.Module
AbstractModulesRegistryImpl. makeModuleFor(java.lang.String name, java.lang.String version)
Returns theModule
instance giving a name and version constraints.Module
AbstractModulesRegistryImpl. 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.ClassLoader
ModulesRegistryImpl. 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.ClassLoader
ModulesRegistryImpl. 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.void
ModuleImpl. resolve()
Ensure that this module isresolved
.void
ModuleImpl. 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 Module
ClassPathBasedModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version, boolean resolve)
Module
SingleModulesRegistry. makeModuleFor(java.lang.String name, java.lang.String version, boolean resolve)
void
ProxyModule. resolve()
void
ProxyModule. start()
-