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

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

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

Methods in org.apache.felix.ipojo.api.composite that return InstantiatedService
 InstantiatedService InstantiatedService.addProperty(java.lang.String name, java.util.Dictionary values)
          Adds a dictionary property.
 InstantiatedService InstantiatedService.addProperty(java.lang.String name, java.util.List values)
          Adds a list property.
 InstantiatedService InstantiatedService.addProperty(java.lang.String name, java.util.Map values)
          Adds a map property.
 InstantiatedService InstantiatedService.addProperty(java.lang.String name, java.lang.String value)
          Adds a string property.
 InstantiatedService InstantiatedService.addProperty(java.lang.String name, java.lang.String[] values)
          Adds an array property.
 InstantiatedService InstantiatedService.addProperty(java.lang.String name, java.util.Vector values)
          Adds a vector property.
 InstantiatedService InstantiatedService.setAggregate(boolean agg)
          Sets the dependency cardinality.
 InstantiatedService InstantiatedService.setBindingPolicy(int policy)
          Sets the dependency binding policy.
 InstantiatedService InstantiatedService.setComparator(java.lang.String cmp)
          Sets the dependency comparator.
 InstantiatedService InstantiatedService.setFilter(java.lang.String filter)
          Sets the dependency filter.
 InstantiatedService InstantiatedService.setOptional(boolean opt)
          Sets the dependency optionality.
 InstantiatedService InstantiatedService.setSpecification(java.lang.String spec)
          Sets the required service specification.
 

Methods in org.apache.felix.ipojo.api.composite with parameters of type InstantiatedService
 CompositeComponentType CompositeComponentType.addSubService(InstantiatedService is)
          Adds an instantiated sub-service.
 



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