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.StartLevel
public void setStartLevel(int startlevel)
setStartLevel
in interface org.osgi.service.startlevel.StartLevel
public int getInitialBundleStartLevel()
getInitialBundleStartLevel
in interface org.osgi.service.startlevel.StartLevel
public void setInitialBundleStartLevel(int startlevel)
setInitialBundleStartLevel
in interface org.osgi.service.startlevel.StartLevel
public int getBundleStartLevel(org.osgi.framework.Bundle bundle)
getBundleStartLevel
in interface org.osgi.service.startlevel.StartLevel
public void setBundleStartLevel(org.osgi.framework.Bundle bundle, int startlevel)
setBundleStartLevel
in interface org.osgi.service.startlevel.StartLevel
public boolean isBundlePersistentlyStarted(org.osgi.framework.Bundle bundle)
isBundlePersistentlyStarted
in interface org.osgi.service.startlevel.StartLevel
public boolean isBundleActivationPolicyUsed(org.osgi.framework.Bundle bundle)
isBundleActivationPolicyUsed
in interface org.osgi.service.startlevel.StartLevel
Copyright © 2013 JBoss by Red Hat. All rights reserved.