Fuego Process API

fuego.papi
Interface GlobalExecution

All Superinterfaces:
Execution

public interface GlobalExecution
extends Execution


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

Method Detail

getReturnValue


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

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

Returns:
the instance created by the global activity, or null if none was created

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved