public interface StartLevelManager
BundleStartLevel
and FrameworkStartLevel
.Modifier and Type | Method and Description |
---|---|
void |
decreaseFrameworkStartLevel(int level) |
void |
enableImmediateExecution(boolean flag) |
int |
getBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle) |
int |
getFrameworkStartLevel() |
int |
getInitialBundleStartLevel() |
void |
increaseFrameworkStartLevel(int level) |
boolean |
isBundleActivationPolicyUsed(org.jboss.osgi.resolver.XBundle bundle) |
boolean |
isBundlePersistentlyStarted(org.jboss.osgi.resolver.XBundle bundle) |
boolean |
isFrameworkStartLevelChanging() |
void |
setBundlePersistentlyStarted(org.jboss.osgi.resolver.XBundle bundle,
boolean started) |
void |
setBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle,
int level) |
void |
setFrameworkStartLevel(int level,
org.osgi.framework.FrameworkListener... listeners) |
void |
setInitialBundleStartLevel(int startlevel) |
void |
shutdownFramework(org.osgi.framework.FrameworkListener... listeners) |
void enableImmediateExecution(boolean flag)
int getFrameworkStartLevel()
void setFrameworkStartLevel(int level, org.osgi.framework.FrameworkListener... listeners)
void shutdownFramework(org.osgi.framework.FrameworkListener... listeners)
void decreaseFrameworkStartLevel(int level)
void increaseFrameworkStartLevel(int level)
boolean isFrameworkStartLevelChanging()
int getBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle)
void setBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle, int level)
int getInitialBundleStartLevel()
void setInitialBundleStartLevel(int startlevel)
boolean isBundlePersistentlyStarted(org.jboss.osgi.resolver.XBundle bundle)
void setBundlePersistentlyStarted(org.jboss.osgi.resolver.XBundle bundle, boolean started)
boolean isBundleActivationPolicyUsed(org.jboss.osgi.resolver.XBundle bundle)
Copyright © 2013 JBoss by Red Hat. All rights reserved.