public class ProviderPrototypeServiceFactory extends Object implements org.osgi.framework.PrototypeServiceFactory
Constructor and Description |
---|
ProviderPrototypeServiceFactory(Class<?> cls) |
Modifier and Type | Method and Description |
---|---|
Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration,
Object service) |
public ProviderPrototypeServiceFactory(Class<?> cls)
public Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration)
getService
in interface org.osgi.framework.PrototypeServiceFactory
getService
in interface org.osgi.framework.ServiceFactory
public void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration, Object service)
ungetService
in interface org.osgi.framework.PrototypeServiceFactory
ungetService
in interface org.osgi.framework.ServiceFactory
Copyright © 2021 The Apache Software Foundation. All rights reserved.