|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JobUnknownFaultException in org.glite.wms.wmproxy |
Methods in org.glite.wms.wmproxy that throw JobUnknownFaultException | |
void |
WMProxyAPI.jobStart(java.lang.String jobId)
Triggers the submission a previously registered job. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |