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

Packages that use IModule
org.apache.felix.framework   
org.apache.felix.framework.cache   
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 with parameters of type IModule
 org.osgi.framework.BundleActivator SystemBundleArchive.getActivator(IModule module)
           
 

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

Methods in org.apache.felix.framework.cache with parameters of type IModule
 org.osgi.framework.BundleActivator BundleArchive.getActivator(IModule module)
           Returns the serialized activator for this archive.
 

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

Fields in org.apache.felix.framework.searchpolicy declared as IModule
static IModule[] R4SearchPolicyCore.m_emptyModules
           
 IModule R4SearchPolicyCore.PackageSource.m_module
           
 

Methods in org.apache.felix.framework.searchpolicy that return IModule
 IModule R4WireModule.getExporter()
           
 IModule R4Wire.getExporter()
           
 IModule R4WireModule.getImporter()
           
 IModule R4Wire.getImporter()
           
 IModule ResolveException.getModule()
          Returns the module that was being resolved.
 

Methods in org.apache.felix.framework.searchpolicy with parameters of type IModule
 java.lang.Object[] R4SearchPolicyCore.definePackage(IModule module, java.lang.String pkgName)
           
 java.lang.Class R4SearchPolicyCore.findClass(IModule module, java.lang.String name)
           
 java.lang.String R4SearchPolicyCore.findLibrary(IModule module, java.lang.String name)
           
 java.net.URL R4SearchPolicyCore.findResource(IModule module, java.lang.String name)
           
 java.util.Enumeration R4SearchPolicyCore.findResources(IModule module, java.lang.String name)
           
static ICapability R4SearchPolicyCore.getExportPackageCapability(IModule m, java.lang.String pkgName)
           
 void R4SearchPolicyCore.resolve(IModule rootModule)
           
 

Constructors in org.apache.felix.framework.searchpolicy with parameters of type IModule
R4SearchPolicy(R4SearchPolicyCore policyCore, IModule module)
           
R4SearchPolicyCore.PackageSource(IModule module, ICapability capability)
           
R4Wire(IModule importer, IRequirement requirement, IModule exporter, ICapability capability)
           
R4WireModule(IModule importer, IRequirement requirement, IModule exporter, ICapability capability, java.util.Map pkgMap)
           
ResolveException(java.lang.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, java.net.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.getSatisfyingCapability(IModule m, IRequirement req)
           
static IWire Util.getWire(IModule m, java.lang.String name)
           
 

Constructors in org.apache.felix.framework.util with parameters of type IModule
ObjectInputStreamX(java.io.InputStream in, IModule module)
          Construct an ObjectInputStreamX for the specified InputStream and the specified ClassLoader.
 

Uses of IModule in org.apache.felix.moduleloader
 

Classes in org.apache.felix.moduleloader that implement IModule
 class ModuleImpl
           
 

Methods in org.apache.felix.moduleloader that return IModule
 IModule ModuleFactoryImpl.createModule(java.lang.String id, IModuleDefinition md)
           
 IModule IModuleFactory.createModule(java.lang.String id, IModuleDefinition md)
           
 IModule[] ModuleImpl.getDependents()
           
 IModule IWire.getExporter()
           
 IModule IWire.getImporter()
           
 IModule ModuleEvent.getModule()
           Returns the module that is the subject of the event.
 IModule ModuleFactoryImpl.getModule(java.lang.String id)
           
 IModule IModuleFactory.getModule(java.lang.String id)
           
 IModule[] ModuleFactoryImpl.getModules()
           
 IModule[] IModuleFactory.getModules()
           
 

Methods in org.apache.felix.moduleloader with parameters of type IModule
 void ModuleImpl.addDependent(IModule module)
           
protected  void ModuleFactoryImpl.fireModuleAdded(IModule module)
           Fires an event indicating that the specified module was added to the IModuleFactory.
protected  void ModuleFactoryImpl.fireModuleRefreshed(IModule module)
          This is an experimental method that is likely to change or go away - so don't use it for now.
protected  void ModuleFactoryImpl.fireModuleRemoved(IModule module)
           Fires an event indicating that the specified module was removed from the IModuleFactory.
 void ModuleFactoryImpl.refreshModule(IModule module)
          This is an experimental method that is likely to change or go away - so don't use it for now.
 void IModuleFactory.refreshModule(IModule currentModule)
          This is an experimental method that is likely to change or go away - so don't use it for now.
 void ModuleImpl.removeDependent(IModule module)
           
 void ModuleFactoryImpl.removeModule(IModule module)
           
 void IModuleFactory.removeModule(IModule module)
           
 void ModuleFactoryImpl.setContentLoader(IModule module, IContentLoader contentLoader)
           
 void IModuleFactory.setContentLoader(IModule module, IContentLoader contentLoader)
           
 

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