Uses of Class
org.glite.wms.wmproxy.InvalidArgumentFaultException

Uses of InvalidArgumentFaultException in org.glite.wms.wmproxy
 

Methods in org.glite.wms.wmproxy that throw InvalidArgumentFaultException
 org.glite.wms.wmproxy.JobIdStructType WMProxyAPI.jobRegister(java.lang.String jdl, java.lang.String delegationId)
          Registers a job for submission.The unique identifier assigned to the job is returned to the client.
 void WMProxyAPI.jobStart(java.lang.String jobId)
          Triggers the submission a previously registered job.
 org.glite.wms.wmproxy.JobIdStructType WMProxyAPI.jobSubmit(java.lang.String jdl, java.lang.String delegationId)
          Submits a job: performs registration and triggers the submission The JDL description of the job provided by the client is validated by the service, registered to the LB and finally passed to the Workload Manager.
 void WMProxyAPI.jobCancel(java.lang.String jobId)
          This operation cancels a previously submitted job identified by its JobId.
 org.glite.wms.wmproxy.StringList WMProxyAPI.getSandboxDestURI(java.lang.String jobId)
          Returns a list of destination URI's associated to the job, identified by the jobId provided as input, where the job input sandbox files can be uploaded by the client.
 org.glite.wms.wmproxy.DestURIsStructType WMProxyAPI.getSandboxBulkDestURI(java.lang.String jobId)
          Returns the list of destination URIs associated to a compound job (i.e.
 void WMProxyAPI.jobPurge(java.lang.String jobId)
          Removes from the WM managed space all files related to the job identified by the jobId provided as input.
 org.glite.wms.wmproxy.StringAndLongList WMProxyAPI.getOutputFileList(java.lang.String jobId)
          Returns the list of URIs where the output files created during job execution have been stored in the WM managed space and the corresponding sizes in bytes.
 org.glite.wms.wmproxy.StringAndLongList WMProxyAPI.jobListMatch(java.lang.String jdl, java.lang.String delegationId)
          Returns the list of CE Ids satisfying the job Requirements specified in the JDL, ordered according to the decreasing Rank.
 void WMProxyAPI.enableFilePerusal(java.lang.String jobId, org.glite.wms.wmproxy.StringList fileList)
          Enables file perusal functionalities if not disabled with the specific jdl attribute during job register operation.
 org.glite.wms.wmproxy.StringList WMProxyAPI.getPerusalFiles(java.lang.String jobId, java.lang.String file, boolean allchunks)
          Gets the URIs of perusal files generated during job execution for the specified file file.
 java.lang.String WMProxyAPI.getJobTemplate(org.glite.wms.wmproxy.JobTypeList jobType, java.lang.String executable, java.lang.String arguments, java.lang.String requirements, java.lang.String rank)
          Returns a JDL template for the requested job type.
 java.lang.String WMProxyAPI.getDAGTemplate(org.glite.wms.wmproxy.GraphStructType dependencies, java.lang.String requirements, java.lang.String rank)
          Returns a JDL template for a DAG.
 java.lang.String WMProxyAPI.getCollectionTemplate(int jobNumber, java.lang.String requirements, java.lang.String rank)
          Returns a JDL template for a collection of jobs, that is a set of independent jobs that can be submitted, controlled and monitored as a single entity.
 java.lang.String WMProxyAPI.getIntParametricJobTemplate(org.glite.wms.wmproxy.StringList attributes, int param, int parameterStart, int parameterStep, java.lang.String requirements, java.lang.String rank)
          Returns a JDL template for a parametric of job, which is a job having one or more parametric attributes in the JDL.
 java.lang.String WMProxyAPI.getStringParametricJobTemplate(org.glite.wms.wmproxy.StringList attributes, org.glite.wms.wmproxy.StringList param, java.lang.String requirements, java.lang.String rank)
          Returns a JDL template for a parametric of job, which is a job having one or more parametric attributes in the JDL.