Package | Description |
---|---|
org.apache.aries.cdi.container.internal.container | |
org.apache.aries.cdi.container.internal.model |
Modifier and Type | Method and Description |
---|---|
abstract Op |
Phase.closeOp() |
Op |
ExtensionPhase.closeOp() |
Op |
ConfigurationListener.closeOp() |
Op |
CDIBundle.closeOp() |
Op |
ContainerBootstrap.closeOp() |
static Op |
Op.of(Op.Mode mode,
Op.Type type,
String name) |
abstract Op |
Phase.openOp() |
Op |
ExtensionPhase.openOp() |
Op |
ConfigurationListener.openOp() |
Op |
CDIBundle.openOp() |
Op |
ContainerBootstrap.openOp() |
Modifier and Type | Method and Description |
---|---|
<T> org.osgi.util.promise.Promise<T> |
Phase.submit(Op op,
Callable<T> callable) |
<T,R> org.osgi.util.promise.Promise<T> |
ContainerState.submit(Op op,
Callable<T> task) |
Modifier and Type | Method and Description |
---|---|
Op |
SingleComponent.closeOp() |
Op |
FactoryComponent.closeOp() |
Op |
FactoryActivator.closeOp() |
Op |
ContainerActivator.closeOp() |
Op |
SingleActivator.closeOp() |
Op |
ExtendedComponentInstanceDTO.closeOp() |
abstract Op |
InstanceActivator.closeOp() |
Op |
ContainerComponent.closeOp() |
Op |
SingleComponent.openOp() |
Op |
FactoryComponent.openOp() |
Op |
FactoryActivator.openOp() |
Op |
ContainerActivator.openOp() |
Op |
SingleActivator.openOp() |
Op |
ExtendedComponentInstanceDTO.openOp() |
abstract Op |
InstanceActivator.openOp() |
Op |
ContainerComponent.openOp() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.