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