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

Field Summary
 
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
 
Method Summary
 void installBundle(Deployment dep)
          Install the bundle service for the given deployment.
 void uninstallBundle(Deployment dep)
          Uninstall the bundle associated with the given deployment.
 
Methods inherited from interface org.jboss.msc.service.Service
start, stop
 
Methods inherited from interface org.jboss.msc.value.Value
getValue
 

Method Detail

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.