Class WiringDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.WiringDTO
public class WiringDTO
extends org.osgi.dto.DTO
Data Transfer Object for a Wiring node.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe references to the capabilities for the wiring node.intThe unique identifier of the wiring node.The provided wires for the wiring node.The required wires for the wiring node.The references to the requirements for the wiring node.intThe identifier of the resource associated with the wiring node. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
id
public int idThe unique identifier of the wiring node.This identifier is transiently assigned and may vary across restarts.
-
capabilities
The references to the capabilities for the wiring node.- See Also:
-
requirements
The references to the requirements for the wiring node.- See Also:
-
providedWires
-
requiredWires
-
resource
public int resourceThe identifier of the resource associated with the wiring node.- See Also:
-
-
Constructor Details
-
WiringDTO
public WiringDTO()
-