|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final String SERVICE_NAME
BundleUninstallService
.
Method Detail |
---|
void uninstall(Bundle bundle)
Bundle.ACTIVE
state.
bundle
- The bundle to be uninstalled.
|
Service Activator Toolkit
Version 1.1.0 (20081206) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2008 IBM Corporation and others. All Rights Reserved.