Uses of Interface
org.osgi.resource.Wire

Packages that use Wire
org.jboss.osgi.resolver   
org.jboss.osgi.resolver.spi   
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
 

Subinterfaces of Wire in org.jboss.osgi.resolver
 interface XWire
          An extension to the Wire
 

Method parameters in org.jboss.osgi.resolver with type arguments of type Wire
 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)
           
 

Methods in org.jboss.osgi.resolver.spi with parameters of type Wire
protected  void AbstractWiring.addProvidedWire(Wire wire)
           
 

Method parameters in org.jboss.osgi.resolver.spi with type arguments of type Wire
protected  Wiring AbstractEnvironment.createWiring(Resource res, List<Wire> wires)
           
 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(Resource resource, List<Wire> wires)
           
 

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. All Rights Reserved.