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
 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.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.