| Package | Description |
|---|---|
| org.apache.aries.component.dsl | |
| org.apache.aries.component.dsl.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OSGi<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> OSGi<T> |
OSGiFactory.create(OSGiRunnable<T> osgiRunnable) |
static <T> OSGi<T> |
OSGi.fromOsgiRunnable(OSGiRunnable<T> runnable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllOSGi<T> |
class |
BundleContextOSGiImpl |
class |
BundleOSGi |
class |
ChangeContextOSGiImpl<T> |
class |
CoalesceOSGiImpl<T> |
class |
ConfigurationOSGiImpl |
class |
ConfigurationsOSGiImpl |
class |
DistributeOSGiImpl<T,S> |
class |
EffectsOSGi |
class |
HighestRankingOSGi<T> |
class |
IgnoreImpl |
class |
JustOSGiImpl<T> |
class |
NothingOSGiImpl<S> |
class |
OSGiImpl<T> |
class |
ProbeImpl<T> |
class |
ServiceReferenceOSGi<T> |
class |
ServiceRegistrationOSGiImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> OSGi<T> |
OSGiImpl.create(OSGiRunnable<T> runnable) |
| Constructor and Description |
|---|
DistributeOSGiImpl(OSGiRunnable<T> operation,
Function<OSGi<T>,OSGi<S>>... funs) |
OSGiImpl(OSGiRunnable<T> operation) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.