Package org.osgi.framework.wiring.dto
Class BundleWireDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.WireDTO
org.osgi.framework.wiring.dto.BundleWireDTO
Data Transfer Object for a BundleWire.
BundleWireDTO
s are referenced BundleWiringDTO.NodeDTO
s.
-
Field Summary
Modifier and TypeFieldDescriptionint
The identifier of the provider wiring for the bundle wire.int
The identifier of the requiring wiring for the bundle wire.Fields inherited from class org.osgi.resource.dto.WireDTO
capability, provider, requirement, requirer
-
Constructor Summary
-
Method Summary
-
Field Details
-
providerWiring
public int providerWiringThe identifier of the provider wiring for the bundle wire.- See Also:
-
requirerWiring
public int requirerWiringThe identifier of the requiring wiring for the bundle wire.- See Also:
-
-
Constructor Details
-
BundleWireDTO
public BundleWireDTO()
-