Uses of Class
jlite.GridAPIException

Uses of GridAPIException in jlite
 

Methods in jlite that throw GridAPIException
 void GridSession.cancelJob(java.lang.String jobId)
          Requests cancellation of a job.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
 void GridSessionImpl.cancelJob(java.lang.String jobId)
           
 void GridSession.cancelJob(java.lang.String wmProxyURL, java.lang.String jobId)
          Requests cancellation of a job.
 void GridSessionImpl.cancelJob(java.lang.String wmProxyURL, java.lang.String jobId)
           
 org.globus.gsi.GlobusCredential GridSession.createProxy(java.lang.String[] vomsArgs, int lifetime, int proxyType, boolean limited)
          Creates a VOMS user proxy certificate (advanced version).
 org.globus.gsi.GlobusCredential GridSessionImpl.createProxy(java.lang.String[] vomsArgs, int lifetime, int proxyType, boolean limited)
           
 org.globus.gsi.GlobusCredential GridSession.createProxy(java.lang.String vo, int lifetime)
          Creates a VOMS user proxy certificate.
If you want to request specific ACs or create a limited proxy, check the advanced version.
 org.globus.gsi.GlobusCredential GridSessionImpl.createProxy(java.lang.String vo, int lifetime)
           
 void GridSession.delegateProxy(java.lang.String delegationId)
          Delegates a proxy certificate linked to the session to WMProxy service.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
 void GridSessionImpl.delegateProxy(java.lang.String delegationId)
           
 void GridSession.delegateProxy(java.lang.String wmProxyURL, java.lang.String delegationId)
          Delegates a proxy certificate linked to the session to the specified WMProxy service.
 void GridSessionImpl.delegateProxy(java.lang.String wmProxyURL, java.lang.String delegationId)
           
 void GridSession.destroyProxy()
          Destroys a proxy certificate linked to the session.
 void GridSessionImpl.destroyProxy()
           
 void GridSession.getJobOutput(java.lang.String jobId, java.lang.String outputDir, boolean purge)
          Retrieves the output of a job via GridFTP.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
Throws GridAPIException if the job is not in DONE state.
 void GridSessionImpl.getJobOutput(java.lang.String jobId, java.lang.String outputDir, boolean purge)
           
 void GridSession.getJobOutput(java.lang.String wmProxyURL, java.lang.String jobId, java.lang.String outputDir, boolean purge)
          Retrieves the output of a job via GridFTP.
Throws GridAPIException if the job is not in DONE state.
 void GridSessionImpl.getJobOutput(java.lang.String wmProxyURL, java.lang.String jobId, java.lang.String outputDir, boolean purge)
           
 java.lang.String GridSession.getJobState(java.lang.String jobId)
          Retrieves current job state of a job.
Possible job states are: SUBMITTED, WAITING, READY, SCHEDULED, RUNNING, DONE, ABORTED, CANCELED, CLEARED (refer to gLite documentation).
 java.lang.String GridSessionImpl.getJobState(java.lang.String jobId)
           
 org.glite.wsdl.types.lb.JobStatus GridSession.getJobStatus(java.lang.String jobId)
          Retrieves the status of a job.
 org.glite.wsdl.types.lb.JobStatus GridSessionImpl.getJobStatus(java.lang.String jobId)
           
 java.util.List<java.lang.String> GridSession.listJobOutput(java.lang.String jobId)
          Returns URIs of the job output files on the server.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
Throws GridAPIException if the job is not in DONE state.
 java.util.List<java.lang.String> GridSessionImpl.listJobOutput(java.lang.String jobId)
           
 java.util.List<java.lang.String> GridSession.listJobOutput(java.lang.String wmProxyURL, java.lang.String jobId)
          Returns URIs of the job output files on the server.
Throws GridAPIException if the job is not in DONE state.
 java.util.List<java.lang.String> GridSessionImpl.listJobOutput(java.lang.String wmProxyURL, java.lang.String jobId)
           
 java.util.List<MatchedCE> GridSession.listMatchedCE(java.lang.String jdl)
          Matches available grid resources (computing elements, CE) to requirements specified in the job description.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
Returns a list of matched CEs sorted in decreasing rank order.
 java.util.List<MatchedCE> GridSessionImpl.listMatchedCE(java.lang.String jdl)
           
 java.util.List<MatchedCE> GridSession.listMatchedCE(java.lang.String wmProxyURL, java.lang.String jdl)
          Matches available grid resources (computing elements) to requirements specified in the job description.
Returns a list of matched CEs sorted in decreasing rank order.
 java.util.List<MatchedCE> GridSessionImpl.listMatchedCE(java.lang.String wmProxyURL, java.lang.String jdl)
           
 java.lang.String GridSession.submitJob(java.lang.String jdl)
          Submits a job via WMProxy service.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
 java.lang.String GridSessionImpl.submitJob(java.lang.String jdl)
           
 java.lang.String GridSession.submitJob(java.lang.String jdl, java.lang.String inputDir)
          Submits a job via WMProxy service.
The WMProxy service endpoint is determined by the default VO of the proxy certificate.
 java.lang.String GridSessionImpl.submitJob(java.lang.String jdl, java.lang.String inputDir)
           
 java.lang.String GridSession.submitJob(java.lang.String wmProxyURL, java.lang.String jdl, java.lang.String inputDir)
          Submits a job via WMProxy service.
 java.lang.String GridSessionImpl.submitJob(java.lang.String wmProxyURL, java.lang.String jdl, java.lang.String inputDir)