Uses of Interface
org.apache.felix.dependencymanager.Service

Packages that use Service
org.apache.felix.dependencymanager   
org.apache.felix.dependencymanager.impl   
 

Uses of Service in org.apache.felix.dependencymanager
 

Methods in org.apache.felix.dependencymanager that return Service
 Service Service.add(Dependency dependency)
          Adds a new dependency to this service.
 Service DependencyManager.createService()
          Creates a new service.
 Service DependencyActivatorBase.createService()
          Creates a new service.
 Service Service.remove(Dependency dependency)
          Removes a dependency from this service.
 Service Service.setCallbacks(String init, String start, String stop, String destroy)
          Sets the names of the methods used as callbacks.
 Service Service.setComposition(Object instance, String getMethod)
          Sets the instance and method to invoke to get back all instances that are part of a composition and need dependencies injected.
 Service Service.setComposition(String getMethod)
          Sets the method to invoke on the service implementation to get back all instances that are part of a composition and need dependencies injected.
 Service Service.setFactory(Object factory, String createMethod)
          Sets the factory to use to create the implementation.
 Service Service.setFactory(String createMethod)
          Sets the factory to use to create the implementation.
 Service Service.setImplementation(Object implementation)
          Sets the implementation for this service.
 Service Service.setInterface(String[] serviceNames, Dictionary properties)
          Sets the public interfaces under which this service should be registered in the OSGi service registry.
 Service Service.setInterface(String serviceName, Dictionary properties)
          Sets the public interface under which this service should be registered in the OSGi service registry.
 

Methods in org.apache.felix.dependencymanager with parameters of type Service
 void DependencyManager.add(Service service)
          Adds a new service to the dependency manager.
 void DependencyManager.remove(Service service)
          Removes a service from the dependency manager.
 void ServiceStateListener.started(Service service)
          Called when the service is started.
 void ServiceStateListener.starting(Service service)
          Called when the service is starting.
 void ServiceStateListener.stopped(Service service)
          Called when the service is stopped.
 void ServiceStateListener.stopping(Service service)
          Called when the service is stopping.
 

Uses of Service in org.apache.felix.dependencymanager.impl
 

Classes in org.apache.felix.dependencymanager.impl that implement Service
 class ServiceImpl
          Service implementation.
 

Methods in org.apache.felix.dependencymanager.impl that return Service
 Service ServiceImpl.add(Dependency dependency)
           
 Service ServiceImpl.remove(Dependency dependency)
           
 Service ServiceImpl.setCallbacks(String init, String start, String stop, String destroy)
           
 Service ServiceImpl.setComposition(Object instance, String getMethod)
           
 Service ServiceImpl.setComposition(String getMethod)
           
 Service ServiceImpl.setFactory(Object factory, String createMethod)
           
 Service ServiceImpl.setFactory(String createMethod)
           
 Service ServiceImpl.setImplementation(Object implementation)
           
 Service ServiceImpl.setInterface(String[] serviceNames, Dictionary properties)
           
 Service ServiceImpl.setInterface(String serviceName, Dictionary properties)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.