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.
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



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. 1996-2002