protected static final class StateHolder.ConditionElement<E> extends Object
Constructor and Description |
---|
ConditionElement(Condition condition,
FutureImpl<E> future,
CompletionHandler<E> completionHandler) |
Modifier and Type | Method and Description |
---|---|
CompletionHandler<E> |
getCompletionHandler() |
Condition |
getCondition() |
FutureImpl<E> |
getFuture() |
public ConditionElement(Condition condition, FutureImpl<E> future, CompletionHandler<E> completionHandler)
public CompletionHandler<E> getCompletionHandler()
public Condition getCondition()
public FutureImpl<E> getFuture()
Copyright © 2014 Oracle Corporation. All rights reserved.