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.
BundleWireDTOs are referenced BundleWiringDTO.NodeDTOs.
- Author:
- $Id: BundleWireDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe identifier of the provider wiring for the bundle wire.intThe identifier of the requiring wiring for the bundle wire.Fields inherited from class org.osgi.resource.dto.WireDTO
capability, provider, requirement, requirer -
Constructor Summary
Constructors -
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()
-