edu.isi.pegasus.planner.code.generator.condor.style
public class SSH extends GLite
http://bosco.opensciencegrid.org
Modifier and Type | Field and Description |
---|---|
static String |
GRID_RESOURCE_KEY
The key that designates the collector associated with the job
|
static String |
STYLE_NAME
The name of the style being implemented.
|
CONDOR_REMOTE_DIRECTORY_KEY
mCredentialFactory, mLogger, mProps, mSiteStore
VERSION
Constructor and Description |
---|
SSH()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(Job job)
Applies the CREAM CE style to the job.
|
protected String |
constructGridResource(Job job)
Constructs the grid_resource entry for the job.
|
addSubExpression, addSubExpression, getCERequirementsForJob, missingKeyError
apply, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, errorMessage, initialize
public static final String GRID_RESOURCE_KEY
public static final String STYLE_NAME
public void apply(Job job) throws CondorStyleException
apply
in interface CondorStyle
apply
in class GLite
job
- the job on which the style needs to be applied.CondorStyleException
- in case of any error occuring code generation.protected String constructGridResource(Job job) throws CondorStyleException
job
- the jobCondorStyleException
- in case of any error occuring code generation.