Uses of Class
org.glite.jdl.JobAdException

Uses of JobAdException in org.glite.jdl
 

Methods in org.glite.jdl that throw JobAdException
 void JobState.check()
          Check the validity of the JobState instance
 void ExtractFiles.check(java.lang.String name)
          Check for duplicates or unexisting paths
 JobAd JobAd.copy(condor.classad.RecordExpr source)
          Make a deep copy of the JobAd instance
 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
 JobAd JobAd.getJobAdValue(java.lang.String attrName)
          Retreive the JobAd value of the specified attribute
 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
 void DagAd.addDependency(java.lang.String jobFather, java.lang.String jobSon)
          Add the couple father, son to the DagAd dependencies
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
 

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