All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ProgramDataPackage.ExeOptions

java.lang.Object
   |
   +----com.ibm.workflow.api.ProgramDataPackage.ExeOptions

public final class ExeOptions
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o automaticClose
States whether the window in which the EXE starts should close when the EXE ends.
 o automaticCloseIsNull
Indicates whether automatic close is set.
 o environment
States the environment settings for the EXE.
 o environmentIsNull
Indicates whether an environment is set.
 o inheritEnvironment
States whether the environment settings should be merged with the operating system environment settings.
 o pathAndFileName
Returns the path and file name of the EXE.
 o runInXTerm
States whether the EXE should start in a separate xterm.
 o runInXTermIsNull
Indicates whether run in xterm is set.
 o startInForeGround
States whether the EXE should start in the foreground.
 o startInForeGroundIsNull
Indicates whether start in foreground is set.
 o windowStyle
States the initial window style.
 o windowStyleIsNull
Indicates whether a window style is set.
 o workingDirectoryName
States the working directory for the EXE.
 o workingDirectoryNameIsNull
Indicates whether a working directory is set.

Constructor Index

 o ExeOptions()
 o ExeOptions(boolean, boolean, String, boolean, boolean, String, boolean, boolean, boolean, boolean, Style, boolean, String, boolean)

Variables

 o automaticClose
 public boolean automaticClose
States whether the window in which the EXE starts should close when the EXE ends.

 o automaticCloseIsNull
 public boolean automaticCloseIsNull
Indicates whether automatic close is set.

 o environment
 public String environment
States the environment settings for the EXE.

 o environmentIsNull
 public boolean environmentIsNull
Indicates whether an environment is set.

 o inheritEnvironment
 public boolean inheritEnvironment
States whether the environment settings should be merged with the operating system environment settings.

 o pathAndFileName
 public String pathAndFileName
Returns the path and file name of the EXE.

 o runInXTerm
 public boolean runInXTerm
States whether the EXE should start in a separate xterm.

 o runInXTermIsNull
 public boolean runInXTermIsNull
Indicates whether run in xterm is set.

 o startInForeGround
 public boolean startInForeGround
States whether the EXE should start in the foreground.

 o startInForeGroundIsNull
 public boolean startInForeGroundIsNull
Indicates whether start in foreground is set.

 o windowStyle
 public Style windowStyle
States the initial window style.

 o windowStyleIsNull
 public boolean windowStyleIsNull
Indicates whether a window style is set.

 o workingDirectoryName
 public String workingDirectoryName
States the working directory for the EXE.

 o workingDirectoryNameIsNull
 public boolean workingDirectoryNameIsNull
Indicates whether a working directory is set.

Constructors

 o ExeOptions
 public ExeOptions()
 o ExeOptions
 public ExeOptions(boolean automaticClose,
                   boolean automaticCloseIsNull,
                   String environment,
                   boolean environmentIsNull,
                   boolean inheritEnvironment,
                   String pathAndFileName,
                   boolean runInXTerm,
                   boolean runInXTermIsNull,
                   boolean startInForeGround,
                   boolean startInForeGroundIsNull,
                   Style windowStyle,
                   boolean windowStyleIsNull,
                   String workingDirectoryName,
                   boolean workingDirectoryNameIsNull)

All Packages  Class Hierarchy  This Package  Previous  Next  Index