The method forces removal of the Deployment Package from the repository maintained by the Deployment Admin service. This method follows the same steps as {@link #uninstall()}. However, any errors or the absence of Resource Processor services are ignored, they must not cause a roll back. These errors should be logged. @return true if the operation was successful @throws DeploymentException only {@link DeploymentException#CODE_TIMEOUT}and {@link DeploymentException#CODE_CANCELLED} can be thrown. Fordetailed error code description see {@link DeploymentException}. @throws SecurityException if the caller doesn't have the appropriate{@link DeploymentAdminPermission}("<filter>", "uninstall_forced") permission. @throws IllegalStateException if the package is stale
|
|