Class BundleStartLevelImpl

  • All Implemented Interfaces:
    org.osgi.framework.BundleReference, org.osgi.framework.startlevel.BundleStartLevel

    public class BundleStartLevelImpl
    extends Object
    implements org.osgi.framework.startlevel.BundleStartLevel
    Author:
    Lyubomir Marinov
    • Constructor Detail

      • BundleStartLevelImpl

        public BundleStartLevelImpl​(BundleImpl bundle)
    • Method Detail

      • getBundle

        public BundleImpl getBundle()
        Specified by:
        getBundle in interface org.osgi.framework.BundleReference
      • getStartLevel

        public int getStartLevel()
        Specified by:
        getStartLevel in interface org.osgi.framework.startlevel.BundleStartLevel
      • isActivationPolicyUsed

        public boolean isActivationPolicyUsed()
        Specified by:
        isActivationPolicyUsed in interface org.osgi.framework.startlevel.BundleStartLevel
      • isPersistentlyStarted

        public boolean isPersistentlyStarted()
        Specified by:
        isPersistentlyStarted in interface org.osgi.framework.startlevel.BundleStartLevel
      • setStartLevel

        public void setStartLevel​(int startLevel)
        Specified by:
        setStartLevel in interface org.osgi.framework.startlevel.BundleStartLevel