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

Uses of OperationNotAllowedFaultException in org.glite.wms.wmproxy
 

Methods in org.glite.wms.wmproxy that throw OperationNotAllowedFaultException
 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.