类 BundleWiringDTO.NodeDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.WiringDTO
-
- org.osgi.framework.wiring.dto.BundleWiringDTO.NodeDTO
-
- 封闭类:
- 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.
-
-
字段概要
字段 修饰符和类型 字段 说明 booleancurrentThe current state of the bundle wiring.booleaninUseThe bundle wiring's in use setting indicates that the bundle wiring is in use.-
从类继承的字段 org.osgi.resource.dto.WiringDTO
capabilities, id, providedWires, requiredWires, requirements, resource
-
-
构造器概要
构造器 构造器 说明 NodeDTO()
-
-
-
字段详细资料
-
inUse
public boolean inUse
The bundle wiring's in use setting indicates that the bundle wiring is in use.- 另请参阅:
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.- 另请参阅:
BundleWiring.isCurrent()
-
-