ProcessDef

Configuration providing the command line information necessary to start and initialize the application server process.



Attributes Summary
executableName : StringThe executable name of the process.
executableArguments : String  
workingDirectory : StringThe directory of a file system within which the process will execute.
startCommand : String@for zOS only
startCommandArgs : String@for zOS only
stopCommand : String@for zOS only
stopCommandArgs : String@for zOS only
terminateCommand : String@for zOS only
terminateCommandArgs : String@for zOS only
processType : String@for zOS only
execution : ProcessExecution  
ioRedirect : OutputRedirectSettings 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  

Attribute Details

executableName    -    The executable name of the process.
     data type:  String
     default Value:   unspecified



executableArguments    -     
     data type:  String
     default Value:   unspecified



workingDirectory    -    The directory of a file system within which the process will execute.
     data type:  String
     default Value:   unspecified



startCommand    -    @for zOS only
     data type:  String
     default Value:   unspecified



startCommandArgs    -    @for zOS only
     data type:  String
     default Value:   unspecified



stopCommand    -    @for zOS only
     data type:  String
     default Value:   unspecified



stopCommandArgs    -    @for zOS only
     data type:  String
     default Value:   unspecified



terminateCommand    -    @for zOS only
     data type:  String
     default Value:   unspecified



terminateCommandArgs    -    @for zOS only
     data type:  String
     default Value:   unspecified



processType    -    @for zOS only
     data type:  String
     default Value:   unspecified



execution    -     
     data type: ProcessExecution



ioRedirect    -    Settings for redirecting the I/O streams of the process, such as the standard out stream.
     data type: OutputRedirect



environment    -    Environment properties to be passed to the process.
     data type: Property*



monitoringPolicy    -     
     data type: MonitoringPolicy


Copyright IBM Corp. 1997-2004