Package org.osgi.resource.dto
Class WiringDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.WiringDTO
- Direct Known Subclasses:
BundleWiringDTO.NodeDTO
Data Transfer Object for a Wiring node.
-
Field Summary
Modifier and TypeFieldDescriptionThe references to the capabilities for the wiring node.int
The 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.int
The identifier of the resource associated with the wiring node. -
Constructor Summary
-
Method Summary
-
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
The provided wires for the wiring node.- See Also:
-
requiredWires
The required wires for the wiring node.- See Also:
-
resource
public int resourceThe identifier of the resource associated with the wiring node.- See Also:
-
-
Constructor Details
-
WiringDTO
public WiringDTO()
-