| Constructor and Description |
|---|
ServiceProviderCapsule(java.lang.Iterable<java.lang.Class<? super S>> interfaces,
java.util.Map<java.lang.String,java.lang.Object> properties,
org.osgi.framework.BundleContext bundleContext,
S service) |
| Modifier and Type | Method and Description |
|---|---|
de.tototec.utils.functional.Optional<org.osgi.framework.ServiceRegistration<S>> |
serviceRegistration()
Returns the service registration.
|
void |
start()
Starts the capsule.
|
void |
stop()
Stops the capsule.
|
public de.tototec.utils.functional.Optional<org.osgi.framework.ServiceRegistration<S>> serviceRegistration()
public void start()
Capsule