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

Uses of JobUnknownFaultException in org.glite.wms.wmproxy
 

Methods in org.glite.wms.wmproxy that throw JobUnknownFaultException
 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.StringAndLongList WMProxyAPI.getOutputFileList(java.lang.String jobId, java.lang.String protocol)
          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.StringList WMProxyAPI.getPerusalFiles(java.lang.String jobId, java.lang.String file, boolean allchunks, java.lang.String protocol)
          Gets the URIs of perusal files generated during job execution for the specified file file.
 org.glite.wms.wmproxy.DestURIsStructType WMProxyAPI.getSandboxBulkDestURI(java.lang.String jobId, java.lang.String protocol)
          Returns the list of destination URIs associated to a compound job (i.e.
 org.glite.wms.wmproxy.StringList WMProxyAPI.getSandboxDestURI(java.lang.String jobId, java.lang.String protocol)
          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.
 void WMProxyAPI.jobCancel(java.lang.String jobId)
          This operation cancels a previously submitted job identified by its JobId.
 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.
 void WMProxyAPI.jobStart(java.lang.String jobId)
          Triggers the submission a previously registered job.