public class AbstractBundleWire extends AbstractWire implements org.osgi.framework.wiring.BundleWire
BundleWire implementation.| Constructor and Description |
|---|
AbstractBundleWire(org.osgi.framework.wiring.BundleCapability cap,
org.osgi.framework.wiring.BundleRequirement req,
org.osgi.framework.wiring.BundleRevision provider,
org.osgi.framework.wiring.BundleRevision requirer) |
AbstractBundleWire(org.osgi.resource.Wire wire) |
| Modifier and Type | Method and Description |
|---|---|
XBundleCapability |
getCapability() |
XBundleRevision |
getProvider() |
org.osgi.framework.wiring.BundleWiring |
getProviderWiring() |
org.osgi.framework.wiring.BundleWiring |
getProviderWiring(boolean checkInUse) |
XBundleRequirement |
getRequirement() |
XBundleRevision |
getRequirer() |
org.osgi.framework.wiring.BundleWiring |
getRequirerWiring() |
org.osgi.framework.wiring.BundleWiring |
getRequirerWiring(boolean checkInUse) |
setProviderWiring, setRequirerWiring, toStringpublic AbstractBundleWire(org.osgi.resource.Wire wire)
public AbstractBundleWire(org.osgi.framework.wiring.BundleCapability cap,
org.osgi.framework.wiring.BundleRequirement req,
org.osgi.framework.wiring.BundleRevision provider,
org.osgi.framework.wiring.BundleRevision requirer)
public org.osgi.framework.wiring.BundleWiring getProviderWiring()
getProviderWiring in interface XWiregetProviderWiring in interface org.osgi.framework.wiring.BundleWiregetProviderWiring in class AbstractWirepublic org.osgi.framework.wiring.BundleWiring getRequirerWiring()
getRequirerWiring in interface XWiregetRequirerWiring in interface org.osgi.framework.wiring.BundleWiregetRequirerWiring in class AbstractWirepublic org.osgi.framework.wiring.BundleWiring getProviderWiring(boolean checkInUse)
public org.osgi.framework.wiring.BundleWiring getRequirerWiring(boolean checkInUse)
public XBundleRevision getProvider()
getProvider in interface org.osgi.framework.wiring.BundleWiregetProvider in interface org.osgi.resource.WiregetProvider in class AbstractWirepublic XBundleRevision getRequirer()
getRequirer in interface org.osgi.framework.wiring.BundleWiregetRequirer in interface org.osgi.resource.WiregetRequirer in class AbstractWirepublic XBundleCapability getCapability()
getCapability in interface org.osgi.framework.wiring.BundleWiregetCapability in interface org.osgi.resource.WiregetCapability in class AbstractWirepublic XBundleRequirement getRequirement()
getRequirement in interface org.osgi.framework.wiring.BundleWiregetRequirement in interface org.osgi.resource.WiregetRequirement in class AbstractWireCopyright © 2016 JBoss by Red Hat. All rights reserved.