Uses of Interface
org.osgi.resource.Wiring

Packages that use Wiring
org.jboss.osgi.resolver   
org.jboss.osgi.resolver.spi   
org.osgi.service.resolver Resolver Service Package Version 1.0. 
 

Uses of Wiring in org.jboss.osgi.resolver
 

Subinterfaces of Wiring in org.jboss.osgi.resolver
 interface XWiring
          An extension to the Wiring
 

Methods in org.jboss.osgi.resolver that return types with arguments of type Wiring
 Map<Resource,Wiring> XEnvironment.getWirings()
           
 Map<Resource,Wiring> XResolver.resolveAndApply(XResolveContext context)
           
 Map<Resource,Wiring> XEnvironment.updateWiring(Map<Resource,List<Wire>> delta)
           
 

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

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

Methods in org.jboss.osgi.resolver.spi that return Wiring
protected  Wiring AbstractEnvironment.createWiring(Resource res, List<Wire> wires)
           
 

Methods in org.jboss.osgi.resolver.spi that return types with arguments of type Wiring
 Map<Resource,Wiring> AbstractEnvironment.getWirings()
           
 Map<Resource,Wiring> AbstractResolveContext.getWirings()
           
 Map<Resource,Wiring> AbstractEnvironment.updateWiring(Map<Resource,List<Wire>> wiremap)
           
 

Uses of Wiring in org.osgi.service.resolver
 

Methods in org.osgi.service.resolver that return types with arguments of type Wiring
abstract  Map<Resource,Wiring> ResolveContext.getWirings()
          Returns the wirings for existing resolved resources.
 



Copyright © 2012. All Rights Reserved.