Class BundleStartLevelImpl
- java.lang.Object
-
- org.jitsi.impl.osgi.framework.startlevel.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 Summary
Constructors Constructor Description BundleStartLevelImpl(BundleImpl bundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleImplgetBundle()intgetStartLevel()booleanisActivationPolicyUsed()booleanisPersistentlyStarted()voidsetStartLevel(int startLevel)
-
-
-
Constructor Detail
-
BundleStartLevelImpl
public BundleStartLevelImpl(BundleImpl bundle)
-
-
Method Detail
-
getBundle
public BundleImpl getBundle()
- Specified by:
getBundlein interfaceorg.osgi.framework.BundleReference
-
getStartLevel
public int getStartLevel()
- Specified by:
getStartLevelin interfaceorg.osgi.framework.startlevel.BundleStartLevel
-
isActivationPolicyUsed
public boolean isActivationPolicyUsed()
- Specified by:
isActivationPolicyUsedin interfaceorg.osgi.framework.startlevel.BundleStartLevel
-
isPersistentlyStarted
public boolean isPersistentlyStarted()
- Specified by:
isPersistentlyStartedin interfaceorg.osgi.framework.startlevel.BundleStartLevel
-
setStartLevel
public void setStartLevel(int startLevel)
- Specified by:
setStartLevelin interfaceorg.osgi.framework.startlevel.BundleStartLevel
-
-