| Package | Description |
|---|---|
| org.osgi.framework |
Framework Package Version 1.8.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PrototypeServiceFactory<S> |
A factory for
prototype scope services. |
| Modifier and Type | Method | Description |
|---|---|---|
<S> ServiceRegistration<S> |
BundleContext.registerService(java.lang.Class<S> clazz,
ServiceFactory<S> factory,
java.util.Dictionary<java.lang.String,?> properties) |
Registers the specified service factory object with the specified
properties under the name of the specified class with the Framework.
|