Uses of Interface
org.apache.felix.moduleloader.IModule

Packages that use IModule
org.apache.felix.framework   
org.apache.felix.framework.searchpolicy   
org.apache.felix.framework.util   
org.apache.felix.moduleloader   
 

Uses of IModule in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return IModule
 IModule[] FelixResolverState.getModules()
           
 

Methods in org.apache.felix.framework with parameters of type IModule
 void FelixResolverState.addModule(IModule module)
           
static ICapability FelixResolverState.getExportPackageCapability(IModule m, String pkgName)
           
 Map FelixResolverState.getPotentialFragments(IModule host)
           
 List FelixResolverState.getPotentialHosts(IModule fragment)
           
 void FelixResolverState.moduleResolved(IModule module)
           
 void FelixResolverState.removeModule(IModule module)
           
 void Felix.FelixResolver.resolve(IModule rootModule)
           
 IWire Felix.FelixResolver.resolveDynamicImport(IModule importer, String pkgName)
           
 

Uses of IModule in org.apache.felix.framework.searchpolicy
 

Classes in org.apache.felix.framework.searchpolicy that implement IModule
 class ModuleImpl
           
 

Fields in org.apache.felix.framework.searchpolicy declared as IModule
 IModule PackageSource.m_module
           
 

Methods in org.apache.felix.framework.searchpolicy that return IModule
 IModule[] ModuleImpl.getDependentHosts()
           
 IModule[] ModuleImpl.getDependentImporters()
           
 IModule[] ModuleImpl.getDependentRequirers()
           
 IModule[] ModuleImpl.getDependents()
           
 IModule R4WireFragment.getExporter()
           
 IModule R4Wire.getExporter()
           
 IModule R4WireModule.getExporter()
           
 IModule[] ModuleImpl.getFragments()
           
 IModule R4WireFragment.getImporter()
           
 IModule R4Wire.getImporter()
           
 IModule R4WireModule.getImporter()
           
 IModule ModuleImpl.ModuleClassLoader.getModule()
           
 IModule ResolveException.getModule()
          Returns the module that was being resolved.
 IModule[] Resolver.ResolverState.getModules()
           
 

Methods in org.apache.felix.framework.searchpolicy with parameters of type IModule
 void ModuleImpl.addDependentHost(IModule module)
           
 void ModuleImpl.addDependentImporter(IModule module)
           
 void ModuleImpl.addDependentRequirer(IModule module)
           
 void ModuleImpl.attachFragments(IModule[] fragments)
           
 Map Resolver.ResolverState.getPotentialFragments(IModule module)
           
 List Resolver.ResolverState.getPotentialHosts(IModule module)
           
 void ModuleImpl.removeDependentHost(IModule module)
           
 void ModuleImpl.removeDependentImporter(IModule module)
           
 void ModuleImpl.removeDependentRequirer(IModule module)
           
 Map Resolver.resolve(Resolver.ResolverState state, IModule rootModule)
           
 Object[] Resolver.resolveDynamicImport(Resolver.ResolverState state, IModule importer, String pkgName)
           
 

Constructors in org.apache.felix.framework.searchpolicy with parameters of type IModule
PackageSource(IModule module, ICapability capability)
           
R4Wire(IModule importer, IRequirement requirement, IModule exporter, ICapability capability)
           
R4WireFragment(IModule host, IModule fragment)
           
R4WireModule(IModule importer, IRequirement requirement, IModule exporter, ICapability capability, Map pkgMap)
           
ResolveException(String msg, IModule module, IRequirement req)
          Constructs an exception with the specified message, module, import identifier, import version number, and propagation flag.
URLPolicyImpl(Logger logger, URLStreamHandler streamHandler, IModule module)
           
 

Uses of IModule in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util with parameters of type IModule
static ICapability[] Util.getCapabilityByNamespace(IModule module, String namespace)
          Returns all the capabilities from a module that has a specified namespace.
static ICapability Util.getSatisfyingCapability(IModule m, IRequirement req)
           
static IWire Util.getWire(IModule m, String name)
           
static boolean Util.isFragment(IModule module)
          Checks if the provided module definition declares a fragment host.
 

Uses of IModule in org.apache.felix.moduleloader
 

Methods in org.apache.felix.moduleloader that return IModule
 IModule IWire.getExporter()
           
 IModule IWire.getImporter()
           
 IModule ModuleEvent.getModule()
           Returns the module that is the subject of the event.
 

Constructors in org.apache.felix.moduleloader with parameters of type IModule
ModuleEvent(IModule module)
           Constructs a module event with the specified ModuleManager as the event source and the specified module as the subject of the event.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.