Class WireDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.WireDTO
public class WireDTO
extends org.osgi.dto.DTO
Data Transfer Object for a Wire.
-
Field Summary
FieldsModifier and TypeFieldDescriptionReference to the Capability for the wire.intThe identifier of the provider resource for the wire.Reference to the Requirement for the wire.intThe identifier of the requiring resource for the wire. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
capability
-
requirement
-
provider
public int providerThe identifier of the provider resource for the wire.- See Also:
-
requirer
public int requirerThe identifier of the requiring resource for the wire.- See Also:
-
-
Constructor Details
-
WireDTO
public WireDTO()
-