Uses of Class
org.apache.felix.scr.impl.config.ScrManagedService
-
Packages that use ScrManagedService Package Description org.apache.felix.scr.impl.config -
-
Uses of ScrManagedService in org.apache.felix.scr.impl.config
Methods in org.apache.felix.scr.impl.config that return ScrManagedService Modifier and Type Method Description ScrManagedService
ScrManagedServiceServiceFactory. getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ScrManagedService> registration)
Methods in org.apache.felix.scr.impl.config with parameters of type ScrManagedService Modifier and Type Method Description void
ScrManagedServiceServiceFactory. ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ScrManagedService> registration, ScrManagedService service)
Method parameters in org.apache.felix.scr.impl.config with type arguments of type ScrManagedService Modifier and Type Method Description ScrManagedService
ScrManagedServiceServiceFactory. getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ScrManagedService> registration)
void
ScrManagedServiceServiceFactory. ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<ScrManagedService> registration, ScrManagedService service)
-