Service Activator Toolkit
Version 1.1.0 (20081206)

org.eclipse.soda.sat.core.service
Interface BundleUninstallService


public interface BundleUninstallService

The BundleUninstallService interface defines the API for requesting that a Bundle be uninstalled after it has become Bundle.ACTIVE.


Field Summary
static String SERVICE_NAME
          The OSGi service name for BundleUninstallService.
 
Method Summary
 void uninstall(Bundle bundle)
          Uninstall the specified bundle once it has transition to the Bundle.ACTIVE state.
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
The OSGi service name for BundleUninstallService.

Method Detail

uninstall

void uninstall(Bundle bundle)
Uninstall the specified bundle once it has transition to the Bundle.ACTIVE state.

Parameters:
bundle - The bundle to be uninstalled.

Service Activator Toolkit
Version 1.1.0 (20081206)