Uses of Class
com.sun.enterprise.module.ResolveError

Packages that use ResolveError
com.sun.enterprise.module   
com.sun.enterprise.module.common_impl   
com.sun.enterprise.module.impl   
com.sun.enterprise.module.single   
org.jvnet.hk2.osgiadapter   
 

Uses of ResolveError in com.sun.enterprise.module
 

Methods in com.sun.enterprise.module that throw ResolveError
 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.
 ClassLoader ModulesRegistry.getModulesClassLoader(ClassLoader parent, Collection<ModuleDefinition> defs)
          Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition
 ClassLoader ModulesRegistry.getModulesClassLoader(ClassLoader parent, Collection<ModuleDefinition> defs, 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(String packageName)
          Find and return a loaded Module that has the package name in its list of exported interfaces.
 Module ModulesRegistry.makeModuleFor(String name, String version)
          Returns the Module instance giving a name and version constraints.
 Module ModulesRegistry.makeModuleFor(String name, String version, boolean resolve)
          Returns the Module instance giving a name and version constraints.
 void Module.resolve()
          Ensure that this module is resolved.
 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
 Module AbstractModulesRegistryImpl.add(ModuleDefinition info)
          Registers a new DefaultModuleDefinition in this registry.
 Module AbstractModulesRegistryImpl.add(ModuleDefinition info, boolean resolve)
           
 Module AbstractModulesRegistryImpl.makeModuleFor(String packageName)
          Find and return a loaded Module that has the package name in its list of exported interfaces.
 Module AbstractModulesRegistryImpl.makeModuleFor(String name, String version)
          Returns the Module instance giving a name and version constraints.
 Module AbstractModulesRegistryImpl.makeModuleFor(String name, String version, boolean resolve)
           
 

Uses of ResolveError in com.sun.enterprise.module.impl
 

Methods in com.sun.enterprise.module.impl that throw ResolveError
 ClassLoader ModulesRegistryImpl.getModulesClassLoader(ClassLoader parent, Collection<ModuleDefinition> defs)
          Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition
 ClassLoader ModulesRegistryImpl.getModulesClassLoader(ClassLoader parent, Collection<ModuleDefinition> defs, 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 is resolved.
 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
 Module ClassPathBasedModulesRegistry.makeModuleFor(String name, String version, boolean resolve)
           
 Module SingleModulesRegistry.makeModuleFor(String name, String version, boolean resolve)
           
 void ProxyModule.resolve()
           
 void ProxyModule.start()
           
 

Uses of ResolveError in org.jvnet.hk2.osgiadapter
 

Methods in org.jvnet.hk2.osgiadapter that throw ResolveError
 ClassLoader AbstractOSGiModulesRegistryImpl.getModulesClassLoader(ClassLoader parent, Collection<ModuleDefinition> defs)
          Returns a ClassLoader capable of loading classes from a set of modules identified by their module definition
 ClassLoader AbstractOSGiModulesRegistryImpl.getModulesClassLoader(ClassLoader parent, Collection<ModuleDefinition> mds, 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 OSGiModuleImpl.resolve()
           
 void OSGiObrModuleImpl.resolve()
           
 void OSGiModuleImpl.start()
           
 void OSGiObrModuleImpl.start()
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.