Class 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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait