Uses of Class
org.apache.felix.ipojo.api.composite.ExportedService

Packages that use ExportedService
org.apache.felix.ipojo.api.composite   
 

Uses of ExportedService in org.apache.felix.ipojo.api.composite
 

Methods in org.apache.felix.ipojo.api.composite that return ExportedService
 ExportedService ExportedService.setAggregate(boolean agg)
          Sets the dependency cardinality.
 ExportedService ExportedService.setBindingPolicy(int policy)
          Sets the dependency binding policy.
 ExportedService ExportedService.setComparator(java.lang.String cmp)
          Sets the dependency comparator.
 ExportedService ExportedService.setFilter(java.lang.String filter)
          Sets the dependency filter.
 ExportedService ExportedService.setOptional(boolean opt)
          Sets the dependency optionality.
 ExportedService ExportedService.setSpecification(java.lang.String spec)
          Sets the required service specification.
 

Methods in org.apache.felix.ipojo.api.composite with parameters of type ExportedService
 CompositeComponentType CompositeComponentType.addService(ExportedService es)
          Adds an exported service.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.