Fuego Process API

fuego.papi
Interface TaskExecution

All Superinterfaces:
Execution

public interface TaskExecution
extends Execution


Method Summary
 Arguments getReturnValue()
          Deprecated. use Execution.getResult() instead.
 
Methods inherited from interface fuego.papi.Execution
getArguments, getResult, next, setException, setInvocationResult
 

Method Detail

getReturnValue


public Arguments getReturnValue()
Deprecated. use Execution.getResult() instead.

Finishes this execution and updates the Arguments object passed to the task.

Returns:
the arguments object passed to the task

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved