public class CreamCE extends Abstract
http://research.cs.wisc.edu/htcondor/manual/v7.9/5_3Grid_Universe.html#SECTION00637000000000000000The protocol requires an X.509 proxy for the job, so the submit description file command x509userproxy will be used.
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.
|
mCredentialFactory, mLogger, mProps, mSiteStore
VERSION
Constructor and Description |
---|
CreamCE()
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.
|
apply, applyCredentialsForJobSubmission, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, complainForCredential, errorMessage, initialize
public static final java.lang.String GRID_RESOURCE_KEY
public static final java.lang.String STYLE_NAME
public void apply(Job job) throws CondorStyleException
job
- 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.