public final class BundleStartLevelImpl extends Object implements BundleStartLevelSupport
BundleStartLevelSupport
service.Constructor and Description |
---|
BundleStartLevelImpl(StartLevelManager startLevel) |
Modifier and Type | Method and Description |
---|---|
int |
getBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle) |
boolean |
isBundleActivationPolicyUsed(org.jboss.osgi.resolver.XBundle bundle) |
boolean |
isBundlePersistentlyStarted(org.jboss.osgi.resolver.XBundle bundle) |
void |
setBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle,
int level) |
public BundleStartLevelImpl(StartLevelManager startLevel)
public int getBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle)
getBundleStartLevel
in interface BundleStartLevelSupport
public void setBundleStartLevel(org.jboss.osgi.resolver.XBundle bundle, int level)
setBundleStartLevel
in interface BundleStartLevelSupport
public boolean isBundlePersistentlyStarted(org.jboss.osgi.resolver.XBundle bundle)
isBundlePersistentlyStarted
in interface BundleStartLevelSupport
public boolean isBundleActivationPolicyUsed(org.jboss.osgi.resolver.XBundle bundle)
isBundleActivationPolicyUsed
in interface BundleStartLevelSupport
Copyright © 2013 JBoss by Red Hat. All rights reserved.