public interface BundleLifecycle
Modifier and Type | Interface and Description |
---|---|
static interface |
BundleLifecycle.BundleRefreshPolicy |
Modifier and Type | Method and Description |
---|---|
org.jboss.osgi.resolver.XBundleRevision |
createBundleRevision(org.osgi.framework.BundleContext context,
org.jboss.osgi.deployment.deployer.Deployment dep) |
BundleLifecycle.BundleRefreshPolicy |
getBundleRefreshPolicy() |
void |
removeRevision(org.jboss.osgi.resolver.XBundleRevision brev,
int options) |
void |
resolve(org.jboss.osgi.resolver.XBundle bundle) |
void |
start(org.jboss.osgi.resolver.XBundle bundle,
int options) |
void |
stop(org.jboss.osgi.resolver.XBundle bundle,
int options) |
org.jboss.osgi.resolver.XBundleRevision createBundleRevision(org.osgi.framework.BundleContext context, org.jboss.osgi.deployment.deployer.Deployment dep) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void resolve(org.jboss.osgi.resolver.XBundle bundle) throws org.osgi.service.resolver.ResolutionException
org.osgi.service.resolver.ResolutionException
void start(org.jboss.osgi.resolver.XBundle bundle, int options) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void stop(org.jboss.osgi.resolver.XBundle bundle, int options) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void removeRevision(org.jboss.osgi.resolver.XBundleRevision brev, int options)
BundleLifecycle.BundleRefreshPolicy getBundleRefreshPolicy()
Copyright © 2013 JBoss by Red Hat. All rights reserved.