Uses of Interface
org.osgi.framework.resource.Wire

Packages that use Wire
org.apache.felix.resolver   
org.apache.felix.resolver.impl   
org.osgi.framework.resource Framework Resource Package Version 1.0. 
org.osgi.framework.wiring Framework Wiring Package Version 1.1. 
org.osgi.service.resolver Resolver Package Version 1.0. 
 

Uses of Wire in org.apache.felix.resolver
 

Methods in org.apache.felix.resolver that return types with arguments of type Wire
 java.util.Map<Resource,java.util.List<Wire>> FelixResolver.resolve(Environment env, java.util.Collection<? extends Resource> mandatoryRevisions, java.util.Collection<? extends Resource> optionalRevisions, java.util.Collection<? extends Resource> ondemandFragments)
           
 java.util.Map<Resource,java.util.List<Wire>> FelixResolver.resolve(Environment env, Resource resource, Requirement dynReq, java.util.SortedSet<Capability> cands, java.util.Collection<? extends Resource> ondemandFragments)
           
 

Uses of Wire in org.apache.felix.resolver.impl
 

Methods in org.apache.felix.resolver.impl that return types with arguments of type Wire
 java.util.Map<Resource,java.util.List<Wire>> ResolverImpl.resolve(Environment env, java.util.Collection<? extends Resource> mandatoryRevisions, java.util.Collection<? extends Resource> optionalRevisions)
           
 java.util.Map<Resource,java.util.List<Wire>> ResolverImpl.resolve(Environment env, java.util.Collection<? extends Resource> mandatoryRevisions, java.util.Collection<? extends Resource> optionalRevisions, java.util.Collection<? extends Resource> ondemandFragments)
           
 java.util.Map<Resource,java.util.List<Wire>> ResolverImpl.resolve(Environment env, Resource resource, Requirement req, java.util.SortedSet<Capability> candidates, java.util.Collection<? extends Resource> ondemandFragments)
           
 

Uses of Wire in org.osgi.framework.resource
 

Methods in org.osgi.framework.resource that return types with arguments of type Wire
 java.util.List<Wire> Wiring.getProvidedResourceWires(java.lang.String namespace)
          Returns the Wires to the provided capabilities of this wiring.
 java.util.List<Wire> Wiring.getRequiredResourceWires(java.lang.String namespace)
          Returns the Wires to the requirements in use by this wiring.
 

Uses of Wire in org.osgi.framework.wiring
 

Subinterfaces of Wire in org.osgi.framework.wiring
 interface BundleWire
          A wire connecting a BundleCapability to a BundleRequirement.
 

Methods in org.osgi.framework.wiring that return types with arguments of type Wire
 java.util.List<Wire> BundleWiring.getProvidedResourceWires(java.lang.String namespace)
          Returns the Wires to the provided capabilities of this wiring.
 java.util.List<Wire> BundleWiring.getRequiredResourceWires(java.lang.String namespace)
          Returns the Wires to the requirements in use by this wiring.
 

Uses of Wire in org.osgi.service.resolver
 

Methods in org.osgi.service.resolver that return types with arguments of type Wire
 java.util.Map<Resource,java.util.List<Wire>> Resolver.resolve(Environment environment, java.util.Collection<? extends Resource> mandatoryResources, java.util.Collection<? extends Resource> optionalResources)
          Attempt to resolve the resources based on the specified environment and return any new resources and wires to the caller.
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.