public abstract class Phase extends Object
Modifier and Type | Field and Description |
---|---|
protected ContainerState |
containerState |
protected Optional<Phase> |
next |
protected Syncro |
syncro |
Constructor and Description |
---|
Phase(ContainerState containerState,
Phase next) |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
bundle() |
abstract boolean |
close() |
abstract Op |
closeOp() |
void |
error(Throwable t) |
abstract boolean |
open() |
abstract Op |
openOp() |
<T> org.osgi.util.promise.Promise<T> |
submit(Op op,
Callable<T> callable) |
protected final Syncro syncro
protected final ContainerState containerState
public Phase(ContainerState containerState, Phase next)
Copyright © 2019 The Apache Software Foundation. All rights reserved.