Package | Description |
---|---|
org.osgi.service.deploymentadmin |
Deployment Admin Package Version 1.1.
|
org.osgi.service.deploymentadmin.spi |
Deployment Admin SPI Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
DeploymentPackage |
DeploymentAdmin.getDeploymentPackage(org.osgi.framework.Bundle bundle)
Gives back the installed
DeploymentPackage that owns the bundle. |
DeploymentPackage |
DeploymentAdmin.getDeploymentPackage(String symbName)
Gets the currently installed
DeploymentPackage instance which has the given
symbolic name. |
DeploymentPackage |
DeploymentAdmin.installDeploymentPackage(InputStream in)
Installs a Deployment Package from an input stream.
|
DeploymentPackage[] |
DeploymentAdmin.listDeploymentPackages()
Lists the Deployment Packages currently installed on the platform.
|
Modifier and Type | Method and Description |
---|---|
DeploymentPackage |
DeploymentSession.getSourceDeploymentPackage()
If the deployment action is an install or an update, this call returns
the
DeploymentPackage instance that corresponds to the deployment package
being streamed in for this session. |
DeploymentPackage |
DeploymentSession.getTargetDeploymentPackage()
If the deployment action is an update or an uninstall, this call returns
the
DeploymentPackage instance for the installed deployment package. |
Copyright © 2006-2014 OSGi Alliance. All Rights Reserved.