Uses of Interface
org.osgi.resource.Wire

Packages that use Wire
org.jboss.osgi.resolver   
org.jboss.osgi.resolver.spi   
org.osgi.framework.wiring Framework Wiring Package Version 1.1. 
org.osgi.resource Resource Package Version 1.0. 
org.osgi.service.resolver Resolver Service Package Version 1.0. 
 

Uses of Wire in org.jboss.osgi.resolver
 

Method parameters in org.jboss.osgi.resolver with type arguments of type Wire
 Wiring XEnvironment.createWiring(XResource res, List<Wire> required, List<Wire> provided)
           
 Wiring XEnvironment.createWiring(XResource res, List<Wire> required, List<Wire> provided)
           
 Map<Resource,Wiring> XEnvironment.updateWiring(Map<Resource,List<Wire>> delta)
           
 

Uses of Wire in org.jboss.osgi.resolver.spi
 

Classes in org.jboss.osgi.resolver.spi that implement Wire
 class AbstractWire
          The abstract implementation of a Wire.
 

Methods in org.jboss.osgi.resolver.spi that return types with arguments of type Wire
 List<Wire> AbstractWiring.getProvidedResourceWires(String namespace)
           
 List<Wire> AbstractWiring.getRequiredResourceWires(String namespace)
           
 

Method parameters in org.jboss.osgi.resolver.spi with type arguments of type Wire
 Wiring AbstractEnvironment.createWiring(XResource res, List<Wire> required, List<Wire> provided)
           
 Wiring AbstractEnvironment.createWiring(XResource res, List<Wire> required, List<Wire> provided)
           
 Map<Resource,Wiring> AbstractEnvironment.updateWiring(Map<Resource,List<Wire>> wiremap)
           
 

Constructor parameters in org.jboss.osgi.resolver.spi with type arguments of type Wire
AbstractWiring(XResource resource, List<Wire> required, List<Wire> provided)
           
AbstractWiring(XResource resource, List<Wire> required, List<Wire> provided)
           
 

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
 List<Wire> BundleWiring.getProvidedResourceWires(String namespace)
          Returns the Wires to the provided capabilities of this wiring.
 List<Wire> BundleWiring.getRequiredResourceWires(String namespace)
          Returns the Wires to the requirements in use by this wiring.
 

Uses of Wire in org.osgi.resource
 

Methods in org.osgi.resource that return types with arguments of type Wire
 List<Wire> Wiring.getProvidedResourceWires(String namespace)
          Returns the Wires to the provided capabilities of this wiring.
 List<Wire> Wiring.getRequiredResourceWires(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
 Map<Resource,List<Wire>> Resolver.resolve(ResolveContext context)
          Resolve the specified resolve context and return any new resources and wires to the caller.
 



Copyright © 2012 JBoss by Red Hat. All Rights Reserved.