类 WiringDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.resource.dto.WiringDTO
-
- 直接已知子类:
BundleWiringDTO.NodeDTO
public class WiringDTO extends DTO
Data Transfer Object for a Wiring node.- 作者:
- $Id: WiringDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
-
-
字段概要
字段 修饰符和类型 字段 说明 java.util.List<CapabilityRefDTO>capabilitiesThe references to the capabilities for the wiring node.intidThe unique identifier of the wiring node.java.util.List<WireDTO>providedWiresThe provided wires for the wiring node.java.util.List<WireDTO>requiredWiresThe required wires for the wiring node.java.util.List<RequirementRefDTO>requirementsThe references to the requirements for the wiring node.intresourceThe identifier of the resource associated with the wiring node.
-
构造器概要
构造器 构造器 说明 WiringDTO()
-
-
-
字段详细资料
-
id
public int id
The unique identifier of the wiring node.This identifier is transiently assigned and may vary across restarts.
-
capabilities
public java.util.List<CapabilityRefDTO> capabilities
The references to the capabilities for the wiring node.
-
requirements
public java.util.List<RequirementRefDTO> requirements
The references to the requirements for the wiring node.
-
providedWires
public java.util.List<WireDTO> providedWires
The provided wires for the wiring node.
-
requiredWires
public java.util.List<WireDTO> requiredWires
The required wires for the wiring node.
-
resource
public int resource
The identifier of the resource associated with the wiring node.
-
-