public final class StartLevelImpl extends Object implements org.osgi.service.startlevel.StartLevel
StartLevel service.| Constructor and Description |
|---|
StartLevelImpl(BundleManager bundleManager) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBundleStartLevel(org.osgi.framework.Bundle bundle) |
int |
getInitialBundleStartLevel() |
int |
getStartLevel() |
boolean |
isBundleActivationPolicyUsed(org.osgi.framework.Bundle bundle) |
boolean |
isBundlePersistentlyStarted(org.osgi.framework.Bundle bundle) |
void |
setBundleStartLevel(org.osgi.framework.Bundle bundle,
int startlevel) |
void |
setInitialBundleStartLevel(int startlevel) |
void |
setStartLevel(int startlevel) |
public StartLevelImpl(BundleManager bundleManager)
public int getStartLevel()
getStartLevel in interface org.osgi.service.startlevel.StartLevelpublic void setStartLevel(int startlevel)
setStartLevel in interface org.osgi.service.startlevel.StartLevelpublic int getInitialBundleStartLevel()
getInitialBundleStartLevel in interface org.osgi.service.startlevel.StartLevelpublic void setInitialBundleStartLevel(int startlevel)
setInitialBundleStartLevel in interface org.osgi.service.startlevel.StartLevelpublic int getBundleStartLevel(org.osgi.framework.Bundle bundle)
getBundleStartLevel in interface org.osgi.service.startlevel.StartLevelpublic void setBundleStartLevel(org.osgi.framework.Bundle bundle,
int startlevel)
setBundleStartLevel in interface org.osgi.service.startlevel.StartLevelpublic boolean isBundlePersistentlyStarted(org.osgi.framework.Bundle bundle)
isBundlePersistentlyStarted in interface org.osgi.service.startlevel.StartLevelpublic boolean isBundleActivationPolicyUsed(org.osgi.framework.Bundle bundle)
isBundleActivationPolicyUsed in interface org.osgi.service.startlevel.StartLevelCopyright © 2013 JBoss by Red Hat. All rights reserved.