org.griphyn.cPlanner.code.generator.condor.style
Class CondorG

java.lang.Object
  extended by org.griphyn.cPlanner.code.generator.condor.style.Abstract
      extended by 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

Field Summary
static String STYLE_NAME
          The name of the style being implemented.
 
Fields inherited from class org.griphyn.cPlanner.code.generator.condor.style.Abstract
mLogger, mProps, mSCHandle
 
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 org.griphyn.cPlanner.code.generator.condor.style.Abstract
errorMessage, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STYLE_NAME

public static final 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(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.