public class BundleWiringData
extends java.lang.Object
| Constructor and Description |
|---|
BundleWiringData(long bundleId,
int revisionId,
java.util.List<org.osgi.framework.wiring.BundleCapability> capabilities,
java.util.List<org.osgi.framework.wiring.BundleRequirement> requirements,
java.util.List<org.osgi.framework.wiring.BundleWire> providedWires,
java.util.List<org.osgi.framework.wiring.BundleWire> requiredWires,
java.util.Map<org.osgi.framework.wiring.BundleRevision,java.lang.Integer> revisionIDMap) |
| Modifier and Type | Method and Description |
|---|---|
static javax.management.openmbean.CompositeData[] |
getCapabilitiesCompositeData(java.util.List<org.osgi.framework.wiring.BundleCapability> bundleCapabilities) |
static javax.management.openmbean.CompositeData[] |
getRequirementsCompositeData(java.util.List<org.osgi.framework.wiring.BundleRequirement> bundleRequirements) |
static javax.management.openmbean.CompositeData |
getRevisionCapabilities(int revisionId,
java.util.List<org.osgi.framework.wiring.BundleCapability> bundleCapabilities) |
static javax.management.openmbean.CompositeData |
getRevisionRequirements(int revisionId,
java.util.List<org.osgi.framework.wiring.BundleRequirement> bundleRequirements) |
javax.management.openmbean.CompositeData |
toCompositeData() |
public BundleWiringData(long bundleId,
int revisionId,
java.util.List<org.osgi.framework.wiring.BundleCapability> capabilities,
java.util.List<org.osgi.framework.wiring.BundleRequirement> requirements,
java.util.List<org.osgi.framework.wiring.BundleWire> providedWires,
java.util.List<org.osgi.framework.wiring.BundleWire> requiredWires,
java.util.Map<org.osgi.framework.wiring.BundleRevision,java.lang.Integer> revisionIDMap)
public javax.management.openmbean.CompositeData toCompositeData()
public static javax.management.openmbean.CompositeData getRevisionCapabilities(int revisionId,
java.util.List<org.osgi.framework.wiring.BundleCapability> bundleCapabilities)
public static javax.management.openmbean.CompositeData getRevisionRequirements(int revisionId,
java.util.List<org.osgi.framework.wiring.BundleRequirement> bundleRequirements)
public static javax.management.openmbean.CompositeData[] getCapabilitiesCompositeData(java.util.List<org.osgi.framework.wiring.BundleCapability> bundleCapabilities)
public static javax.management.openmbean.CompositeData[] getRequirementsCompositeData(java.util.List<org.osgi.framework.wiring.BundleRequirement> bundleRequirements)
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.