Package org.osgi.framework.wiring.dto
Class BundleWiringDTO.NodeDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.resource.dto.WiringDTO
org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
- Enclosing class:
BundleWiringDTO
Data Transfer Object for a BundleWiring node.
The providedWires field must contain an
array of BundleWireDTOs. The requiredWires field must contain an array of BundleWireDTOs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanThe current state of the bundle wiring.booleanThe bundle wiring's in use setting indicates that the bundle wiring is in use.Fields inherited from class org.osgi.resource.dto.WiringDTO
capabilities, id, providedWires, requiredWires, requirements, resource -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inUse
public boolean inUseThe bundle wiring's in use setting indicates that the bundle wiring is in use.- See Also:
-
current
public boolean currentThe current state of the bundle wiring. The bundle wiring's current setting indicates that the bundle wiring is the current bundle wiring for the bundle.- See Also:
-
-
Constructor Details
-
NodeDTO
public NodeDTO()
-