Uses of Interface
org.osgi.framework.ServiceRegistration
Packages that use ServiceRegistration
-
Uses of ServiceRegistration in org.osgi.framework
Methods in org.osgi.framework that return ServiceRegistrationModifier and TypeMethodDescriptionBundleContext.registerService
(String[] clazzes, Object service, Dictionary properties) Registers the specified service object with the specified properties under the specified class names into the Framework.BundleContext.registerService
(String clazz, Object service, Dictionary 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 ServiceRegistrationModifier and TypeMethodDescriptionServiceFactory.getService
(Bundle bundle, ServiceRegistration registration) Creates a new service object.void
ServiceFactory.ungetService
(Bundle bundle, ServiceRegistration registration, Object service) Releases a service object.