ARC SDK
Public Member Functions | Data Fields

Public Member Functions

ApplicationTypeoperator= (const ApplicationType &)
 

Data Fields

ExecutableType Executable
 Main executable to be run. More...
 
std::string Input
 Standard input. More...
 
std::string Output
 Standard output. More...
 
std::string Error
 Standard error. More...
 
std::list< std::pair< std::string, std::string > > Environment
 
std::list< ExecutableTypePreExecutable
 Executables to be run before the main executable. More...
 
std::list< ExecutableTypePostExecutable
 Executables to be run after the main executable. More...
 
std::string LogDir
 Name of logging directory. More...
 
std::list< RemoteLoggingTypeRemoteLogging
 Remote logging services. More...
 
int Rerun
 
Time ExpirationTime
 
Time ProcessingStartTime
 
int Priority
 
std::list< NotificationTypeNotification
 
std::list< URLCredentialService
 
XMLNode AccessControl
 
bool DryRun
 

Field Documentation

◆ AccessControl

XMLNode Arc::ApplicationType::AccessControl

◆ CredentialService

std::list<URL> Arc::ApplicationType::CredentialService

◆ DryRun

bool Arc::ApplicationType::DryRun

◆ Environment

std::list< std::pair<std::string, std::string> > Arc::ApplicationType::Environment

◆ Error

std::string Arc::ApplicationType::Error

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.

Attribute mapping specific to this field/value.

◆ Executable

ExecutableType Arc::ApplicationType::Executable

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.

◆ ExpirationTime

Time Arc::ApplicationType::ExpirationTime

◆ Input

std::string Arc::ApplicationType::Input

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.

Attribute mapping specific to this field/value.

◆ LogDir

std::string Arc::ApplicationType::LogDir

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.

Attribute mapping specific to this field/value.

◆ Output

std::string Arc::ApplicationType::Output

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.

Attribute mapping specific to this field/value.

◆ PostExecutable

std::list<ExecutableType> Arc::ApplicationType::PostExecutable

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

Attribute mapping specific to this field/value.

◆ PreExecutable

std::list<ExecutableType> Arc::ApplicationType::PreExecutable

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

Attribute mapping specific to this field/value.

◆ Priority

int Arc::ApplicationType::Priority

◆ ProcessingStartTime

Time Arc::ApplicationType::ProcessingStartTime

◆ RemoteLogging

std::list<RemoteLoggingType> Arc::ApplicationType::RemoteLogging

Remote logging services.

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

◆ Rerun

int Arc::ApplicationType::Rerun

The documentation for this class was generated from the following file: