Uses of Class
org.apache.felix.deploymentadmin.spi.Command

Packages that use Command
org.apache.felix.deploymentadmin.spi   
 

Uses of Command in org.apache.felix.deploymentadmin.spi
 

Subclasses of Command in org.apache.felix.deploymentadmin.spi
 class CommitResourceCommand
          Command that commits all the resource processors that were added to the command.
 class DropBundleCommand
          Command that uninstalls bundles, if rolled back the bundles are restored.
 class DropResourceCommand
          Command that drops resources.
 class GetStorageAreaCommand
          Command that determines the storage area's of all bundles in the source deployment package of a deployment session.
 class ProcessResourceCommand
          Command that processes all the processed resources in the source deployment package of a deployment session by finding their Resource Processors and having those process the resources.
 class SnapshotCommand
           
 class StartBundleCommand
          Command that starts all bundles described in the source deployment package of a deployment session.
 class StartCustomizerCommand
          Command that starts all customizer bundles defined in the source deployment packages of a deployment session.
 class StopBundleCommand
          Command that stops all bundles described in the target deployment package of a deployment session.
 class UpdateCommand
          Command that installs all bundles described in the source deployment package of a deployment session.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.