public class WiringDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
List<CapabilityRefDTO> |
capabilities
The references to the capabilities for the wiring node.
|
int |
id
The unique identifier of the wiring node.
|
List<WireDTO> |
providedWires
The provided wires for the wiring node.
|
List<WireDTO> |
requiredWires
The required wires for the wiring node.
|
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 List<CapabilityRefDTO> capabilities
public List<RequirementRefDTO> requirements
public int resource
ResourceDTO.id,
Wiring.getResource()Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0