Uses of Class
org.apache.felix.ipojo.api.Service

Packages that use Service
org.apache.felix.ipojo.api   
 

Uses of Service in org.apache.felix.ipojo.api
 

Methods in org.apache.felix.ipojo.api that return Service
 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.
 

Methods in org.apache.felix.ipojo.api with parameters of type Service
 PrimitiveComponentType PrimitiveComponentType.addService(Service svc)
          Adds a provided service.
 



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