public interface BundleLifecycle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BundleLifecycle.BundleRefreshPolicy |
| Modifier and Type | Method and Description |
|---|---|
XBundleRevision |
createBundleRevision(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(BundleContext context, Deployment dep) throws BundleException
BundleExceptionvoid resolve(XBundle bundle) throws ResolutionException
ResolutionExceptionvoid start(XBundle bundle, int options) throws BundleException
BundleExceptionvoid stop(XBundle bundle, int options) throws BundleException
BundleExceptionvoid removeRevision(XBundleRevision brev, int options)
BundleLifecycle.BundleRefreshPolicy getBundleRefreshPolicy()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.