org.jboss.osgi.framework
Interface BundleInstallProvider

All Superinterfaces:
org.jboss.msc.service.Service<BundleInstallProvider>, org.jboss.msc.value.Value<BundleInstallProvider>

public interface BundleInstallProvider
extends org.jboss.msc.service.Service<BundleInstallProvider>

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(org.jboss.msc.service.ServiceTarget serviceTarget, 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(org.jboss.msc.service.ServiceTarget serviceTarget,
                   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.