void |
Abstract.apply(AggregatedJob job) |
Apply a style to an AggregatedJob
|
void |
Condor.apply(Job job) |
Applies the condor style to the job.
|
void |
CondorC.apply(Job job) |
Applies the CondorC style to the job.
|
void |
CondorG.apply(Job job) |
Applies the globus style to the job.
|
void |
CondorGlideIN.apply(Job job) |
Applies the style to the job to be run in a condor glide in environment.
|
void |
CondorGlideinWMS.apply(Job job) |
|
void |
CreamCE.apply(Job job) |
Applies the CREAM CE style to the job.
|
void |
GLite.apply(Job job) |
Applies the gLite style to the job.
|
void |
SSH.apply(Job job) |
Applies the CREAM CE style to the job.
|
protected void |
Abstract.applyCredentialsForJobSubmission(Job job) |
Associates credentials required for job submission.
|
protected void |
Abstract.applyCredentialsForLocalExec(Job job) |
Examines the credential requirements for a job and adds appropiate
transfer and environment directives for the credentials to be picked
up for the local job
|
protected void |
Abstract.applyCredentialsForRemoteExec(Job job) |
Examines the credential requirements for a job and adds appropiate
transfer and environment directives for the credentials to be staged
and picked up by the job.
|
protected void |
Abstract.complainForCredential(Job job,
java.lang.String key,
java.lang.String site) |
Complain if a particular credential key is not found for a site
|
protected java.lang.String |
CondorC.constructGridResource(Job job) |
Constructs the grid_resource entry for the job.
|
protected java.lang.String |
CreamCE.constructGridResource(Job job) |
Constructs the grid_resource entry for the job.
|
protected java.lang.String |
SSH.constructGridResource(Job job) |
Constructs the grid_resource entry for the job.
|
protected java.lang.String |
GLite.getCERequirementsForJob(Job job) |
Constructs the value for remote CE requirements expression for the job .
|
void |
Abstract.initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory) |
Initializes the Code Style implementation.
|
void |
Condor.initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory) |
Initializes the Code Style implementation.
|
private java.lang.String |
GLite.quote(java.lang.String string) |
Condor Quotes a string
|
private void |
Condor.wrapJobWithLocalPegasusLite(Job job) |
Wraps the local universe jobs with a local Pegasus Lite wrapper to get
around the Condor file IO bug for local universe job
|