de.danet.an.workflow.spis.aii
Interface ExecutionModeProvider


Deprecated. As of version 1.2, there are no different execution modes any more.

public interface ExecutionModeProvider

This interface can be implemented by ToolAgents that provide information about their preferred execution mode.

Note that if a tool agent implements this interface, the mode returned by executionMode overrides any settings in XPDL.

Version:
$Revision: 1.2 $
Author:
Michael Lipp

Field Summary
static int ASYNCHR
          Deprecated. Indicates that the tool is to be executed asynchronously with respect to state evaluation (see user manual for details).
static int SYNCHR
          Deprecated. Indicates that the tool is to be executed synchronously with respect to state evaluation (see user manual for details).
 
Method Summary
 int executionMode()
          Deprecated. Returns the preferred execution mode of the tools.
 

Field Detail

ASYNCHR

public static final int ASYNCHR
Deprecated. 
Indicates that the tool is to be executed asynchronously with respect to state evaluation (see user manual for details).

See Also:
Constant Field Values

SYNCHR

public static final int SYNCHR
Deprecated. 
Indicates that the tool is to be executed synchronously with respect to state evaluation (see user manual for details).

See Also:
Constant Field Values
Method Detail

executionMode

public int executionMode()
Deprecated. 
Returns the preferred execution mode of the tools.

Returns:
one of ASYNCHR or SYNCHR