Package org.osgi.framework.wiring.dto
Class FrameworkWiringDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.framework.wiring.dto.FrameworkWiringDTO
Data Transfer Object for the wiring graph of the framework.
The system bundle can be adapted to provide the FrameworkWiringDTO.
Only the system bundle can be adapted to a FrameworkWiringDTO object
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe set of resources referenced by the wiring graph of the framework.The set of wiring nodes referenced by the wiring graph of the framework. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wirings
The set of wiring nodes referenced by the wiring graph of the framework.All wiring nodes referenced by wiring node identifiers in the wiring graph are contained in this set.
-
resources
The set of resources referenced by the wiring graph of the framework.All resources referenced by resource identifiers in the wiring graph are contained in this set.
-
-
Constructor Details
-
FrameworkWiringDTO
public FrameworkWiringDTO()
-