public class WiringDTO extends DTO
Modifier and Type | Field and Description |
---|---|
java.util.List<CapabilityRefDTO> |
capabilities
The references to the capabilities for the wiring node.
|
int |
id
The unique identifier of the wiring node.
|
java.util.List<WireDTO> |
providedWires
The provided wires for the wiring node.
|
java.util.List<WireDTO> |
requiredWires
The required wires for the wiring node.
|
java.util.List<RequirementRefDTO> |
requirements
The references to the requirements for the wiring node.
|
int |
resource
The identifier of the resource associated with the wiring node.
|
Constructor and Description |
---|
WiringDTO() |
public int id
This identifier is transiently assigned and may vary across restarts.
public java.util.List<CapabilityRefDTO> capabilities
Wiring.getResourceCapabilities(String)
public java.util.List<RequirementRefDTO> requirements
Wiring.getResourceRequirements(String)
public java.util.List<WireDTO> providedWires
Wiring.getProvidedResourceWires(String)
public java.util.List<WireDTO> requiredWires
Wiring.getRequiredResourceWires(String)
public int resource
ResourceDTO.id
,
Wiring.getResource()
Copyright © OSGi Alliance (2000, 2020). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0