Class 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$
    Author:
    Karan Vahi
    • Field Detail

      • STYLE_NAME

        public static final java.lang.String STYLE_NAME
        The name of the style being implemented.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CondorG

        public CondorG()
        The default Constructor.
    • Method Detail

      • apply

        public void apply​(Job 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.