Uses of Class
org.osgi.service.deploymentadmin.DeploymentException

Packages that use DeploymentException
org.osgi.service.deploymentadmin Deployment Admin Package Version 1.1. 
 

Uses of DeploymentException in org.osgi.service.deploymentadmin
 

Methods in org.osgi.service.deploymentadmin that throw DeploymentException
 DeploymentPackage DeploymentAdmin.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.
 



Copyright © 2006-2011 OSGi Alliance. All Rights Reserved.