This type is a class for model objects.
Configuration providing the command line information necessary to start and initialize the application server process.
Package: processexecAttributes Summary | |
executableName : EString | The executable name of the process. |
executableArguments : EString | * No description is available * |
workingDirectory : EString | The directory of a file system within which the process will execute. |
startCommand : EString | @for zOS only |
startCommandArgs : EString | @for zOS only |
stopCommand : EString | @for zOS only |
stopCommandArgs : EString | @for zOS only |
terminateCommand : EString | @for zOS only |
terminateCommandArgs : EString | @for zOS only |
processType : EString | @for zOS only |
execution : ProcessExecution @ | * No description is available * |
ioRedirect : OutputRedirect @ | Settings for redirecting the I/O streams of the process, such as the standard out stream. |
environment : Property * | Environment properties to be passed to the process. |
monitoringPolicy : MonitoringPolicy @ | * No description is available * |
Attribute Details |