public class Registry<T> extends Object implements AutoCloseable
| Constructor and Description |
|---|
Registry() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.aries.component.dsl.OSGi<T> |
registerService(T service,
Map<String,?> properties) |
org.apache.aries.component.dsl.OSGi<T> |
waitForService(String filterString) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.