galaxy.server
Interface Continuation
- public interface Continuation
This is the interface of the object that resumes the processing of a
suspended dispatch function.
|
Method Summary |
GFrame |
run(GFrame frame,
int msgType,
java.lang.Object continuationState,
Environment env)
This is the method that is run when the processing of a dispatch
function is resumed. |
run
public GFrame run(GFrame frame,
int msgType,
java.lang.Object continuationState,
Environment env)
- This is the method that is run when the processing of a dispatch
function is resumed.
- Parameters:
frame - the GFrame to processmsgType - the message type of the message that contained the framecontinuationState - the state data to be used in the continuationenv - the call environment in which the continuation is to be
processed- Returns:
- the result of the continued dispatch function