Package org.osgi.resource.dto
Class WireDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.WireDTO
- Direct Known Subclasses:
BundleWireDTO
Data Transfer Object for a Wire.
-
Field Summary
Modifier and TypeFieldDescriptionReference to the Capability for the wire.int
The identifier of the provider resource for the wire.Reference to the Requirement for the wire.int
The identifier of the requiring resource for the wire. -
Constructor Summary
-
Method Summary
-
Field Details
-
capability
Reference to the Capability for the wire.- See Also:
-
requirement
Reference to the Requirement for the wire.- See Also:
-
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()
-