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   
 

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.
 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 definition
 java.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 the Module instance giving a name and version constraints.
 Module ModulesRegistry.makeModuleFor(java.lang.String name, java.lang.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(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 the Module 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
 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 definition
 java.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 is resolved.
 void ModuleImpl.start()
          Forces module startup.
 



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.