类 BundleWiringDTO


  • public class BundleWiringDTO
    extends DTO
    Data Transfer Object for a BundleWiring graph.

    An installed Bundle can be adapted to provide a BundleWiringDTO for the current wiring Bundle. BundleWiringDTO objects for all in use wirings of the Bundle can be obtained by adapting the bundle to BundleWiringDTO[].

    作者:
    $Id: BundleWiringDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
    • 嵌套类概要

      嵌套类 
      修饰符和类型 说明
      static class  BundleWiringDTO.NodeDTO
      Data Transfer Object for a BundleWiring node.
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      long bundle
      The id of the bundle associated with the bundle wiring graph.
      java.util.Set<BundleWiringDTO.NodeDTO> nodes
      The set of wiring nodes referenced by the wiring graph.
      java.util.Set<BundleRevisionDTO> resources
      The set of resources referenced by the wiring graph.
      int root
      The identifier of the root wiring node of the bundle wiring graph.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 字段详细资料

      • root

        public int root
        The identifier of the root wiring node of the bundle wiring graph.
        另请参阅:
        WiringDTO.id
      • nodes

        public java.util.Set<BundleWiringDTO.NodeDTO> nodes
        The set of wiring nodes referenced by the wiring graph.

        All wiring nodes referenced by wiring node identifiers in the wiring graph are contained in this set.

      • resources

        public java.util.Set<BundleRevisionDTO> resources
        The set of resources referenced by the wiring graph.

        All resources referenced by resource identifiers in the wiring graph are contained in this set.

    • 构造器详细资料

      • BundleWiringDTO

        public BundleWiringDTO()