Package | Description |
---|---|
org.apache.felix.ipojo.api.composite |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CompositeComponentType |
CompositeComponentType.addSubService(InstantiatedService is)
Adds an instantiated sub-service.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.