public interface BundleInstallProvider extends org.jboss.msc.service.Service<BundleInstallProvider>
Modifier and Type | Method and Description |
---|---|
void |
installBundle(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.osgi.deployment.deployer.Deployment dep)
Install the bundle service for the given deployment.
|
void |
uninstallBundle(org.jboss.osgi.deployment.deployer.Deployment dep)
Uninstall the bundle associated with the given deployment.
|
void installBundle(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.osgi.deployment.deployer.Deployment dep) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void uninstallBundle(org.jboss.osgi.deployment.deployer.Deployment dep)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.