public class SSH extends GLite
http://bosco.opensciencegrid.org
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GRID_RESOURCE_KEY
The key that designates the collector associated with the job
|
static java.lang.String |
STYLE_NAME
The name of the style being implemented.
|
CONDOR_REMOTE_DIRECTORY_KEYmCredentialFactory, mLogger, mProps, mSiteStoreVERSION| 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 java.lang.String |
constructGridResource(Job job)
Constructs the grid_resource entry for the job.
|
addSubExpression, addSubExpression, getCERequirementsForJob, missingKeyErrorapply, applyCredentialsForJobSubmission, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, complainForCredential, errorMessage, initializepublic static final java.lang.String GRID_RESOURCE_KEY
public static final java.lang.String STYLE_NAME
public void apply(Job job) throws CondorStyleException
apply in interface CondorStyleapply in class GLitejob - the job on which the style needs to be applied.CondorStyleException - in case of any error occuring code generation.protected java.lang.String constructGridResource(Job job) throws CondorStyleException
job - the jobCondorStyleException - in case of any error occuring code generation.