Uses of Class
edu.isi.pegasus.planner.code.generator.condor.CondorStyleException

Packages that use CondorStyleException
edu.isi.pegasus.planner.code.generator.condor   
edu.isi.pegasus.planner.code.generator.condor.style   
 

Uses of CondorStyleException in edu.isi.pegasus.planner.code.generator.condor
 

Methods in edu.isi.pegasus.planner.code.generator.condor that throw CondorStyleException
 void CondorStyle.apply(AggregatedJob job)
          Apply a style to an AggregatedJob
 void CondorStyle.apply(Job job)
          Apply a style to a job.
 void CondorStyle.initialize(PegasusBag bag, CredentialHandlerFactory credentialFactory)
          Initializes the Code Style implementation.
 

Uses of CondorStyleException in edu.isi.pegasus.planner.code.generator.condor.style
 

Methods in edu.isi.pegasus.planner.code.generator.condor.style that throw CondorStyleException
 void Abstract.apply(AggregatedJob job)
          Apply a style to an AggregatedJob
 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 Condor.apply(Job job)
          Applies the condor style to the job.
 void CondorGlideinWMS.apply(Job job)
           
 void GLite.apply(Job job)
          Applies the gLite style to the job.
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  String CondorC.constructGridResource(Job job)
          Constructs the grid_resource entry for the job.
protected  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  String GLite.quote(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
 



Copyright © 2011 The University of Southern California. All Rights Reserved.