Uses of Interface
org.osgi.resource.Wiring
-
Packages that use Wiring Package Description org.apache.felix.framework org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
Uses of Wiring in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Wiring Modifier and Type Class Description class
BundleWiringImpl
(package private) class
ExtensionManager.ExtensionManagerWiring
Fields in org.apache.felix.framework with type parameters of type Wiring Modifier and Type Field Description private java.util.Map<Resource,Wiring>
ResolveContextImpl. m_wirings
Methods in org.apache.felix.framework that return types with arguments of type Wiring Modifier and Type Method Description java.util.Map<Resource,Wiring>
ResolveContextImpl. getWirings()
private java.util.Map<Resource,Wiring>
StatefulResolver. getWirings()
Methods in org.apache.felix.framework with parameters of type Wiring Modifier and Type Method Description private static int
DTOFactory. getWiringID(Wiring bw)
Constructor parameters in org.apache.felix.framework with type arguments of type Wiring Constructor Description ResolveContextImpl(StatefulResolver state, java.util.Map<Resource,Wiring> wirings, StatefulResolver.ResolverHookRecord resolverHookRecord, java.util.Collection<BundleRevision> mandatory, java.util.Collection<BundleRevision> optional, java.util.Collection<BundleRevision> ondemand)
-
Uses of Wiring in org.osgi.framework.wiring
Subinterfaces of Wiring in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleWiring
A wiring for a bundle.
-