org.griphyn.cPlanner.code.generator.condor.style
Class CondorG
java.lang.Object
org.griphyn.cPlanner.code.generator.condor.style.Abstract
org.griphyn.cPlanner.code.generator.condor.style.CondorG
- All Implemented Interfaces:
- CondorStyle
public class CondorG
- extends Abstract
This implementation enables a job to be submitted via CondorG to remote
grid sites. This is the default style, that is applied to all the jobs
in the concrete workflow.
- Version:
- $Revision: 50 $
- Author:
- Karan Vahi
| Fields inherited from interface org.griphyn.cPlanner.code.generator.condor.CondorStyle |
VERSION |
|
Constructor Summary |
CondorG()
The default Constructor. |
|
Method Summary |
void |
apply(SubInfo job)
Applies the globus style to the job. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STYLE_NAME
public static final String STYLE_NAME
- The name of the style being implemented.
- See Also:
- Constant Field Values
CondorG
public CondorG()
- The default Constructor.
apply
public void apply(SubInfo job)
throws CondorStyleException
- Applies the globus style to the job. Changes the job so that it results
in generation of a condor style submit file that can be submitted
via CondorG to a remote jobmanager. This is the default case.
- Parameters:
job - the job on which the style needs to be applied.
- Throws:
CondorStyleException - in case of any error occuring code generation.
Copyright © 2007 The University of Southern California. All Rights Reserved.