public class ProviderPrototypeServiceFactory
extends java.lang.Object
implements org.osgi.framework.PrototypeServiceFactory
| Constructor and Description |
|---|
ProviderPrototypeServiceFactory(java.lang.Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration,
java.lang.Object service) |
public ProviderPrototypeServiceFactory(java.lang.Class<?> cls)
public java.lang.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,
java.lang.Object service)
ungetService in interface org.osgi.framework.PrototypeServiceFactoryungetService in interface org.osgi.framework.ServiceFactoryCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.