OSGi™ Core
Release 5

Uses of Interface
org.osgi.framework.ServiceRegistration

Packages that use ServiceRegistration
org.osgi.framework Framework Package Version 1.7. 
 

Uses of ServiceRegistration in org.osgi.framework
 

Methods in org.osgi.framework that return ServiceRegistration
<S> ServiceRegistration<S>
BundleContext.registerService(java.lang.Class<S> clazz, S service, java.util.Dictionary<java.lang.String,?> properties)
          Registers the specified service object with the specified properties under the name of the specified class with the Framework.
 ServiceRegistration<?> BundleContext.registerService(java.lang.String[] clazzes, java.lang.Object service, java.util.Dictionary<java.lang.String,?> properties)
          Registers the specified service object with the specified properties under the specified class names into the Framework.
 ServiceRegistration<?> BundleContext.registerService(java.lang.String clazz, java.lang.Object service, java.util.Dictionary<java.lang.String,?> properties)
          Registers the specified service object with the specified properties under the specified class name with the Framework.
 

Methods in org.osgi.framework with parameters of type ServiceRegistration
 S ServiceFactory.getService(Bundle bundle, ServiceRegistration<S> registration)
          Creates a new service object.
 void ServiceFactory.ungetService(Bundle bundle, ServiceRegistration<S> registration, S service)
          Releases a service object.
 


OSGi™ Core
Release 5

Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0