Uses of Class
org.osgi.service.deploymentadmin.DeploymentException
Packages that use DeploymentException
-
Uses of DeploymentException in org.osgi.service.deploymentadmin
Methods in org.osgi.service.deploymentadmin that throw DeploymentExceptionModifier and TypeMethodDescriptionDeploymentAdmin.installDeploymentPackage
(InputStream in) Installs a Deployment Package from an input stream.void
DeploymentPackage.uninstall()
Uninstalls the deployment package.boolean
DeploymentPackage.uninstallForced()
This method is called to completely uninstall a deployment package, which couldn't be uninstalled using traditional means (DeploymentPackage.uninstall()
) due to exceptions.