Arc::ApplicationType Class Reference

Data Fields

ExecutableType Executable
std::string Input
std::string Output
std::string Error
std::list< ExecutableTypePreExecutable
std::list< ExecutableTypePostExecutable
std::string LogDir
std::list< RemoteLoggingTypeRemoteLogging

Field Documentation

Standard error.

The Error string specifies the relative path to the job session directory of the file which standard error of the job should be written to.

Main executable to be run.

The Executable object specifies the main executable which should be run by the job created by the job description enclosing this object. Note that in some job description languages specifying a main executable is not essential.

Standard input.

The Input string specifies the relative path to the job session directory of the file to be used for standard input for the job.

Name of logging directory.

The LogDir string specifies the name of the logging directory at the execution service which should be used to access log files for the job.

Standard output.

The Output string specifies the relative path to the job session directory of the file which standard output of the job should be written to.

Executables to be run after the main executable.

The PostExecutable object specifies a number of executables which should be executed after invoking the main application, where the main application is either the main executable (Executable) or the specified run time environment (RunTimeEnvironment in the ResourcesType class).

Executables to be run before the main executable.

The PreExecutable object specifies a number of executables which should be executed before invoking the main application, where the main application is either the main executable (Executable) or the specified run time environment (RunTimeEnvironment in the ResourcesType class).

Remote logging services.

The RemoteLogging list specifies the services to use for logging job information. See the RemoteLoggingType class for more details.


The documentation for this class was generated from the following file:
Generated on Wed Jun 27 11:54:18 2012 for Hosting Environment (Daemon) by  doxygen 1.6.3