org.glassfish.grizzly.utils
Class StateHolder.ConditionElement<E>
java.lang.Object
org.glassfish.grizzly.utils.StateHolder.ConditionElement<E>
- Enclosing class:
- StateHolder<E>
protected static final class StateHolder.ConditionElement<E>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateHolder.ConditionElement
public StateHolder.ConditionElement(Condition condition,
FutureImpl<E> future,
CompletionHandler<E> completionHandler)
getCompletionHandler
public CompletionHandler<E> getCompletionHandler()
getCondition
public Condition getCondition()
getFuture
public FutureImpl<E> getFuture()
Copyright © 2012 Oracle Corporation. All Rights Reserved.