org.jboss.osgi.framework
Interface BundleInstallHandler
- All Superinterfaces:
- org.jboss.msc.service.Service<BundleInstallHandler>, org.jboss.msc.value.Value<BundleInstallHandler>
public interface BundleInstallHandler
- extends org.jboss.msc.service.Service<BundleInstallHandler>
A handler for bundle deployments.
- Since:
- 29-Mar-2011
- Author:
- thomas.diesler@jboss.com
| Fields inherited from interface org.jboss.msc.service.Service |
NULL, NULL_VALUE |
| Methods inherited from interface org.jboss.msc.service.Service |
start, stop |
| Methods inherited from interface org.jboss.msc.value.Value |
getValue |
installBundle
void installBundle(Deployment dep)
throws BundleException
- Install the bundle service for the given deployment.
- Throws:
BundleException
uninstallBundle
void uninstallBundle(Deployment dep)
- Uninstall the bundle associated with the given deployment.
Copyright © 2012. All Rights Reserved.