Uses of Class
com.uwyn.rife.continuations.CallState

Packages that use CallState
com.uwyn.rife.continuations Provides continuations functionalities natively in Java. 
com.uwyn.rife.continuations.basic Basic implementation of a continuation runner with associated classes. 
 

Uses of CallState in com.uwyn.rife.continuations
 

Methods in com.uwyn.rife.continuations that return CallState
 CallState ContinuationContext.getActiveCallState()
          Retrieves the call state that is active during this continuation.
 CallState ContinuationContext.getCreatedCallState()
          Retrieves this continuation's call continuation creation state.
 

Methods in com.uwyn.rife.continuations with parameters of type CallState
 void ContinuationContext.setActiveCallState(CallState callState)
          Sets the active call state for this continuation.
 void ContinuationContext.setCreatedCallState(CallState createdCallState)
          Sets the call continuation's state when a new call continuation is created.
 

Uses of CallState in com.uwyn.rife.continuations.basic
 

Methods in com.uwyn.rife.continuations.basic with parameters of type CallState
 ContinuableObject ClassCallTargetRetriever.getCallTarget(Object target, CallState state)
          Retrieves the continuable for a call continuation.
 ContinuableObject CallTargetRetriever.getCallTarget(Object target, CallState state)
          Retrieves the continuable for a particular call continuation target and state.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.