Uses of Interface
com.uwyn.rife.continuations.basic.CallTargetRetriever

Packages that use CallTargetRetriever
com.uwyn.rife.continuations.basic Basic implementation of a continuation runner with associated classes. 
 

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

Classes in com.uwyn.rife.continuations.basic that implement CallTargetRetriever
 class ClassCallTargetRetriever
          Retrieves the continuable for a call continuation where the call target is a class.
 

Methods in com.uwyn.rife.continuations.basic that return CallTargetRetriever
 CallTargetRetriever BasicContinuableRunner.getCallTargetRetriever()
          Retrieves the call target retriever that will be used when a call continuation is triggered.
 

Methods in com.uwyn.rife.continuations.basic with parameters of type CallTargetRetriever
 BasicContinuableRunner BasicContinuableRunner.callTargetRetriever(CallTargetRetriever callTargetRetriever)
          Sets the call target retriever that will be used when a call continuation is triggered.
 void BasicContinuableRunner.setCallTargetRetriever(CallTargetRetriever callTargetRetriever)
          Sets the call target retriever that will be used when a call continuation is triggered.
 



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