Uses of Class
org.apache.felix.framework.BundleWiringImpl
-
Packages that use BundleWiringImpl Package Description org.apache.felix.framework -
-
Uses of BundleWiringImpl in org.apache.felix.framework
Subclasses of BundleWiringImpl in org.apache.felix.framework Modifier and Type Class Description (package private) class
ExtensionManager.ExtensionManagerWiring
Fields in org.apache.felix.framework declared as BundleWiringImpl Modifier and Type Field Description private BundleWiringImpl
BundleRevisionImpl. m_wiring
private BundleWiringImpl
BundleWiringImpl.BundleClassLoader. m_wiring
private BundleWiringImpl
BundleWiringImpl.BundleClassLoaderJava5. m_wiring
Methods in org.apache.felix.framework with parameters of type BundleWiringImpl Modifier and Type Method Description void
BundleRevisionImpl. resolve(BundleWiringImpl wiring)
void
ExtensionManager.ExtensionManagerRevision. resolve(BundleWiringImpl wire)
Constructors in org.apache.felix.framework with parameters of type BundleWiringImpl Constructor Description BundleClassLoader(BundleWiringImpl wiring, java.lang.ClassLoader parent, Logger logger)
BundleClassLoaderJava5(BundleWiringImpl wiring, java.lang.ClassLoader parent, Logger logger)
-