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.PrototypeServiceFactorygetService in interface org.osgi.framework.ServiceFactorypublic void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration,
Object service)
ungetService in interface org.osgi.framework.PrototypeServiceFactoryungetService in interface org.osgi.framework.ServiceFactoryCopyright © 2021 The Apache Software Foundation. All rights reserved.