Uses of Interface
org.apache.aries.application.modelling.ExportedService

Packages that use ExportedService
org.apache.aries.application.modelling   
 

Uses of ExportedService in org.apache.aries.application.modelling
 

Methods in org.apache.aries.application.modelling that return ExportedService
 ExportedService ModellingManager.getExportedService(String name, int ranking, Collection<String> ifaces, Map<String,Object> serviceProperties)
           
 ExportedService ModellingManager.getExportedService(String ifaceName, Map<String,String> attrs)
           
 

Methods in org.apache.aries.application.modelling that return types with arguments of type ExportedService
 Collection<? extends ExportedService> ModelledResource.getExportedServices()
          Export-Service header modelled to be a collection of exported service objects.
 Collection<ExportedService> ParsedServiceElements.getServices()
          Get the exported services
 

Method parameters in org.apache.aries.application.modelling with type arguments of type ExportedService
 ModelledResource ModellingManager.getModelledResource(String fileURI, Attributes bundleAttributes, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ModelledResource ModellingManager.getModelledResource(String fileURI, Attributes bundleAttributes, ExportedBundle exportedBundle, ResourceType resourceType, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ModelledResource ModellingManager.getModelledResource(String fileURI, BundleInfo bundleInfo, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ParsedServiceElements ModellingManager.getParsedServiceElements(Collection<ExportedService> services, Collection<ImportedService> references)
           
 



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