org.glassfish.grizzly.utils
Class StateHolder.ConditionElement<E>

java.lang.Object
  extended by org.glassfish.grizzly.utils.StateHolder.ConditionElement<E>
Enclosing class:
StateHolder<E>

protected static final class StateHolder.ConditionElement<E>
extends Object


Constructor Summary
StateHolder.ConditionElement(Condition condition, FutureImpl<E> future, CompletionHandler<E> completionHandler)
           
 
Method Summary
 CompletionHandler<E> getCompletionHandler()
           
 Condition getCondition()
           
 FutureImpl<E> getFuture()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateHolder.ConditionElement

public StateHolder.ConditionElement(Condition condition,
                                    FutureImpl<E> future,
                                    CompletionHandler<E> completionHandler)
Method Detail

getCompletionHandler

public CompletionHandler<E> getCompletionHandler()

getCondition

public Condition getCondition()

getFuture

public FutureImpl<E> getFuture()


Copyright © 2012 Oracle Corporation. All Rights Reserved.