Uses of Interface
org.apache.aries.application.management.spi.repository.BundleRepository.BundleSuggestion

Packages that use BundleRepository.BundleSuggestion
org.apache.aries.application.management.spi.framework   
org.apache.aries.application.management.spi.repository   
org.apache.aries.application.management.spi.update   
 

Uses of BundleRepository.BundleSuggestion in org.apache.aries.application.management.spi.framework
 

Methods in org.apache.aries.application.management.spi.framework that return types with arguments of type BundleRepository.BundleSuggestion
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleFrameworkManager.BundleLocator.suggestBundle(Collection<DeploymentContent> bundles)
           
 

Methods in org.apache.aries.application.management.spi.framework with parameters of type BundleRepository.BundleSuggestion
 Bundle BundleFramework.install(BundleRepository.BundleSuggestion suggestion, AriesApplication app)
          Installs a bundle to this framework.
 

Method parameters in org.apache.aries.application.management.spi.framework with type arguments of type BundleRepository.BundleSuggestion
 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
 

Uses of BundleRepository.BundleSuggestion in org.apache.aries.application.management.spi.repository
 

Methods in org.apache.aries.application.management.spi.repository that return BundleRepository.BundleSuggestion
 BundleRepository.BundleSuggestion BundleRepository.suggestBundleToUse(DeploymentContent content)
          This method attempts to find a bundle in the repository that matches the specified DeploymentContent specification.
 

Methods in org.apache.aries.application.management.spi.repository that return types with arguments of type BundleRepository.BundleSuggestion
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(Collection<BundleRepository> brs, Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from the collection of given repositories
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from all known repositories
 Map<DeploymentContent,BundleRepository.BundleSuggestion> BundleRepositoryManager.getBundleSuggestions(String applicationName, String applicationVersion, Collection<DeploymentContent> content)
          Get a collection of bundle installation suggestions from repositories suitable for the given application scope
 

Uses of BundleRepository.BundleSuggestion in org.apache.aries.application.management.spi.update
 

Methods in org.apache.aries.application.management.spi.update that return types with arguments of type BundleRepository.BundleSuggestion
 Map<DeploymentContent,BundleRepository.BundleSuggestion> UpdateStrategy.UpdateInfo.suggestBundle(Collection<DeploymentContent> bundles)
          Find BundleRepository.BundleSuggestion objects for new bundle requests
 



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