com.uwyn.rife.continuations.basic
Class ClassCallTargetRetriever
java.lang.Object
com.uwyn.rife.continuations.basic.ClassCallTargetRetriever
- All Implemented Interfaces:
- CallTargetRetriever
public class ClassCallTargetRetriever
- extends Object
- implements CallTargetRetriever
Retrieves the continuable for a call continuation where the call target is a
class.
- Since:
- 1.6
- Version:
- $Revision: 3851 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassCallTargetRetriever
public ClassCallTargetRetriever()
getCallTarget
public ContinuableObject getCallTarget(Object target,
CallState state)
- Retrieves the continuable for a call continuation.
- Specified by:
getCallTarget in interface CallTargetRetriever
- Parameters:
target - the call target object that will be used to retrieve the
continuablestate - the call state
- Returns:
- the call continuable; or
null if no continuable should be executed immediately in
response to this call
- Since:
- 1.6
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.