Uses of Class
org.apache.aries.application.management.UpdateException

Packages that use UpdateException
org.apache.aries.application.management   
org.apache.aries.application.management.spi.framework   
org.apache.aries.application.management.spi.runtime   
org.apache.aries.application.management.spi.update   
 

Uses of UpdateException in org.apache.aries.application.management
 

Methods in org.apache.aries.application.management that throw UpdateException
 AriesApplicationContext AriesApplicationManager.update(AriesApplication app, DeploymentMetadata depMf)
          Update an application's deployment and apply the changes to the runtime if the application is deployed
 

Uses of UpdateException in org.apache.aries.application.management.spi.framework
 

Methods in org.apache.aries.application.management.spi.framework that throw UpdateException
 void BundleFrameworkManager.updateBundles(DeploymentMetadata newMetadata, DeploymentMetadata oldMetadata, AriesApplication app, BundleFrameworkManager.BundleLocator locator, Set<Bundle> bundles, boolean startBundles)
           
 

Uses of UpdateException in org.apache.aries.application.management.spi.runtime
 

Methods in org.apache.aries.application.management.spi.runtime that throw UpdateException
 AriesApplicationContext AriesApplicationContextManager.update(AriesApplication app, DeploymentMetadata oldMetadata)
          Update the AriesApplication and return an updated application context.
 

Uses of UpdateException in org.apache.aries.application.management.spi.update
 

Methods in org.apache.aries.application.management.spi.update that throw UpdateException
 void UpdateStrategy.update(UpdateStrategy.UpdateInfo paramUpdateInfo)
          Update an application
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.