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
public static class BundleWiringDTO.NodeDTO extends WiringDTO
Data Transfer Object for a BundleWiring node.The
providedWiresfield must contain an array ofBundleWireDTOs. TherequiredWiresfield must contain an array ofBundleWireDTOs.
-
-
Field Summary
Fields Modifier and Type Field Description booleancurrentThe current state of the bundle wiring.booleaninUseThe 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 Constructor Description NodeDTO()
-
-
-
Field Detail
-
inUse
public boolean inUse
The bundle wiring's in use setting indicates that the bundle wiring is in use.- See Also:
BundleWiring.isInUse()
-
current
public boolean current
The 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:
BundleWiring.isCurrent()
-
-