|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface can be implemented by
that provide information about their
preferred execution mode.ToolAgent
s
Note that if a tool agent implements this interface, the mode
returned by executionMode
overrides any
settings in XPDL.
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 |
public static final int ASYNCHR
public static final int SYNCHR
Method Detail |
public int executionMode()
ASYNCHR
or SYNCHR
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |