Uses of Class
org.glite.jdl.JobAdException

Uses of JobAdException in org.glite.jdl
 

Methods in org.glite.jdl that throw JobAdException
 void DagAd.addDependency(java.lang.String jobFather, java.lang.String jobSon)
          Add the couple father, son to the DagAd dependencies
 void JobState.check()
          Check the validity of the JobState instance
 void ExtractFiles.check(java.lang.String name)
          Check for duplicates or unexisting paths
 void JobAd.checkAll()
          Check the JobAd instance for both syntax and semanthic errors.
 void JobAd.checkAll(java.lang.String[] attributes)
          Check the JobAd instance for both syntax and semanthic errors
 JobAd JobAd.copy(condor.classad.RecordExpr source)
          Make a deep copy of the JobAd instance
protected static void Ad.copy(condor.classad.RecordExpr re, Ad target)
          Copy all the attributes of the instance into a new Ad
 void Ad.fromRecord(condor.classad.RecordExpr re)
          Load the classad from a classad Expression and create a new Ad instance
 void Ad.fromString(java.lang.String jdl)
          Update and load the Ad object with the given ClassAd-jdl String
 JobAd JobAd.getJobAdValue(java.lang.String attrName)
          Retreive the JobAd value of the specified attribute
 java.util.Enumeration EnumerableAd.getJobEnumeration()
           
 java.util.Enumeration ParametricAd.getJobEnumeration()
           
 java.util.Enumeration CollectionAd.getJobEnumeration()
           
static Ad AdParser.parseJdl(java.lang.String jdl)
           
 java.lang.String JobAd.toSubmissionString()
          Perform a check over the JobAd instance and if possible convert it into its String representation as it would be ready for a submission
 

Constructors in org.glite.jdl that throw JobAdException
Ad(condor.classad.RecordExpr ad)
          Instantiates a Ad object from the given Ad-string
Ad(java.lang.String ad)
          Instantiates a Ad object from the given Ad-string
CollectionAd(condor.classad.RecordExpr ad)
           
CollectionAd(java.lang.String ad)
           
JobAd(condor.classad.RecordExpr ad)
          Instantiates a JobAd object from the given recordExpr
JobAd(java.lang.String ad)
          Constructor from String: parse the string and create a JobAd
JobState(java.lang.String state)
          Constructor copy
ParametricAd(condor.classad.RecordExpr ad)
           
ParametricAd(java.lang.String ad)