类 BundleStartLevelDTO


  • public class BundleStartLevelDTO
    extends DTO
    Data Transfer Object for a BundleStartLevel.

    An installed Bundle can be adapted to provide a BundleStartLevelDTO for the Bundle.

    作者:
    $Id: BundleStartLevelDTO.java 1614569 2014-07-30 07:22:32Z cziegeler $
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      boolean activationPolicyUsed
      The bundle's autostart setting indicates that the activation policy declared in the bundle manifest must be used.
      long bundle
      The id of the bundle associated with this start level.
      boolean persistentlyStarted
      The bundle's autostart setting indicates it must be started.
      int startLevel
      The assigned start level value for the bundle.
    • 方法概要

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • BundleStartLevelDTO

        public BundleStartLevelDTO()