Uses of Interface
org.apache.aries.application.management.AriesApplication

Packages that use AriesApplication
org.apache.aries.application   
org.apache.aries.application.management   
org.apache.aries.application.management.spi.framework   
org.apache.aries.application.management.spi.repository   
org.apache.aries.application.management.spi.resolve   
org.apache.aries.application.management.spi.runtime   
org.apache.aries.application.management.spi.update   
 

Uses of AriesApplication in org.apache.aries.application
 

Methods in org.apache.aries.application with parameters of type AriesApplication
 DeploymentMetadata DeploymentMetadataFactory.createDeploymentMetadata(AriesApplication app, Set<BundleInfo> bundleInfo)
          Deprecated. 
 

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

Methods in org.apache.aries.application.management that return AriesApplication
 AriesApplication AriesApplicationManager.createApplication(IDirectory source)
          Create an AriesApplication from a local resource.
 AriesApplication AriesApplicationManager.createApplication(URL url)
          Create an AriesApplication from a remote resource.
abstract  AriesApplication AriesApplicationEvent.getApplication()
          Get the associated AriesApplication
 AriesApplication AriesApplicationContext.getApplication()
          Obtain the associated AriesApplication metadata.
 AriesApplication AriesApplicationManager.resolve(AriesApplication originalApp, ResolveConstraint... constraints)
          Resolve an AriesApplication against a set of constraints.
 

Methods in org.apache.aries.application.management with parameters of type AriesApplication
 AriesApplicationContext AriesApplicationManager.install(AriesApplication app)
          Install an AriesApplication - i.e.
 AriesApplication AriesApplicationManager.resolve(AriesApplication originalApp, ResolveConstraint... constraints)
          Resolve an AriesApplication against a set of constraints.
 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 AriesApplication in org.apache.aries.application.management.spi.framework
 

Methods in org.apache.aries.application.management.spi.framework with parameters of type AriesApplication
 BundleFrameworkConfiguration BundleFrameworkConfigurationFactory.createBundleFrameworkConfig(String frameworkId, BundleContext parentCtx, AriesApplication app)
          Create a BundleFrameworkConiguration for an application framework based on a given AriesApplication.
 Bundle BundleFramework.install(BundleRepository.BundleSuggestion suggestion, AriesApplication app)
          Installs a bundle to this framework.
 Bundle BundleFrameworkManager.installIsolatedBundles(Collection<BundleRepository.BundleSuggestion> bundlesToInstall, AriesApplication app)
          Creates a new framework inside the shared bundle framework and installs a collection of bundles into the framework.
 Collection<Bundle> BundleFrameworkManager.installSharedBundles(Collection<BundleRepository.BundleSuggestion> bundlesToInstall, AriesApplication app)
          Installs a collection of shared bundles to the shared bundle framework
 void BundleFrameworkManager.updateBundles(DeploymentMetadata newMetadata, DeploymentMetadata oldMetadata, AriesApplication app, BundleFrameworkManager.BundleLocator locator, Set<Bundle> bundles, boolean startBundles)
           
 

Uses of AriesApplication in org.apache.aries.application.management.spi.repository
 

Methods in org.apache.aries.application.management.spi.repository with parameters of type AriesApplication
 Bundle BundleRepository.BundleSuggestion.install(BundleFramework framework, AriesApplication app)
          Install the bundle represented by this suggestion via the given context
 

Uses of AriesApplication in org.apache.aries.application.management.spi.resolve
 

Methods in org.apache.aries.application.management.spi.resolve with parameters of type AriesApplication
 Manifest DeploymentManifestManager.generateDeploymentManifest(AriesApplication app, ResolveConstraint... constraints)
          Generate the deployment manifest map for the application.
 Set<BundleInfo> AriesApplicationResolver.resolve(AriesApplication app, ResolveConstraint... constraints)
          Deprecated. 
 

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

Methods in org.apache.aries.application.management.spi.runtime with parameters of type AriesApplication
 AriesApplicationContext AriesApplicationContextManager.getApplicationContext(AriesApplication app)
          Obtain an ApplicationContext for an AriesApplication.
 AriesApplicationContext AriesApplicationContextManager.update(AriesApplication app, DeploymentMetadata oldMetadata)
          Update the AriesApplication and return an updated application context.
 

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

Methods in org.apache.aries.application.management.spi.update that return AriesApplication
 AriesApplication UpdateStrategy.UpdateInfo.getApplication()
          Get the AriesApplication object being updated
 



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