Package | Description |
---|---|
org.apache.felix.ipojo.api |
Modifier and Type | Method and Description |
---|---|
Service |
Service.addProperty(ServiceProperty ps)
Adds a service property.
|
Service |
Service.addProperty(java.lang.String key,
java.lang.Object obj)
Adds a service property.
|
Service |
Service.setCreationStrategy(int strategy)
Sets the creation strategy.
|
Service |
Service.setCreationStrategy(java.lang.String strategy)
Sets the creation strategy.
|
Service |
Service.setPostRegistrationCallback(java.lang.String callback)
Sets the post-registration callback.
|
Service |
Service.setPostUnregistrationCallback(java.lang.String callback)
Sets the post-unregistration callback.
|
Service |
Service.setServiceController(java.lang.String field,
boolean initialValue)
Sets the service controller.
|
Service |
Service.setSpecification(java.lang.String spec)
Sets the provided service specification.
|
Service |
Service.setSpecifications(java.util.List specs)
Sets the provided service specifications.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveComponentType |
PrimitiveComponentType.addService(Service svc)
Adds a provided service.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.